Age | Commit message (Expand) | Author |
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 |
2005-02-18 | fix zlib's homepage; ok henning@, jmc@ | Robert Nagy |
2004-12-23 | make com[123] work for console on i386, but allow override with CONADDR/CONUNIT | Markus Friedl |
2004-12-04 | add /etc/dhcpd.conf to FILES; | Jason McIntyre |
2004-09-20 | addres -> address | Miod Vallat |
2004-08-24 | Better description of the path to bsd.rd, to avoid having to update it | 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/i386/bsd.rd first. | Tom Cosgrove |
2004-08-24 | Have cdbr look for cdboot at /3.6/i386/cdboot as well as at /cdboot. | Tom Cosgrove |
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-08-06 | do not be quiet about this operation | Theo de Raadt |
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-06-26 | Initial stab at CPU identification code for i386 boot programs. Added | Tom Cosgrove |
2004-06-23 | Hook cdbr and cdboot into the build (though nothing uses them yet). | Tom Cosgrove |
2004-06-23 | Enter cdboot, a CD-specific second-stage bootrap. | Tom Cosgrove |
2004-06-22 | Remove... almost 10 years, and things have changed enough that this | Tobias Weingartner |
2004-06-22 | Enter cdbr, an El Torito no-emulation CD boot sector that fits | Tom Cosgrove |
2004-05-05 | errx shall be used here | Michael Shalayeff |
2004-04-07 | Allow pxeboot to compile with gcc3. | Tom Cosgrove |
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 | Remove example for ISC dhcpd. The vendor-class-identifier option is not | Tom Cosgrove |
2004-03-19 | Tidy up the man page | Tom Cosgrove |
2004-03-19 | Enter pxeboot, derived from the NetBSD implementation. Initially | Tom Cosgrove |
2004-03-12 | missing .El; | Jason McIntyre |
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-22 | Remove #if 0'd code. | Tom Cosgrove |
2004-02-21 | Tidy up installboot -v output. | Tom Cosgrove |
2004-02-10 | Make debug_init void debug_init(void), like nearly all of the other | Tom Cosgrove |
2004-02-10 | Enable interrupts before halt when we error out. Allows use of | Tom Cosgrove |
2004-01-26 | Major overhaul of biosboot and installboot, using EDD (LBA) reads if | Tom Cosgrove |
2004-01-20 | Check the values given to -h and -s. Closes PR 3640. | 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 |
2004-01-05 | Major overhaul of our master boot record. | Tom Cosgrove |
2004-01-02 | after some advice from nick, note that only com0 is currently supported | Jason McIntyre |
2003-12-20 | - .Xr biosboot(8) in SEE ALSO | Jason McIntyre |
2003-12-18 | Move -DDYNAMIC_CRC_TABLE into the main libz Makefile | Todd C. Miller |
2003-12-16 | a bit more shrinking. do not bother printing the drive bus interfaces, | Theo de Raadt |