summaryrefslogtreecommitdiffstats
path: root/sbin/shutdown (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move pledge after getopt when we know whether the operation is reboot,deraadt2018-08-031-4/+25
* Display local timezone in all deadline estimates.cheloha2018-04-071-26/+34
* Disallow "++minutes".cheloha2018-03-191-8/+7
* Refactor the countdown loop() to simplify it.cheloha2018-03-021-40/+43
* Replace popen/setjmp/pclose with a manual pipe/fork/exec/wait.cheloha2018-02-241-28/+50
* fprintf(stderr -> warnxcheloha2018-02-041-7/+4
* warn format string should be literal.fcambus2017-04-031-2/+2
* Aggressively use dprintf, rather than crazy unchecked writes. Usederaadt2016-09-011-20/+24
* initially, pledge "stdio rpath wpath cpath getpw tty id proc exec", yesderaadt2015-11-161-1/+11
* error in strtonum() conversion; found by Nathanael Rensenderaadt2015-04-231-2/+2
* Convert many atoi() calls to strtonum(), adding range checks and failurederaadt2015-04-181-3/+6
* tzfile.h is an internal header that should never have been installed.millert2015-03-151-2/+1
* Build the argument list for halt/reboot without excessive use ofnaddy2015-01-211-15/+24
* Use plain "-p" to specify "halt and power down", for consistencynaddy2015-01-212-10/+18
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-4/+5
* Whole bunch of (unsigned char) casts carefully added for ctype calls.deraadt2013-11-221-3/+3
* spelling fixes, from Brad Tilley; we will not fix src/sbin/dump/dump.hsobrado2009-12-241-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* remove another list which just keeps going out of date;jmc2007-11-191-4/+2
* convert to new .Dd format;jmc2007-05-311-2/+2
* sort FILES;jmc2007-01-291-5/+5
* Replace gcc __attribute with __dead. Recompile yields no binary change.cloder2006-10-181-5/+5
* more sig_atomic_tderaadt2005-12-021-3/+4
* sort options + sync usage();jmc2005-05-192-11/+11
* Sync with reboot(8) man page.aoyama2005-03-091-2/+3
* minor knfderaadt2004-01-241-24/+20
* NULL -> (char *)NULL in execle; ok millert@avsm2003-07-301-4/+4
* .Ql Fl -> .Sq Fl where literal makes no sense;jmc2003-07-151-2/+2
* - section reorderjmc2003-06-031-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-023-19/+7
* use errx instead of fprintf+exit; millert@ okmickey2003-04-161-11/+6
* GNU semantics say that if optstring begins with '-' thenmillert2002-12-081-3/+3
* ansideraadt2002-07-031-19/+13
* pid_t cleanupderaadt2002-05-261-4/+4
* 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.millert2002-02-161-12/+12
* o) start new sentence on a new line;mpech2001-12-131-3/+4
* kill more registers;mpech2001-11-051-6/+6
* Add sparc64 to the list of arches which can poweroff at shutdown, andmiod2001-10-111-2/+2
* Mention macppc in the list of platforms which can do poweroff at shutdown.miod2001-09-181-2/+2
* No need to remove /etc/nologin after killing shutdown; signalheko2001-08-071-5/+2
* Document how to cancel a scheduled shutdown with kill(1).heko2001-08-071-1/+9
* correct type on last arg to execl(); nordin@cse.ogi.eduderaadt2001-07-091-3/+3
* major -Wall cleanup, almost completederaadt2001-07-071-6/+7
* Alphabetize SEE ALSO entries; mpech@prosoft.org.lvaaron2001-06-051-5/+3
* remove i386 md note per Theo's requestmarc2001-01-281-8/+1
* Mention that shutdown brings the system to single user mode when issuedmarc2001-01-261-12/+24
* mark signal races i cannot fix at the momentderaadt2001-01-191-3/+3
* use _exit() in term handler if real signalderaadt2001-01-151-3/+6
* Add i386 specific sysctl to modify halt -p processing, required to makemarc2001-01-051-2/+11
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-2/+2