Age | Commit message (Expand) | Author |
2007-05-30 | Pull out the ELF loadfile pieces from the standalone libraries, so that | Tom Cosgrove |
2007-04-28 | clone "Control key" logic from i386 written by tom; tested by art | Theo de Raadt |
2007-04-04 | Thinkpad -> ThinkPad; from Igor Sobrado | Jason McIntyre |
2007-01-02 | Issue the BIOS "check for keystroke" call before "get keystroke", as | Tom Cosgrove |
2006-12-29 | Fix another 'tripple' (not surprising, since this was copied from the | 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-05-20 | push a BOOTARG_BOOTMAC (what PXE says is the MAC address of the interface | Theo de Raadt |
2006-01-02 | Correctly set the %di register on PXENV calls. This should help | Tom Cosgrove |
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 |
2004-09-20 | addres -> address | Miod Vallat |
2004-08-21 | Enter cdboot, a CD-specific second-stage bootrap. Based on the i386 | Tom Cosgrove |
2004-08-18 | Calculate time_t correctly from (day, month, year): 1/1/70 is 0, not 1, | Tom Cosgrove |
2004-03-21 | Enter pxeboot on amd64. Initially intended to support network installs | Tom Cosgrove |
2004-02-25 | dkcsum stuff for amd64, written by tom, who cannot commit it at the moment. | Theo de Raadt |
2004-02-23 | - Pick up the /boot argc, argv in locore.S (though not currently used) | Tom Cosgrove |
2004-02-03 | das boot; das cloned das from das i386 | Michael Shalayeff |