Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-28 | remove i386 md note per Theo's request | Marco S Hyman | |
2001-01-05 | Add i386 specific sysctl to modify halt -p processing, required to make | Marco S Hyman | |
powerdown work correctly on some processors. Idea from mickey@ and smcho@tsp.korea.ac.kr. Tested my me and angelos@. Note: If you want to try these out you'll need to cd /sys/arch/i386/include && sudo install -m 444 -o root -g root cpu.h /usr/include/i386 cd /usr/src/sbin/sysctl && make obj && make && sudo make install to get a sysctl that understands the new variable (machdep.apmhalt). | |||
2000-11-09 | it's been moved | Michael Shalayeff | |
2000-11-09 | incomplete work. moved them, repaired some, it is a giant mess | Theo de Raadt | |
2000-04-30 | Add missing fcntl.h | Todd C. Miller | |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell | |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-09-03 | have shutdown code run /etc/rc with arg of "shutdown"; rc.shutdown becomes ↵ | Theo de Raadt | |
completely admin-editable | |||
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 | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
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 | |
patch. Obviously it was never tested on a machine running a regular compliment of services. On such a machine, it causes a full 12 (was 30) second delay *EVERY TIME*. That's COMPLETELY unreasonable. | |||
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 | |
.Tn OpenBSD. | |||
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 | |
document -d | |||
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-06-22 | Support RB_POWERDOWN. | Jason Downs | |