Age | Commit message (Expand) | Author |
2006-10-12 | Bump versions to note behaviour change of no longer trying | Kenneth R Westerback |
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-05-21 | some diskless pointers; ok deraadt | Jason McIntyre |
2006-05-20 | push a BOOTARG_BOOTMAC (what PXE says is the MAC address of the interface | Theo de Raadt |
2006-05-15 | better wording for the "memory" section; | Jason McIntyre |
2006-05-13 | sensible english; ok jmc; from graham.gower@gmail.com | Theo de Raadt |
2006-02-14 | Fix botched format string specifiers. From adobriyan at gmail.com. | Aaron Campbell |
2006-01-02 | Correctly set the %di register on PXENV calls. This should help | Tom Cosgrove |
2005-12-30 | Now that errno.h and sys/errno.h are separate header files there is no | Todd C. Miller |
2005-11-27 | ISOXXX/ISO-XXX -> ISO XXX | Jason McIntyre |
2005-08-01 | Increment version so we can distinguish this in the future. | Tobias Weingartner |
2005-08-01 | do not include boot.c since cdboot.c is a copy of it; shrink 1k off the cdboot | Michael Shalayeff |
2005-07-30 | Need moddi3.c qdivrem.c for libz | Todd C. Miller |
2005-07-15 | kill trailing whitespace; | Jason McIntyre |
2005-07-15 | - add /bsd.rd to FILES | Jason McIntyre |
2005-05-31 | spelling corrections in comments; | Jason McIntyre |
2005-05-28 | *slightly drunk* | Tobias Weingartner |
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 | As on i386, ensure we save the %ebx register returned from the BIOS | Tom Cosgrove |
2005-04-29 | Make boot code use real mode with 64K segments instead of 1M segments, | Tom Cosgrove |
2005-03-13 | Only use bangpxe calling on PXE 2.1 and above. Makes no difference on | Tom Cosgrove |
2005-03-13 | KNF | Tom Cosgrove |
2005-03-13 | On return from real mode, reload the GDT using a 16-bit pointer rather | Tom Cosgrove |
2005-02-18 | fix zlib's homepage; ok henning@, jmc@ | Robert Nagy |
2004-12-04 | add /etc/dhcpd.conf to FILES; | Jason McIntyre |
2004-10-09 | size works now on cross-size .o files | Michael Shalayeff |
2004-09-20 | addres -> address | Miod Vallat |
2004-08-24 | Sync with i386 cdboot.8: | Tom Cosgrove |
2004-08-24 | Correctly document the order in which cdboot looks for kernels. | Tom Cosgrove |
2004-08-24 | Have cdboot look for /3.6/amd64/bsd.rd first. | Tom Cosgrove |
2004-08-24 | Have cdbr look for cdboot at /3.6/amd64/cdboot as well as at /cdboot. | Tom Cosgrove |
2004-08-21 | Hook cdbr and cdboot into the build. | Tom Cosgrove |
2004-08-21 | Enter cdboot, a CD-specific second-stage bootrap. Based on the i386 | Tom Cosgrove |
2004-08-21 | Enter cdbr, an El Torito no-emulation CD boot sector that fits | Tom Cosgrove |
2004-08-18 | Calculate time_t correctly from (day, month, year): 1/1/70 is 0, not 1, | Tom Cosgrove |
2004-07-24 | Use '=' not '==' with test. While ksh accepts '==' as a synomym for '=', | Todd C. Miller |
2004-07-15 | "mib[4] is too much and mib[3] would be enough" (left over from when | Tom Cosgrove |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman |
2004-05-17 | Work arounda behaviour change in binutils-2.14, now -m<...> -nostdlib | Dale Rahn |
2004-05-05 | errx shall be used here | Michael Shalayeff |
2004-04-03 | add pxeboot references to FILES and SEE ALSO; | Jason McIntyre |
2004-03-22 | Fix dates on my copyrights. | Tom Cosgrove |
2004-03-21 | Grammar fix from jmc@ | Tom Cosgrove |
2004-03-21 | Enter pxeboot on amd64. Initially intended to support network installs | Tom Cosgrove |
2004-03-21 | Bring in sync with i386 and enable interrupts before halt when we error | Tom Cosgrove |
2004-03-21 | i386 -> amd64. Ok miod@, deraadt@, tom@. | Matthieu Herrb |
2004-03-12 | missing .El here, too; | Jason McIntyre |