summaryrefslogtreecommitdiff
path: root/usr.bin/time/time.c
AgeCommit message (Expand)Author
2020-04-23Add '-t' option for tcsh-style time output.simonb
2017-07-15Allow the user to specify the output format on the command line.christos
2011-11-09PR/45592: Greg A. Woods: changes to get time(1) to use CLOCK_MONOTONICchristos
2011-08-31NULL does not need a castplunky
2011-08-28use strpct from libutil.christos
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-02-26Make -p, -l, and -c exclusive (any one turns off the other two).matt
2007-02-24Add '-c' option for csh-style time output. Use the csh time format codematt
2006-12-18volatile fixes, from Anon Ymouschristos
2005-10-27Sprinkle some KNF.simonb
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-07-16modernize:christos
1999-06-05* Require an `utility' argument to be specified and fail otherwise.kleink
1998-10-14Silence -Wall by casting to (long) in printf formats.wsanchez
1997-10-20WARNSify, deprecate register, getopt returns -1, fix .Nm usagelukem
1996-10-18Exit with an error condition if the timed command does not exit.thorpej
1995-06-27sys/signal.h -> signal.hjtc
1995-03-21Update to use timer{add,sub}().mycroft
1994-12-08Merged with 4.4lite.jtc
1993-08-27Minor tweaks: including header files to bring prototypes into scope,jtc
1993-08-27Changed to be POSIX.2 compliant.jtc
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd