Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-07 | Comment fix. It's 0x7F ELF, not 0xFF ELF. | Tobias Weingartner | |
2007-05-31 | It's the time to squash antique bugs. This has been there | Tobias Weingartner | |
for some time. I can't believe it took a re-read for future functionality plus something I wrote and kjell@ saved from '97 for me to find this. ok tom@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2005-07-15 | - add /bsd.rd to FILES | Jason McIntyre | |
- for amd64/i386 add /bsd.mp to FILES ok tom@ | |||
2004-04-03 | add pxeboot references to FILES and SEE ALSO; | Jason McIntyre | |
ok deraadt@ | |||
2004-03-12 | missing .El; | Jason McIntyre | |
2004-02-10 | Enable interrupts before halt when we error out. Allows use of | Tom Cosgrove | |
Ctl-Alt-Del to reboot in case of failure. Much testing nick@; thanks. ok weingart@, deraadt@. | |||
2004-01-26 | Major overhaul of biosboot and installboot, using EDD (LBA) reads if | Tom Cosgrove | |
the BIOS supports it. File location data now geometry-independent (biosboot groks part of the inode), so installboot loses -h and -s. Many thanks to all those brave enough to try the snapshots. Thanks for the test reports, everyone. ok deraadt@ | |||
2003-06-27 | Cleanup biosboot to remove uneeded 32-bit opcodes, initializations of | Tobias Weingartner | |
32-bit segment registers, and other things not really necessary. Cleanup some comments while there as well. Tweak blocktable to max size these changes allow us. This should help in shrinking the code some, making future changes easier. nate@ ok. | |||
2003-06-06 | - section reorder | Jason McIntyre | |
- new sentence, new line - some macro fixes | |||
2003-06-03 | three four kills | Michael Shalayeff | |
2003-04-17 | i386 ELF bootloader. developed with weingart@ | Dale Rahn | |
2003-01-29 | typos; | Jason McIntyre | |
many tweaks by millert@ (thanks) thanks mpech@ for help with adduser(8) ok millert@ | |||
2002-08-28 | ancient file name in .file; from pbastos@rdc.puc-rio.br | Michael Shalayeff | |
2002-06-25 | and kill a now bogus comment | Michael Shalayeff | |
2002-06-25 | this monkey has not been a mbr for a couple of years already | Michael Shalayeff | |
2002-03-12 | extraneous 'or'; from Sven Kirmess <sven.kirmess@gmx.net> | Michael Shalayeff | |
2002-02-21 | Pasto. Ok mickey@ | Thierry Deval | |
2001-06-29 | biosboot is more than 256 bytes for a while now | Michael Shalayeff | |
2000-06-08 | MANSUBDIR is common for this whole dir | Michael Shalayeff | |
2000-05-26 | more portable manual pages | Theo de Raadt | |
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-09-15 | repairs | Michael Shalayeff | |
1999-07-09 | MANSUBDIR | Theo de Raadt | |
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-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
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-09-07 | More man page fixes. Particularly fix uses of it's/its, affect/effect, | Aaron Campbell | |
then/than and such. Other miscellaneous problems fixed across these source files. | |||
1998-07-04 | add nop; fixes Kapok Computer AMI WinBIOS boot sector detection garbage | Theo de Raadt | |
1998-05-28 | cleanup the Makefiles a bit. | Michael Shalayeff | |
make machine link in a smart way, remove unused bits. | |||
1998-05-25 | more CLEANFILES | Michael Shalayeff | |
1998-04-18 | i386 bootblocks that work for 2.3. A tale too long to tell | Theo de Raadt | |
1998-04-13 | the problem is in /boot, not in biosboot | Theo de Raadt | |
1998-04-11 | Well, the changes make do not work | Theo de Raadt | |
1998-04-03 | new changes from weingart: -DDEBUG not needed anymore | Theo de Raadt | |
1998-03-30 | temporary fixes to the bootblocks | Theo de Raadt | |
1998-02-24 | Changes/updates to /boot stuff. More to come. | Tobias Weingartner | |
Fixes many divide by zero and pointer bugs. | |||
1997-11-05 | define puts() | Michael Shalayeff | |
1997-10-22 | honour DEBUGFLAGS, rm before ld | Michael Shalayeff | |
1997-10-07 | cleanup | Michael Shalayeff | |
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-05 | Finishing? touches. | Tobias Weingartner | |
1997-09-05 | some manual | Michael Shalayeff | |
1997-09-05 | copycenter | Michael Shalayeff | |
1997-08-29 | ifdef partition table and NT s# w/ BEMBR | Michael Shalayeff | |
1997-08-29 | use symbolic name for signature value | Michael Shalayeff | |
1997-08-29 | don't need NT stuff here, since we are mbr when we have the whole disk | Michael Shalayeff | |
1997-08-29 | don't use private defines, use ones exported from includes | Michael Shalayeff | |
1997-08-13 | split off START into LINKADDR and LOADADDR (we will need reloctable boot) | Michael Shalayeff | |
BOOTREL as a linear address, not segment one more heap (; | |||
1997-08-07 | typo | Niklas Hallqvist | |