Age | Commit message (Expand) | Author |
2024-04-28 | gmtime(3) / locatime(3) can fail when timestamps are way off. | Florian Obser |
2023-06-19 | The group "operator" gatekeeps a few superuser abilities (dumping disks, | Theo de Raadt |
2023-04-19 | remove duplicate includes | Jonathan Gray |
2023-02-04 | correct history, shutdown(8) appeared in 4.1BSD before 4.1c | Jonathan Gray |
2023-01-13 | shutdown(8): sig_atomic_t variables should be qualified 'volatile' | Scott Soule Cheloha |
2022-08-05 | Among published AT&T UNIX releases, a shutdown(8) command was contained | Ingo Schwarze |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2018-08-03 | Move pledge after getopt when we know whether the operation is reboot, | Theo de Raadt |
2018-04-07 | Display local timezone in all deadline estimates. | cheloha |
2018-03-19 | Disallow "++minutes". | cheloha |
2018-03-02 | Refactor the countdown loop() to simplify it. | cheloha |
2018-02-24 | Replace popen/setjmp/pclose with a manual pipe/fork/exec/wait. | cheloha |
2018-02-04 | fprintf(stderr -> warnx | cheloha |
2017-04-03 | warn format string should be literal. | Frederic Cambus |
2016-09-01 | Aggressively use dprintf, rather than crazy unchecked writes. Use | Theo de Raadt |
2015-11-16 | initially, pledge "stdio rpath wpath cpath getpw tty id proc exec", yes | Theo de Raadt |
2015-04-23 | error in strtonum() conversion; found by Nathanael Rensen | Theo de Raadt |
2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
2015-03-15 | tzfile.h is an internal header that should never have been installed. | Todd C. Miller |
2015-01-21 | Build the argument list for halt/reboot without excessive use of | Christian Weisgerber |
2015-01-21 | Use plain "-p" to specify "halt and power down", for consistency | Christian Weisgerber |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2013-11-22 | Whole bunch of (unsigned char) casts carefully added for ctype calls. | Theo de Raadt |
2009-12-24 | spelling fixes, from Brad Tilley; we will not fix src/sbin/dump/dump.h | Igor Sobrado |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2007-11-19 | remove another list which just keeps going out of date; | Jason McIntyre |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-01-29 | sort FILES; | Jason McIntyre |
2006-10-18 | Replace gcc __attribute with __dead. Recompile yields no binary change. | Chad Loder |
2005-12-02 | more sig_atomic_t | Theo de Raadt |
2005-05-19 | sort options + sync usage(); | Jason McIntyre |
2005-03-09 | Sync with reboot(8) man page. | Kenji Aoyama |
2004-01-24 | minor knf | Theo de Raadt |
2003-07-30 | NULL -> (char *)NULL in execle; ok millert@ | Anil Madhavapeddy |
2003-07-15 | .Ql Fl -> .Sq Fl where literal makes no sense; | Jason McIntyre |
2003-06-03 | - section reorder | Jason McIntyre |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-16 | use errx instead of fprintf+exit; millert@ ok | Michael Shalayeff |
2002-12-08 | GNU semantics say that if optstring begins with '-' then | Todd C. Miller |
2002-07-03 | ansi | Theo de Raadt |
2002-05-26 | pid_t cleanup | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-12-13 | o) start new sentence on a new line; | Mike Pechkin |
2001-11-05 | kill more registers; | Mike Pechkin |
2001-10-11 | Add sparc64 to the list of arches which can poweroff at shutdown, and | Miod Vallat |
2001-09-18 | Mention macppc in the list of platforms which can do poweroff at shutdown. | Miod Vallat |
2001-08-07 | No need to remove /etc/nologin after killing shutdown; signal | Heikki Korpela |
2001-08-07 | Document how to cancel a scheduled shutdown with kill(1). | Heikki Korpela |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |