| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-08-03 | Move pledge after getopt when we know whether the operation is reboot, |  deraadt | 1 | -4/+25 |
| 2018-04-07 | Display local timezone in all deadline estimates. |  cheloha | 1 | -26/+34 |
| 2018-03-19 | Disallow "++minutes". |  cheloha | 1 | -8/+7 |
| 2018-03-02 | Refactor the countdown loop() to simplify it. |  cheloha | 1 | -40/+43 |
| 2018-02-24 | Replace popen/setjmp/pclose with a manual pipe/fork/exec/wait. |  cheloha | 1 | -28/+50 |
| 2018-02-04 | fprintf(stderr -> warnx |  cheloha | 1 | -7/+4 |
| 2017-04-03 | warn format string should be literal. |  fcambus | 1 | -2/+2 |
| 2016-09-01 | Aggressively use dprintf, rather than crazy unchecked writes. Use |  deraadt | 1 | -20/+24 |
| 2015-11-16 | initially, pledge "stdio rpath wpath cpath getpw tty id proc exec", yes |  deraadt | 1 | -1/+11 |
| 2015-04-23 | error in strtonum() conversion; found by Nathanael Rensen |  deraadt | 1 | -2/+2 |
| 2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure |  deraadt | 1 | -3/+6 |
| 2015-03-15 | tzfile.h is an internal header that should never have been installed. |  millert | 1 | -2/+1 |
| 2015-01-21 | Build the argument list for halt/reboot without excessive use of |  naddy | 1 | -15/+24 |
| 2015-01-21 | Use plain "-p" to specify "halt and power down", for consistency |  naddy | 2 | -10/+18 |
| 2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 1 | -4/+5 |
| 2013-11-22 | Whole bunch of (unsigned char) casts carefully added for ctype calls. |  deraadt | 1 | -3/+3 |
| 2009-12-24 | spelling fixes, from Brad Tilley; we will not fix src/sbin/dump/dump.h |  sobrado | 1 | -2/+2 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 1 | -15/+1 |
| 2007-11-19 | remove another list which just keeps going out of date; |  jmc | 1 | -4/+2 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2007-01-29 | sort FILES; |  jmc | 1 | -5/+5 |
| 2006-10-18 | Replace gcc __attribute with __dead. Recompile yields no binary change. |  cloder | 1 | -5/+5 |
| 2005-12-02 | more sig_atomic_t |  deraadt | 1 | -3/+4 |
| 2005-05-19 | sort options + sync usage(); |  jmc | 2 | -11/+11 |
| 2005-03-09 | Sync with reboot(8) man page. |  aoyama | 1 | -2/+3 |
| 2004-01-24 | minor knf |  deraadt | 1 | -23/+19 |
| 2003-07-30 | NULL -> (char *)NULL in execle; ok millert@ |  avsm | 1 | -4/+4 |
| 2003-07-15 | .Ql Fl -> .Sq Fl where literal makes no sense; |  jmc | 1 | -2/+2 |
| 2003-06-03 | - section reorder |  jmc | 1 | -2/+2 |
| 2003-06-02 | Remove the advertising clause in the UCB license which Berkeley |  millert | 3 | -19/+7 |
| 2003-04-16 | use errx instead of fprintf+exit; millert@ ok |  mickey | 1 | -11/+6 |
| 2002-12-08 | GNU semantics say that if optstring begins with '-' then |  millert | 1 | -3/+3 |
| 2002-07-03 | ansi |  deraadt | 1 | -19/+13 |
| 2002-05-26 | pid_t cleanup |  deraadt | 1 | -4/+4 |
| 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 | -12/+12 |
| 2001-12-13 | o) start new sentence on a new line; |  mpech | 1 | -3/+4 |
| 2001-11-05 | kill more registers; |  mpech | 1 | -6/+6 |
| 2001-10-11 | Add sparc64 to the list of arches which can poweroff at shutdown, and |  miod | 1 | -2/+2 |
| 2001-09-18 | Mention macppc in the list of platforms which can do poweroff at shutdown. |  miod | 1 | -2/+2 |
| 2001-08-07 | No need to remove /etc/nologin after killing shutdown; signal |  heko | 1 | -5/+2 |
| 2001-08-07 | Document how to cancel a scheduled shutdown with kill(1). |  heko | 1 | -1/+9 |
| 2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu |  deraadt | 1 | -3/+3 |
| 2001-07-07 | major -Wall cleanup, almost complete |  deraadt | 1 | -6/+7 |
| 2001-06-05 | Alphabetize SEE ALSO entries; mpech@prosoft.org.lv |  aaron | 1 | -5/+3 |
| 2001-01-28 | remove i386 md note per Theo's request |  marc | 1 | -8/+1 |
| 2001-01-26 | Mention that shutdown brings the system to single user mode when issued |  marc | 1 | -12/+24 |
| 2001-01-19 | mark signal races i cannot fix at the moment |  deraadt | 1 | -3/+3 |
| 2001-01-15 | use _exit() in term handler if real signal |  deraadt | 1 | -3/+6 |
| 2001-01-05 | Add i386 specific sysctl to modify halt -p processing, required to make |  marc | 1 | -2/+11 |
| 2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man |  aaron | 1 | -2/+2 |