Age | Commit message (Expand) | Author |
2011-07-19 | Warn about but don't prevent installboot from installing /boot when | Kenneth R Westerback |
2011-03-17 | Make the various findopenbsd() functions non-recursive, eliminating | Kenneth R Westerback |
2011-03-15 | Bunch of white space and style adjustments to make amd64 version | Kenneth R Westerback |
2011-03-14 | Clamp BIOS io attempts to < 2 ^28 - 1 sectors (a.k.a. 128GB for | Kenneth R Westerback |
2011-03-13 | Change daddr_t to daddr32_t. The bootblocks on our architectures only | Theo de Raadt |
2011-03-11 | Zap stack garbage before passing buffer to biosd_io(), which may | Kenneth R Westerback |
2011-03-08 | Fix extended partition searching so we don't get lost. The offset | Kenneth R Westerback |
2010-08-11 | De-inline CHS_rw. Somehow the merger of two monster __asm __inline statements | Theo de Raadt |
2008-08-12 | Fix multiple addition error recently introduced for when extended partitions | Theo de Raadt |
2008-08-04 | fix extended partition support by handling chained EBRs correctly | Reyk Floeter |
2008-06-25 | this diff changes the bootloader to skip the CHS sanity check if LBA | Reyk Floeter |
2008-06-25 | allow to install and boot the OpenBSD A6 partition and disklabel in an | Reyk Floeter |
2007-05-27 | When deciding whether to allocate a bounce buffer, we need one if | Tom Cosgrove |
2007-04-04 | Thinkpad -> ThinkPad; from Igor Sobrado | Jason McIntyre |
2006-10-12 | Don't try to boot from a NetBSD MBR partition when no OpenBSD MBR | Kenneth R Westerback |
2004-06-23 | Enter cdboot, a CD-specific second-stage bootrap. | Tom Cosgrove |
2004-03-09 | Spacing and KNF. Partly from Joris Vink <nimadeus at pandora dot be>. | Tom Cosgrove |
2003-11-27 | gcc3 wants "m" operands to be lvalues. | Marc Espie |
2003-09-20 | move the checks after we fixed the hd info. | Federico G. Schwindt |
2003-09-19 | add debug info around #41; toby@ ok. | Federico G. Schwindt |
2003-09-18 | - move checks earlier to catch inexistent devices before testing for edd. | Federico G. Schwindt |
2003-09-18 | - pass the correct device to bios_getdisklabel(). | Federico G. Schwindt |
2003-09-16 | document extension support bitmap definition; requested by deraadt@. | Federico G. Schwindt |
2003-09-11 | handle case where bios EDD support only supports a subset; from fgsch, | Theo de Raadt |
2003-08-11 | ansification and knf and protos | Theo de Raadt |
2003-06-27 | Fix hang in EDD detection routine. | Tobias Weingartner |
2003-06-03 | three four kills | Michael Shalayeff |
2003-05-31 | Unpeeing as pointed out by Dries Schellekens. | Tobias Weingartner |
2003-05-31 | First lba support in /boot. Not complete lba boot support, but it's the | Tobias Weingartner |
2003-04-17 | i386 ELF bootloader. developed with weingart@ | Dale Rahn |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
1998-06-11 | put missed changes that support booting from floppy (; | Michael Shalayeff |
1998-04-18 | i386 bootblocks that work for 2.3. A tale too long to tell | Theo de Raadt |
1998-02-24 | Changes/updates to /boot stuff. More to come. | Tobias Weingartner |
1997-11-30 | big diskinfo changes from toby@ | Michael Shalayeff |
1997-11-05 | don't try #21 for a: only | Michael Shalayeff |
1997-11-01 | don't try function #21 for floppies | Michael Shalayeff |
1997-10-28 | do not replace unit number in bootdev. please talk to me about this. | Theo de Raadt |
1997-10-26 | we don't need that extra var (st) | Michael Shalayeff |
1997-10-25 | Fix disk probe. Get rid of EDD check, it goes haywire on | Tobias Weingartner |
1997-10-24 | don't touch ed,ds | Michael Shalayeff |
1997-10-24 | fix cylinders in getdiskinfo | Michael Shalayeff |
1997-10-24 | Fix hang on disk probe. | Tobias Weingartner |
1997-10-23 | Better BIOS diskprobe. Cleanup and re-org by mickey. | Tobias Weingartner |
1997-10-22 | newer, better stuff; some parts by toby@ | Michael Shalayeff |
1997-10-18 | Copy in bios_diskinfo array from /boot space. | Tobias Weingartner |
1997-10-17 | Use BIOS to probe for memory map. | Tobias Weingartner |
1997-10-07 | better fix for floppy boot | Michael Shalayeff |
1997-09-24 | overflow can bite anyways, increment word | Michael Shalayeff |