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
/
bin
/
sleep
/
sleep.c
Age
Commit message (
Expand
)
Author
2020-02-25
sleep(1): style(9) and other dusting
cheloha
2019-07-01
sleep(1): simplify argument parsing
cheloha
2019-01-10
Revert nanosleep(2) loop introduced in v1.25.
cheloha
2018-02-04
Print strtonum(3)-style error messages on invalid numeric input.
cheloha
2018-02-02
Extend range for seconds from 100 million to upper bound of time_t.
cheloha
2015-10-11
Don't return errno from main()
Philip Guenther
2015-10-09
Change all tame callers to namechange to pledge(2).
Theo de Raadt
2015-10-03
So you'd love me to say sleep() can be tighter than tame "stdio". OK,
Theo de Raadt
2015-09-22
sleep doesn't benefit from setting locale. we always want to parse numbers
Ted Unangst
2013-11-21
add unsigned char casts for specific calls to ctype.h macros.
Theo de Raadt
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2009-02-13
argv space does not need to be trashed during parsing
Theo de Raadt
2004-09-16
ARGSUSED on signal handler
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-09-06
KNF
Theo de Raadt
2002-07-04
ansi
Theo de Raadt
2002-05-31
Don't include cases for characters not in optstring; ericj. Snuck in on my
Paul Janzen
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-09-06
o) __progname aria;
Mike Pechkin
2001-05-20
trade 3 exits for return
Michael Shalayeff
2000-01-05
Return EINVAL if we can't sleep for the specified time interval (i.e. it's
Paul Janzen
1997-09-12
#include <ctype.h>
Todd C. Miller
1997-08-19
POSIX 1003.2: exit w/ 0 code if receive SIGALRM.
denny
1997-06-29
Reject non-numeric argument (so can't use atoi).
denny
1997-06-29
Make sleep handle fractions of a second. Why not?
denny
1997-01-15
getopt(3) returns -1 when out of args, not EOF, whee!
Todd C. Miller
1996-08-02
zap getopt() case of -?, come on, it is the default!
Theo de Raadt
1996-06-23
update rcsid
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt