summaryrefslogtreecommitdiffstats
path: root/bin/sleep
AgeCommit message (Expand)AuthorFilesLines
2020-02-25sleep(1): style(9) and other dustingcheloha1-20/+17
2019-07-01sleep(1): simplify argument parsingcheloha1-27/+18
2019-01-10Revert nanosleep(2) loop introduced in v1.25.cheloha1-17/+9
2018-02-04Print strtonum(3)-style error messages on invalid numeric input.cheloha1-6/+5
2018-02-02Extend range for seconds from 100 million to upper bound of time_t.cheloha1-5/+17
2016-08-16Add, correct, and improve HISTORY sections.schwarze1-2/+7
2015-10-11Don't return errno from main()guenther1-2/+2
2015-10-09Change all tame callers to namechange to pledge(2).deraadt1-3/+3
2015-10-03So you'd love me to say sleep() can be tighter than tame "stdio". OK,deraadt1-1/+5
2015-09-22sleep doesn't benefit from setting locale. we always want to parse numberstedu1-4/+1
2014-05-27document SIGALRM, since it's handling is somewhat special, and usejmc1-14/+8
2014-02-21remove section 2/3 pointers from section 1,schwarze1-8/+3
2013-11-21add unsigned char casts for specific calls to ctype.h macros.deraadt1-4/+4
2010-09-03add an EXIT STATUS section for /bin;jmc1-15/+15
2010-07-22move exit returns blurb out of DIAGNOSTICS; from daniel dickmanjmc1-5/+5
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-15/+1
2009-02-13argv space does not need to be trashed during parsingderaadt1-3/+3
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc1-3/+3
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-05-29- consistent STANDARDS blurbjmc1-5/+6
2007-02-06fix some dodgy displays;jmc1-5/+3
2004-09-16ARGSUSED on signal handlerderaadt1-3/+4
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert2-13/+5
2002-09-06KNFderaadt1-7/+11
2002-07-04ansideraadt1-8/+5
2002-05-31Don't include cases for characters not in optstring; ericj. Snuck in on mypjanzen1-4/+2
2002-02-16Part 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.millert1-4/+4
2001-09-06o) __progname aria;mpech1-4/+5
2001-05-20trade 3 exits for returnmickey1-5/+5
2000-04-12Trailing whitespace begone!aaron1-4/+4
2000-02-19Improve.aaron1-33/+34
2000-01-05Return EINVAL if we can't sleep for the specified time interval (i.e. it'spjanzen2-15/+20
1999-12-06This sleep accepts fractional timings as well.espie1-22/+31
1999-09-02awk -> .Xr awk 1aaron1-3/+4
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netaaron1-2/+2
1998-11-28start killing redundant .Nm macro arguments (mandoc ``remembers'' the first oneaaron1-6/+6
1998-09-23alphabetize SEE ALSO entries and numerically order according to sectionaaron1-3/+3
1998-09-14First complete sweep of man pages, bin/. Command/function names previouslyaaron1-3/+3
1997-09-21$OpenBSD$deraadt1-2/+1
1997-09-12#include <ctype.h>millert1-2/+3
1997-08-19Note POSIX 1003.2 conformance.denny1-3/+3
1997-08-19POSIX 1003.2: exit w/ 0 code if receive SIGALRM.denny1-2/+30
1997-06-29Reject non-numeric argument (so can't use atoi).denny1-13/+15
1997-06-29Make sleep handle fractions of a second. Why not?denny1-5/+28
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!millert1-3/+3
1996-08-02zap getopt() case of -?, come on, it is the default!deraadt1-3/+2
1996-06-23update rcsidderaadt3-2/+4
1995-10-18initial import of NetBSD treederaadt3-0/+213