Age | Commit message (Expand) | Author |
2008-12-10 | When booting from a CD on i386/amd64, assume the root filesystem | Kenneth R Westerback |
2008-10-04 | The wrong byte of the return code was being looked at for the | 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-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
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 |
2008-04-20 | rewrite the serial port handling to manipulate the hardware directly | David Gwynne |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2007-11-25 | typo; ok miod@ | Martynas Venckus |
2007-09-13 | Don't bother bitching if APM does not exist. Pleanty | Tobias Weingartner |
2007-07-27 | We don't want to pass the PXE MAC address to the kernel when booting | Tom Cosgrove |
2007-06-27 | wt(4) was removed a while ago, so don't support booting off it anoymore. | Michael Knudsen |
2007-06-18 | Calculate the disklabel checksum *after* filling in all the fields in | Kenneth R Westerback |
2007-05-30 | Pull out the ELF loadfile pieces from the standalone libraries, so that | Tom Cosgrove |
2007-05-27 | When deciding whether to allocate a bounce buffer, we need one if | Tom Cosgrove |
2007-04-27 | Check for Control key held down when starting, and don't read boot.conf | Tom Cosgrove |
2007-04-04 | Thinkpad -> ThinkPad; from Igor Sobrado | Jason McIntyre |
2007-01-02 | Fix the keyboard problem seen on Intel Macs, where only the first | Tom Cosgrove |
2006-12-26 | There is a single 'p', not a double, in 'triple'. | Tom Cosgrove |
2006-10-12 | Don't try to boot from a NetBSD MBR partition when no OpenBSD MBR | Kenneth R Westerback |
2006-09-26 | Zap D_REMOVABLE flag from disklabel. If you didn't already know that | Kenneth R Westerback |
2006-09-18 | boot(8) ``machine memory'' support for > 4G. | Marco Pfatschbacher |
2006-06-06 | use _C_LABEL() instead of _ | Michael Shalayeff |
2006-05-20 | push a BOOTARG_BOOTMAC (what PXE says is the MAC address of the interface | Theo de Raadt |
2006-03-27 | kill unused extern in ifdef DEBUG even | Michael Shalayeff |
2006-01-02 | Correctly set the %di register on PXENV calls. This should help | Tom Cosgrove |
2005-11-14 | convert and remove the last traces of i386_round_page(), | Martin Reindl |
2005-07-30 | Add libkern and link it in after libz | Todd C. Miller |
2005-05-31 | spelling corrections in comments; | Jason McIntyre |
2005-05-03 | The return value from getEBDAaddr() (info) is not used in bios_E820(), | Tom Cosgrove |
2005-05-03 | Convert the size of a memory chunk from bytes to megabytes before | Tom Cosgrove |
2005-04-30 | Ensure we save the %ebx register returned from the BIOS call, not just | Tom Cosgrove |
2005-04-25 | [OpenBSD] | Tom Cosgrove |
2005-03-13 | Only use bangpxe calling on PXE 2.1 and above. Makes no difference on | Tom Cosgrove |
2005-03-12 | KNF | Tom Cosgrove |
2005-03-12 | On return from real mode, reload the GDT using a 16-bit pointer rather | Tom Cosgrove |
2004-09-20 | addres -> address | Miod Vallat |
2004-08-21 | Fix typo in comment | Tom Cosgrove |
2004-08-17 | Calculate time_t correctly from (day, month, year): 1/1/70 is 0, not 1. | Tom Cosgrove |
2004-06-26 | Initial stab at CPU identification code for i386 boot programs. Added | Tom Cosgrove |
2004-06-23 | Enter cdboot, a CD-specific second-stage bootrap. | Tom Cosgrove |
2004-04-07 | Allow pxeboot to compile with gcc3. | Tom Cosgrove |
2004-03-19 | Enter pxeboot, derived from the NetBSD implementation. Initially | Tom Cosgrove |
2004-03-11 | If apm_connect() fails, don't try to pass the bios_apminfo_t structure | Tom Cosgrove |
2004-03-09 | Spacing and KNF. Partly from Joris Vink <nimadeus at pandora dot be>. | Tom Cosgrove |
2004-02-10 | Make debug_init void debug_init(void), like nearly all of the other | Tom Cosgrove |
2004-01-13 | Allow building w/o -traditional. OK weingart@ and mickey@ | Todd C. Miller |
2004-01-09 | spelling; jjy2+@pitt.edu | Theo de Raadt |
2003-12-16 | a bit more shrinking. do not bother printing the drive bus interfaces, | Theo de Raadt |