History log of /src/sbin/reboot/reboot.8 |
Revision | | Date | Author | Comments |
1.30 |
| 12-Sep-2016 |
sevan | A standalone reboot utility showed up in 4.0BSD. In AT&T UNIX init has a case for reboot and is present in the version shipped with V5. http://minnie.tuhs.org/cgi-bin/utree.pl?file=V5/usr/source/s1/init.c
Amend HISTORY section. Bump date.
|
1.29 |
| 16-Feb-2011 |
wiz | Add -vxz to SYNOPSIS and usage.
|
1.28 |
| 16-Feb-2011 |
dyoung | Add flags -v, -x, and -z for verbose, debug, and silent shutdowns, respectively, by passing flags AB_VERBOSE, AB_DEBUG, and/or AB_SILENT to reboot(2).
|
1.27 |
| 12-Dec-2010 |
pooka | branches: 1.27.2; multicore update
|
1.26 |
| 21-Oct-2008 |
lukem | xref rescue(8)
|
1.25 |
| 25-May-2008 |
wiz | New sentence, new line.
|
1.24 |
| 09-Feb-2008 |
dholland | branches: 1.24.4; 1.24.6; 1.24.8; Set off symbolic signal names (SIG...) with .Dv, and crossreference init(8). From PR bin/36551 by Greg A. Woods. And while I'm here, fix a grammar nit.
|
1.23 |
| 03-Jun-2007 |
uwe | branches: 1.23.4; 1.23.6; Document that reboot(8) passes any arguments to reboot(2) as bootstr.
|
1.22 |
| 24-May-2007 |
jnemeth | Add a caveat about reboot(8) not running shutdown scripts. This addresses (at least partially) PR/35067 by Blair Sadewitz.
|
1.21 |
| 07-Aug-2003 |
agc | branches: 1.21.6; 1.21.16; 1.21.18; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22308, verified by myself.
|
1.20 |
| 04-Apr-2003 |
wiz | Bump date.
|
1.19 |
| 04-Apr-2003 |
perry | 1) Remove a reference to a 30 second delay left when Ignatios backed out a 30 second delay from the program. 2) Add a CAVEATS section noting that the command cannot and should not be stopped once started.
|
1.18 |
| 25-Feb-2003 |
wiz | .Nm does not need a dummy argument ("") before punctuation or for correct formatting of the SYNOPSIS any longer.
|
1.17 |
| 03-Oct-2002 |
wiz | New sentence, new line. From Robert Elz.
|
1.16 |
| 17-Apr-2002 |
wiz | Sync order of programs with their actions, noted by mrg.
|
1.15 |
| 16-Nov-2001 |
wiz | Sort SEE ALSO, use .Pp for paragraphs.
|
1.14 |
| 16-Nov-2001 |
wiz | Whitespace nits
|
1.13 |
| 20-Jun-2001 |
mrg | expand -n documentation; from sunos.
|
1.12 |
| 25-Apr-2000 |
hubertf | Implement a "poweroff" command which is equivalent to "halt -p", but allows powering down the system from an exec(2) call, e.g. via a user which has "poweroff" as login shell.
The command name is modeled after Solaris.
|
1.11 |
| 19-Aug-1999 |
simonb | "-l" means _don't_ log to syslog(3).
|
1.10 |
| 03-Jul-1998 |
is | Make halt and reboot wait up to 32 seconds after kill(-1, SIGTERM), but check at 3 second intervals if any are left. This will help slow machines to cleanly shut down X servers (to make the console visible), databases, or Usenet news servers.
|
1.9 |
| 06-Jun-1998 |
thorpej | Add a -p option to halt(8), specifying that the system should be powered down.
|
1.8 |
| 20-Jan-1998 |
mycroft | Correct the tense of one sentence.
|
1.7 |
| 20-Jan-1998 |
mycroft | Clean up documentation a bit, and document the `-l' option.
|
1.6 |
| 20-Oct-1997 |
enami | Fix .Nm usage.
|
1.5 |
| 15-Sep-1997 |
lukem | - use .Nm correctly - use __progname instead of rindex(argv[0]) ...
|
1.4 |
| 22-Jul-1997 |
mikel | xref sync(8) not nonexistent sync(1), reorder xrefs
|
1.3 |
| 05-Oct-1995 |
mycroft | Add a `-d' option to force a dump. From John Kohl.
|
1.2 |
| 18-Mar-1995 |
cgd | pseudo-merge with Lite; man pages need to be merged seperately, but that's really a port-specific thing. They probably should be updated, too.
|
1.1 |
| 18-Mar-1995 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.1 |
| 18-Mar-1995 |
cgd | from Lite
|
1.21.18.1 |
| 04-Jun-2007 |
wrstuden | Update to today's netbsd-4.
|
1.21.16.1 |
| 30-May-2007 |
riz | Pull up following revision(s) (requested by jnemeth in ticket #676): sbin/reboot/reboot.8: revision 1.22 Add a caveat about reboot(8) not running shutdown scripts. This addresses (at least partially) PR/35067 by Blair Sadewitz.
|
1.21.6.1 |
| 30-May-2009 |
snj | Pull up following revision(s) (requested by jnemeth in ticket #2016): sbin/reboot/reboot.8: revision 1.22 Add a caveat about reboot(8) not running shutdown scripts. This addresses (at least partially) PR/35067 by Blair Sadewitz.
|
1.23.6.1 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.23.4.1 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.24.8.1 |
| 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
1.24.6.1 |
| 04-Jun-2008 |
yamt | sync with head
|
1.24.4.2 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.24.4.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.27.2.1 |
| 17-Feb-2011 |
bouyer | Sync with HEAD
|