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