summaryrefslogtreecommitdiffstats
path: root/usr.bin/time (follow)
Commit message (Expand)AuthorAgeFilesLines
* the granularity of microprocessors has likely improved since this notetedu2019-01-011-6/+2
* Minor cleanup, joint work with Scott Cheloha <scottcheloha at gmail dot com>:schwarze2017-08-211-10/+7
* use automatic variables rather than globals; no functional change;schwarze2017-07-221-8/+6
* no need to cast signal(3) and fprintf(3) return values to (void)schwarze2017-07-221-7/+5
* use monotonic clock for computing elapsed timetedu2017-07-131-8/+7
* pledge "stdio proc exec". relies on two recent kernel fixes.deraadt2015-10-101-1/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* handle large time_t types; ok millertderaadt2013-04-161-13/+13
* various EXIT STATUS fixes; from Daniel Dickmanjmc2010-09-291-8/+8
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-14/+1
* unveil that time(1) accepts optional arguments for the utility operand,sobrado2009-07-142-8/+11
* bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc2009-02-081-3/+3
* i saw the previous was wrong as soon as i committed it: put thejmc2009-01-061-8/+8
* document, consistently, those apps which also exist as built-insjmc2009-01-061-8/+8
* convert to new .Dd format;jmc2007-05-311-2/+2
* - use a consistent text for STANDARDSjmc2007-05-301-3/+8
* remove useless case that is handled by default anywaygrunk2006-05-171-9/+8
* time is a built-in to most shells, not just csh(1);jmc2003-06-231-10/+8
* mostly ansi cleanup; pval okderaadt2003-06-101-6/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-032-13/+5
* pid_t cleanupderaadt2002-05-261-3/+3
* Part 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.millert2002-02-161-3/+3
* fix the history refsmickey2002-01-241-2/+2
* o) fix return value;mpech2001-11-221-15/+29
* kill more registersmpech2001-11-191-3/+3
* first pass at a -Wall cleanupderaadt2001-07-121-2/+3
* page reclaims -> minor page faultsart2001-06-131-4/+4
* Correctly get 'hz' with sysctl. Don't assume it's 100 (it's not on alpha).art2001-06-131-4/+16
* compare return value of signal(3) to SIG_ERR, not < 0 as it has not returnedmillert2000-04-291-4/+4
* Various cleanups and standardizations.aaron2000-03-111-3/+4
* Add HISTORY sections; from FreeBSD.aaron2000-03-061-4/+9
* More consistent introduction to options.aaron1999-10-171-2/+2
* - remove trailing white spaceaaron1999-06-051-17/+15
* be really pedantic about punctuation following -mdoc macro'd textaaron1998-11-041-2/+2
* remove some redundancy; pjanzen@aaron1998-11-031-3/+2
* usr.bin/ man page fixes, t-zaaron1998-10-301-3/+3
* using kill() like WTERMSIG(), make exit status more accurate; cracauerderaadt1998-09-021-2/+11
* $OpenBSD$deraadt1997-09-211-2/+1
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-3/+3
* repair; david@mono.orgderaadt1996-12-191-3/+4
* correct default exitcode; netbsd pr#2838, Arne.Juul@idt.ntnu.noderaadt1996-10-121-7/+8
* rcsidderaadt1996-06-263-2/+4
* initial import of NetBSD treederaadt1995-10-183-0/+297