Age | Commit message (Expand) | Author |
2012-09-25 | Reduce the diff between amd64/stand and i386/stand, requested by deraadt@. | Pascal Stumpf |
2012-08-29 | Kill all NOPIE and NOPIE_FLAGS in i386/stand, replacing them with -fno-pie | Pascal Stumpf |
2012-08-21 | Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be | Pascal Stumpf |
2012-06-03 | Add support for serial consoles at non-standard addresses. This implements | Mark Kettenis |
2011-03-08 | Fix extended partition searching so we don't get lost. The offset | Kenneth R Westerback |
2010-12-06 | - properly remove NENTS now after fixing the fallout. | Jasper Lievisse Adriaanse |
2010-12-06 | - partially revert previous NENTS removal for arches which got busted. | Jasper Lievisse Adriaanse |
2010-12-06 | - drop NENTS(), which was yet another copy of nitems(). | Jasper Lievisse Adriaanse |
2010-08-11 | crank version | Theo de Raadt |
2010-07-10 | and cdboot must be linked with -N still, too. even more curious | Theo de Raadt |
2010-07-10 | link bootblocks with -Z instead of -N, to ensure that the file offset and | Theo de Raadt |
2010-07-02 | Add ability to limit memory presented to kernel with | Tobias Weingartner |
2008-04-19 | Change ELF loader to use the LMA as the load address for the | Tobias Weingartner |
2007-11-25 | libkern, begone. Move to a new mechanism where config(8)'s "file" | Theo de Raadt |
2007-05-31 | Forgot to commit the changes to this file with the rest of the ELF32+64 | Tom Cosgrove |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | Pull out the ELF loadfile pieces from the standalone libraries, so that | Tom Cosgrove |
2007-05-29 | remove support for many alternative kernel choices -- only try /bsd and | Theo de Raadt |
2007-04-27 | Check for Control key held down when starting, and don't read boot.conf | Tom Cosgrove |
2007-01-02 | Fix the keyboard problem seen on Intel Macs, where only the first | Tom Cosgrove |
2006-10-31 | Mention that cdboot won't find boot.conf if you create the CD | Tom Cosgrove |
2006-10-12 | Bump versions to note behaviour change of no longer trying | Kenneth R Westerback |
2005-11-27 | ISOXXX/ISO-XXX -> ISO XXX | Jason McIntyre |
2005-07-30 | Add libkern and link it in after libz | Todd C. Miller |
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 |
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-06 | do not be quiet about this operation | Theo de Raadt |
2004-06-23 | Enter cdboot, a CD-specific second-stage bootrap. | Tom Cosgrove |