summaryrefslogtreecommitdiffstats
path: root/usr.bin/time
AgeCommit message (Expand)AuthorFilesLines
2019-01-01the granularity of microprocessors has likely improved since this notetedu1-6/+2
2017-08-21Minor cleanup, joint work with Scott Cheloha <scottcheloha at gmail dot com>:schwarze1-10/+7
2017-07-22use automatic variables rather than globals; no functional change;schwarze1-8/+6
2017-07-22no need to cast signal(3) and fprintf(3) return values to (void)schwarze1-7/+5
2017-07-13use monotonic clock for computing elapsed timetedu1-8/+7
2015-10-10pledge "stdio proc exec". relies on two recent kernel fixes.deraadt1-1/+3
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-2/+1
2013-04-16handle large time_t types; ok millertderaadt1-13/+13
2010-09-29various EXIT STATUS fixes; from Daniel Dickmanjmc1-8/+8
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-14/+1
2009-07-14unveil that time(1) accepts optional arguments for the utility operand,sobrado2-8/+11
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc1-3/+3
2009-01-06i saw the previous was wrong as soon as i committed it: put thejmc1-8/+8
2009-01-06document, consistently, those apps which also exist as built-insjmc1-8/+8
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-05-30- use a consistent text for STANDARDSjmc1-3/+8
2006-05-17remove useless case that is handled by default anywaygrunk1-9/+8
2003-06-23time is a built-in to most shells, not just csh(1);jmc1-10/+8
2003-06-10mostly ansi cleanup; pval okderaadt1-6/+4
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert2-13/+5
2002-05-26pid_t cleanupderaadt1-3/+3
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert1-3/+3
2002-01-24fix the history refsmickey1-2/+2
2001-11-22o) fix return value;mpech1-15/+29
2001-11-19kill more registersmpech1-3/+3
2001-07-12first pass at a -Wall cleanupderaadt1-2/+3
2001-06-13page reclaims -> minor page faultsart1-4/+4
2001-06-13Correctly get 'hz' with sysctl. Don't assume it's 100 (it's not on alpha).art1-4/+16
2000-04-29compare return value of signal(3) to SIG_ERR, not < 0 as it has not returnedmillert1-4/+4
2000-03-11Various cleanups and standardizations.aaron1-3/+4
2000-03-06Add HISTORY sections; from FreeBSD.aaron1-4/+9
1999-10-17More consistent introduction to options.aaron1-2/+2
1999-06-05- remove trailing white spaceaaron1-17/+15
1998-11-04be really pedantic about punctuation following -mdoc macro'd textaaron1-2/+2
1998-11-03remove some redundancy; pjanzen@aaron1-3/+2
1998-10-30usr.bin/ man page fixes, t-zaaron1-3/+3
1998-09-02using kill() like WTERMSIG(), make exit status more accurate; cracauerderaadt1-2/+11
1997-09-21$OpenBSD$deraadt1-2/+1
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!millert1-3/+3
1996-12-19repair; david@mono.orgderaadt1-3/+4
1996-10-12correct default exitcode; netbsd pr#2838, Arne.Juul@idt.ntnu.noderaadt1-7/+8
1996-06-26rcsidderaadt3-2/+4
1995-10-18initial import of NetBSD treederaadt3-0/+297