summaryrefslogtreecommitdiff
path: root/sbin/reboot
AgeCommit message (Expand)Author
1999-09-23Typo fixes.Alex Feldman
1999-09-03have shutdown code run /etc/rc with arg of "shutdown"; rc.shutdown becomes c...Theo de Raadt
1999-08-16we need to include sys/wait.h since we use waitpid hereArtur Grabowski
1999-07-20add an rc.shutdown(8) man pageAaron Campbell
1999-07-19run /etc/rc.shutdown on /dev/consoleTheo de Raadt
1999-07-08L1-A does not always workTheo de Raadt
1999-07-08more...Theo de Raadt
1999-07-08correct installboot infoTheo de Raadt
1999-07-08talk about boot program installationTheo de Raadt
1999-07-08cleanerTheo de Raadt
1999-07-08point at main boot(8) tooTheo de Raadt
1999-07-04trash some old leftover macros and replace them with -mdoc macrosAaron Campbell
1999-07-03remove redundant .Pp macrosAaron Campbell
1999-06-04start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@Aaron Campbell
1999-05-28more .El madnessAaron Campbell
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
1999-04-22Add mac68k to the -p list...Jason Downs
1999-03-01Xr savecoreAaron Campbell
1999-01-16add missing -tag type to .BlTodd C. Miller
1998-11-28kill redundant .Nm macro arguments; other misc fixesAaron Campbell
1998-11-11more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixesAaron Campbell
1998-11-04be really pedantic about punctuation following -mdoc macro'd textAaron Campbell
1998-09-24'off of' -> 'off'Paul Janzen
1998-09-23alphabetize SEE ALSO entries and order them numerically according to sectionAaron Campbell
1998-09-17sbin/ man page fixesAaron Campbell
1998-09-01more man page fixes; aaron@ug.cs.dal.caTheo de Raadt
1998-08-07delete the garbage which does not workTheo de Raadt
1998-08-0512 seconds not 30. But I am just about to remove the kill and waitTheo de Raadt
1998-07-24fix spelling of separateTheo de Raadt
1998-07-24Man pages Xrefs.Marc Espie
1998-07-12sync with NetBSDAngelos D. Keromytis
1998-07-11Change the headers so those show up as boot_$ARCHAngelos D. Keromytis
1998-04-25ignore SIGPIPE; nathanw@MIT.EDUTheo de Raadt
1998-02-26Correctness change and beautify commas in .Xr's. Also, use .Ox rather than ....gene
1997-10-02Slight update.Jason Downs
1997-09-21$OpenBSD$Theo de Raadt
1997-09-16Fix boot(8) cross reference.Tobias Weingartner
1997-09-14.Xr foo #, botchesTheo de Raadt
1997-09-09Update to reality.Tobias Weingartner
1997-09-03use err()/warn()/__prognameMichael Shalayeff
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-06-22Support RB_POWERDOWN.Jason Downs
1997-05-05hopefully the last tahoe relict in the tree goes now ...Thomas Graichen
1997-04-11add support for a script called /etc/rc.shutdownTheo de Raadt
1997-01-17r?index -> strr?chrTodd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-07-27sync to 0722Theo de Raadt
1996-07-22kill (-1, SIGTERM) may find no other processes; netbsd pr#2619, cgdTheo de Raadt
1996-07-11netbsd pr bin/2618 from cgd, fixed differentlyTobias Weingartner
1996-07-10no vmunix here, kernel is /bsd, os is OpenBSD!ccappuc