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