index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
time
/
time.c
Age
Commit message (
Expand
)
Author
2023-10-15
time(1): miscellaneous style(9) tweaks
Scott Soule Cheloha
2017-08-21
Minor cleanup, joint work with Scott Cheloha <scottcheloha at gmail dot com>:
Ingo Schwarze
2017-07-22
use automatic variables rather than globals; no functional change;
Ingo Schwarze
2017-07-22
no need to cast signal(3) and fprintf(3) return values to (void)
Ingo Schwarze
2017-07-13
use monotonic clock for computing elapsed time
Ted Unangst
2015-10-10
pledge "stdio proc exec". relies on two recent kernel fixes.
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2013-04-16
handle large time_t types; ok millert
Theo de Raadt
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2009-07-14
unveil that time(1) accepts optional arguments for the utility operand,
Igor Sobrado
2006-05-17
remove useless case that is handled by default anyway
Alexander von Gernler
2003-06-10
mostly ansi cleanup; pval ok
Theo de Raadt
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-05-26
pid_t cleanup
Theo de Raadt
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-22
o) fix return value;
Mike Pechkin
2001-11-19
kill more registers
Mike Pechkin
2001-07-12
first pass at a -Wall cleanup
Theo de Raadt
2001-06-13
page reclaims -> minor page faults
Artur Grabowski
2001-06-13
Correctly get 'hz' with sysctl. Don't assume it's 100 (it's not on alpha).
Artur Grabowski
2000-04-29
compare return value of signal(3) to SIG_ERR, not < 0 as it has not returned
Todd C. Miller
1998-09-02
using kill() like WTERMSIG(), make exit status more accurate; cracauer
Theo de Raadt
1997-01-15
getopt(3) returns -1 when out of args, not EOF, whee!
Todd C. Miller
1996-10-12
correct default exitcode; netbsd pr#2838, Arne.Juul@idt.ntnu.no
Theo de Raadt
1996-06-26
rcsid
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt