History log of /netbsd/usr.bin/time/time.c (Results 1 – 24 of 24)
Revision Date Author Comments
# 55c5675c 23-Apr-2020 simonb <simonb@NetBSD.org>

Add '-t' option for tcsh-style time output.


# 9d0ada8c 15-Jul-2017 christos <christos@NetBSD.org>

Allow the user to specify the output format on the command line.


# 5ac3b0d5 09-Nov-2011 christos <christos@NetBSD.org>

PR/45592: Greg A. Woods: changes to get time(1) to use CLOCK_MONOTONIC


# 4a1b3429 31-Aug-2011 plunky <plunky@NetBSD.org>

NULL does not need a cast


# 7c885ee7 28-Aug-2011 christos <christos@NetBSD.org>

use strpct from libutil.


# 98e5374c 21-Jul-2008 lukem <lukem@NetBSD.org>

Remove the \n and tabs from the __COPYRIGHT() strings.
Tweak to use a consistent format.


# d6dd1607 26-Feb-2007 matt <matt@NetBSD.org>

Make -p, -l, and -c exclusive (any one turns off the other two).


# 902dda5b 24-Feb-2007 matt <matt@NetBSD.org>

Add '-c' option for csh-style time output. Use the csh time format code
to print the new csh-style time output.


# 471243e4 18-Dec-2006 christos <christos@NetBSD.org>

volatile fixes, from Anon Ymous


# 7dbaeb74 27-Oct-2005 simonb <simonb@NetBSD.org>

Sprinkle some KNF.


# b635f565 05-Jan-2004 jmmv <jmmv@NetBSD.org>

Homogenize usage messages: make the 'usage' word all lowercase, as this seems
to be the most common practice in our tree.


# 89aaa1bb 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22365, verified by myself.


# 5c7b6b06 16-Jul-2002 christos <christos@NetBSD.org>

modernize:
- use wait4
- KNF
- factor out common printf code
- use err/warn
- use getprogname


# 04a965c2 05-Jun-1999 kleink <kleink@NetBSD.org>

* Require an `utility' argument to be specified and fail otherwise.
* I18n of decimal point used in time formatting.
* Don't hardcode an assumption of 100 clock ticks per second.
* Various minor clea

* Require an `utility' argument to be specified and fail otherwise.
* I18n of decimal point used in time formatting.
* Don't hardcode an assumption of 100 clock ticks per second.
* Various minor cleanups.

show more ...


# eca3ac5b 14-Oct-1998 wsanchez <wsanchez@NetBSD.org>

Silence -Wall by casting to (long) in printf formats.


# f448bbbe 20-Oct-1997 lukem <lukem@NetBSD.org>

WARNSify, deprecate register, getopt returns -1, fix .Nm usage


# 338c8b47 18-Oct-1996 thorpej <thorpej@NetBSD.org>

Exit with an error condition if the timed command does not exit.
From Arne H. Juul <Arne.Juul@idt.ntnu.no>, PR #2838.


# 9e981c23 27-Jun-1995 jtc <jtc@NetBSD.org>

sys/signal.h -> signal.h


# e60255f2 21-Mar-1995 mycroft <mycroft@NetBSD.org>

Update to use timer{add,sub}().


# 39801ccc 08-Dec-1994 jtc <jtc@NetBSD.org>

Merged with 4.4lite.
Changed to conform to NetBSD's new RCS Id convention.


# f7c6bf57 27-Aug-1993 jtc <jtc@NetBSD.org>

Minor tweaks: including header files to bring prototypes into scope,
explicitly declaring function return values, etc. to make gcc -Wall
shut up.


# f3781892 27-Aug-1993 jtc <jtc@NetBSD.org>

Changed to be POSIX.2 compliant.
Don't crash with -l option if program executed in less than one tick.


# e9d867ef 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources