summaryrefslogtreecommitdiff
path: root/usr.bin/time
AgeCommit message (Expand)Author
2023-10-15time(1): miscellaneous style(9) tweaksScott Soule Cheloha
2022-12-22Denote multiple arguments with 'arg ...' not 'args'Klemens Nanni
2019-01-01the granularity of microprocessors has likely improved since this noteTed Unangst
2017-08-21Minor cleanup, joint work with Scott Cheloha <scottcheloha at gmail dot com>:Ingo Schwarze
2017-07-22use automatic variables rather than globals; no functional change;Ingo Schwarze
2017-07-22no need to cast signal(3) and fprintf(3) return values to (void)Ingo Schwarze
2017-07-13use monotonic clock for computing elapsed timeTed Unangst
2015-10-10pledge "stdio proc exec". relies on two recent kernel fixes.Theo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2013-04-16handle large time_t types; ok millertTheo de Raadt
2010-09-29various EXIT STATUS fixes; from Daniel DickmanJason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-07-14unveil that time(1) accepts optional arguments for the utility operand,Igor Sobrado
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2009-01-06i saw the previous was wrong as soon as i committed it: put theJason McIntyre
2009-01-06document, consistently, those apps which also exist as built-insJason McIntyre
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30- use a consistent text for STANDARDSJason McIntyre
2006-05-17remove useless case that is handled by default anywayAlexander von Gernler
2003-06-23time is a built-in to most shells, not just csh(1);Jason McIntyre
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-05-26pid_t cleanupTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-24fix the history refsMichael Shalayeff
2001-11-22o) fix return value;Mike Pechkin
2001-11-19kill more registersMike Pechkin
2001-07-12first pass at a -Wall cleanupTheo de Raadt
2001-06-13page reclaims -> minor page faultsArtur Grabowski
2001-06-13Correctly get 'hz' with sysctl. Don't assume it's 100 (it's not on alpha).Artur Grabowski
2000-04-29compare return value of signal(3) to SIG_ERR, not < 0 as it has not returnedTodd C. Miller
2000-03-11Various cleanups and standardizations.Aaron Campbell
2000-03-06Add HISTORY sections; from FreeBSD.Aaron Campbell
1999-10-17More consistent introduction to options.Aaron Campbell
1999-06-05- remove trailing white spaceAaron Campbell
1998-11-04be really pedantic about punctuation following -mdoc macro'd textAaron Campbell
1998-11-03remove some redundancy; pjanzen@Aaron Campbell
1998-10-30usr.bin/ man page fixes, t-zAaron Campbell
1998-09-02using kill() like WTERMSIG(), make exit status more accurate; cracauerTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-19repair; david@mono.orgTheo de Raadt
1996-10-12correct default exitcode; netbsd pr#2838, Arne.Juul@idt.ntnu.noTheo de Raadt
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt