Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-03 | pretty this up | Theo de Raadt | |
2001-08-20 | bump the version for new kbd probe; 10x for a reminder from fgsch@ | Michael Shalayeff | |
2001-07-15 | spelling | Peter Valchev | |
2001-05-06 | increase version since we've removed -b; per fgsch@'s suggestion | Michael Shalayeff | |
2001-05-02 | document boot options, i dunno what -b does so i just do not mention it anymore | Michael Shalayeff | |
2001-01-16 | add timeout variable, alphabetize the var list; pointed out by Rob Francis ↵ | Michael Shalayeff | |
<rfrancis@slurb.com> | |||
2000-12-27 | better english and fix some spelling mistakes, Ok'd by aaron@ | Brad Smith | |
adjucent -> adjacent usefull -> useful | |||
2000-11-22 | s/stroul/strtoul/; spotted by brad@ | Michael Shalayeff | |
2000-11-18 | Add an example for boot -c. | Aaron Campbell | |
2000-11-18 | - Add an EXAMPLES section. I still haven't chosen a "standard" format. | Aaron Campbell | |
- Some more .Li usage. | |||
2000-11-18 | - "OpenBSD BOOT [x.xx]" -> ">> OpenBSD/i386 BOOT [x.xx]" to reflect reality. | Aaron Campbell | |
- As far as I know, there is no such thing as 9600 "baud". Change to "bps". - Split MLINKs in NAME section to separate lines as standard. - Many grammar/spelling fixups. - Remove hard sentence breaks. - Some other miscellaneous fixes. | |||
2000-10-25 | add pciprobe back into /boot. | Michael Shalayeff | |
it appears there are machines only equipped w/ real-mode pci bios. int time, we will benefit from this the other way around, -- we'll elliminate pci bios _calls_ in kernel instead. | |||
2000-10-19 | Increment version; deraadt@ ok. | Federico G. Schwindt | |
2000-10-19 | Pass SACFLAGS correctly so all files are compiled with -fpack-struct, | Federico G. Schwindt | |
fixing the help hang and making machine [boot|diskinfo|memory] working again. Closes PR #1435. Found by me, fix by mickey and i; deraadt@ ok. | |||
2000-08-07 | add a couple of examples, and generally elaborate more on the subject | Michael Shalayeff | |
2000-07-12 | typo | Theo de Raadt | |
2000-06-12 | Fix typo and mention valid tty values. | Todd C. Miller | |
2000-06-08 | MANSUBDIR is common for this whole dir | Michael Shalayeff | |
2000-05-30 | aout_ldsym, increase boot minor version | Michael Shalayeff | |
2000-05-26 | more portable manual pages | Theo de Raadt | |
2000-05-25 | cause traversal into arch & subdirectories for the purposes of manual page ↵ | Theo de Raadt | |
install... | |||
2000-05-25 | man subdir | Theo de Raadt | |
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-09-15 | apply grammer fixes from pr#831; from kwesterback@home.com | Michael Shalayeff | |
although boot options (i.e. RB_* from the sys/reboot.h) should be described elsewhere. | |||
1999-08-25 | give better support to the bios memory maps. | Michael Shalayeff | |
provide memory maps editing through the machine memory command. rearrange probing in machdep, so it provides less output, also giving a shot for apm to fix the memory maps. changes to kernel are minimal, only that is required due to the api version bits addition and such cosmetic changes. tested on all critical kernel,boot combinations; niklas@ ok | |||
1999-07-09 | Fixup for link | Tobias Weingartner | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-07-08 | install into man8/arch subdirs | Theo de Raadt | |
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. | |||
1998-07-20 | new exec framework | Michael Shalayeff | |
1998-07-11 | Roll-back previous commit; someone is working on getting all the boot* | Angelos D. Keromytis | |
pages make some sense. | |||
1998-07-11 | Rename boot.8 to boot-second-stage.8, so it's possible to get it | Angelos D. Keromytis | |
through man (it conflicted with the boot_$arch.8 page); wsimpson@greendragon.com | |||
1998-05-28 | cleanup the Makefiles a bit. | Michael Shalayeff | |
make machine link in a smart way, remove unused bits. | |||
1998-05-27 | conditional LD definition | Michael Shalayeff | |
1998-05-25 | put support for test /boot environment back; some CLEANFILES and spaces | Michael Shalayeff | |
1998-05-19 | cross-compile ready | Michael Shalayeff | |
1998-05-14 | change debug poke colors | Michael Shalayeff | |
1998-04-18 | i386 bootblocks that work for 2.3. A tale too long to tell | Theo de Raadt | |
1998-03-16 | doc machine commands | Michael Shalayeff | |
1998-02-24 | Changes/updates to /boot stuff. More to come. | Tobias Weingartner | |
Fixes many divide by zero and pointer bugs. | |||
1998-02-24 | MNLINK boot.conf(8) | Theo de Raadt | |
1997-10-26 | we have new features, bump boot version | Michael Shalayeff | |
1997-10-22 | use bootarg | Michael Shalayeff | |
1997-10-17 | Use BIOS to probe for memory map. | Tobias Weingartner | |
Probe for BIOS supported disks. Use BIOS to get geometry for supported disks. All in preparation to passing the whole thing to the kernel. | |||
1997-10-07 | cleanup | Michael Shalayeff | |
1997-09-29 | we won't need this | Michael Shalayeff | |
1997-09-29 | bump the version number | Michael Shalayeff | |
1997-09-21 | /boot engine is in sys/stand/boot/ now (; | Michael Shalayeff | |
use it, reuse it, i can't imagine any brokenness ... | |||
1997-09-20 | - add 'stty [baudrate]' command to /boot, for serial consoles | flipk | |
- switch baud rates using i/o instead of bios, since bios commands have only a limited bitwidth for baudrate, and max out at 9600 - when switching console devices, print msg to both old device and new - fix timeout bug in com_getc() (dev | 0x80 was reading gobbledygook) - document 'stty' command in boot(8) - wording and cleanup in man pages | |||
1997-09-17 | regs command is MD | Michael Shalayeff | |