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