aboutsummaryrefslogtreecommitdiff
path: root/sbin/shutdown
Commit message (Expand)AuthorAgeFilesLines
* For compatibility with Linux and Solaris add poweroff(8).Pawel Jakub Dawidek2010-12-303-4/+39
* Add missing `void' for functions without arguments.Ed Schouten2009-12-291-4/+4
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-2/+0
* Static'ify internal methods and use prototype.Xin LI2009-09-281-20/+20
* Note that when shutdown is run without options, it will placeTom Rhodes2008-12-231-1/+7
* Use new style declarations instead of K&R ones.Xin LI2005-01-251-10/+5
* Use modern style defination for main() and move a externXin LI2005-01-252-4/+6
* Use the standard section name.Ruslan Ermilov2005-01-181-3/+3
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-4/+8
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-092-8/+0
* Centralize _PATH_* definitions.David E. O'Brien2003-05-052-43/+1
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-4/+4
* Fixed the abuses of .Ql visible on stderr in troff mode.Ruslan Ermilov2002-12-231-1/+1
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-1/+1
* The .Nm utility.Philippe Charnier2002-07-061-3/+4
* Move _PATH_WALL from dump and shutdown's local pathnames.h to paths.h.Juli Mallett2002-05-171-1/+1
* more file system > filesystemTom Rhodes2002-05-161-1/+1
* o remove __PWarner Losh2002-03-211-9/+9
* Default to WARNS=2.David E. O'Brien2001-12-041-1/+0
* Set BINOWN=root explicitly for setuid root binaries.Ruslan Ermilov2001-09-131-0/+1
* Document how to cancel a scheduled shutdown.Dima Dorfman2001-08-091-0/+12
* mdoc(7) police:Ruslan Ermilov2001-08-071-1/+1
* Constify, de-register-ify, __unused-ify, and set WARNS=2.Dima Dorfman2001-07-152-10/+12
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+1
* mdoc(7) police: use canonical form of .Dd macro.Ruslan Ermilov2000-12-111-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Avoid ambigious if/elseBill Fumerola1999-07-211-2/+3
* Signal init(8) instead of executing halt(8) or reboot(8)Ruslan Ermilov1999-06-212-70/+100
* Minor cleanups to shutdown(8):Joseph Koshy1999-06-212-5/+22
* Fix a coredump with negative (due to overflow) offset values.Ruslan Ermilov1999-06-181-3/+4
* Move nologin from /etc to /var/run. This means one less file that hasSatoshi Asami1999-01-111-5/+5
* Merged from Lite2 (one bcopy -> memmove, one significant change:Bruce Evans1998-12-111-4/+5
* Fixed missing 'p' and `-' flags and other defects in the usage message.Bruce Evans1998-12-111-4/+5
* Merged from Lite2 (just an English fix or pun removal).Bruce Evans1998-12-111-4/+4
* Fixed disordered options in synopsis.Bruce Evans1998-12-111-2/+2
* Fixed missing `p' flag in synopsis.Bruce Evans1998-12-111-2/+2
* Add a '-p' flag to shutdown which corresponds to the '-p' flag to halt,Mike Smith1998-12-102-7/+21
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-1/+0
* Correct use of .Nm. Add rcsid. Do not dot terminate err(3) strings. Spelling.Philippe Charnier1998-08-032-17/+19
* Pass an actual empty environment to execle() as per POSIX rather thanAlexander Langer1998-01-101-10/+28
* Added environment parameter to execle calls.Alexander Langer1998-01-081-3/+3
* Correct a comment from my last commit.Alexander Langer1998-01-081-2/+2
* Allow 'shutdown datespec' to work into the next century. Handle datesAlexander Langer1998-01-081-1/+12
* Make the daemon process a true daemon by calling setsid().Joerg Wunsch1997-08-231-1/+2
* Add Xref to nologin(5).Masafumi Max NAKANE1997-07-041-0/+1
* Use err(3).Philippe Charnier1997-06-191-21/+13
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1