summaryrefslogtreecommitdiffstats
path: root/bin/sleep/sleep.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sleep(1): style(9) and other dustingcheloha2020-02-251-20/+17
* sleep(1): simplify argument parsingcheloha2019-07-011-27/+18
* Revert nanosleep(2) loop introduced in v1.25.cheloha2019-01-101-17/+9
* Print strtonum(3)-style error messages on invalid numeric input.cheloha2018-02-041-6/+5
* Extend range for seconds from 100 million to upper bound of time_t.cheloha2018-02-021-5/+17
* Don't return errno from main()guenther2015-10-111-2/+2
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* So you'd love me to say sleep() can be tighter than tame "stdio". OK,deraadt2015-10-031-1/+5
* sleep doesn't benefit from setting locale. we always want to parse numberstedu2015-09-221-4/+1
* add unsigned char casts for specific calls to ctype.h macros.deraadt2013-11-211-4/+4
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* argv space does not need to be trashed during parsingderaadt2009-02-131-3/+3
* ARGSUSED on signal handlerderaadt2004-09-161-3/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* KNFderaadt2002-09-061-7/+11
* ansideraadt2002-07-041-8/+5
* Don't include cases for characters not in optstring; ericj. Snuck in on mypjanzen2002-05-311-4/+2
* 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-4/+4
* o) __progname aria;mpech2001-09-061-4/+5
* trade 3 exits for returnmickey2001-05-201-5/+5
* Return EINVAL if we can't sleep for the specified time interval (i.e. it'spjanzen2000-01-051-10/+17
* #include <ctype.h>millert1997-09-121-2/+3
* POSIX 1003.2: exit w/ 0 code if receive SIGALRM.denny1997-08-191-2/+30
* Reject non-numeric argument (so can't use atoi).denny1997-06-291-13/+15
* Make sleep handle fractions of a second. Why not?denny1997-06-291-5/+28
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-3/+3
* zap getopt() case of -?, come on, it is the default!deraadt1996-08-021-3/+2
* update rcsidderaadt1996-06-231-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+89