summaryrefslogtreecommitdiffstats
path: root/bin/sleep (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
* Add, correct, and improve HISTORY sections.schwarze2016-08-161-2/+7
* 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
* document SIGALRM, since it's handling is somewhat special, and usejmc2014-05-271-14/+8
* remove section 2/3 pointers from section 1,schwarze2014-02-211-8/+3
* add unsigned char casts for specific calls to ctype.h macros.deraadt2013-11-211-4/+4
* add an EXIT STATUS section for /bin;jmc2010-09-031-15/+15
* move exit returns blurb out of DIAGNOSTICS; from daniel dickmanjmc2010-07-221-5/+5
* 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
* bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc2009-02-081-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* - consistent STANDARDS blurbjmc2007-05-291-5/+6
* fix some dodgy displays;jmc2007-02-061-5/+3
* ARGSUSED on signal handlerderaadt2004-09-161-3/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-022-13/+5
* 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
* Trailing whitespace begone!aaron2000-04-121-4/+4
* Improve.aaron2000-02-191-33/+34
* Return EINVAL if we can't sleep for the specified time interval (i.e. it'spjanzen2000-01-052-15/+20
* This sleep accepts fractional timings as well.espie1999-12-061-22/+31
* awk -> .Xr awk 1aaron1999-09-021-3/+4
* always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netaaron1998-12-151-2/+2
* start killing redundant .Nm macro arguments (mandoc ``remembers'' the first oneaaron1998-11-281-6/+6
* alphabetize SEE ALSO entries and numerically order according to sectionaaron1998-09-231-3/+3
* First complete sweep of man pages, bin/. Command/function names previouslyaaron1998-09-141-3/+3
* $OpenBSD$deraadt1997-09-211-2/+1
* #include <ctype.h>millert1997-09-121-2/+3
* Note POSIX 1003.2 conformance.denny1997-08-191-3/+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-233-2/+4
* initial import of NetBSD treederaadt1995-10-183-0/+213