| Commit message (Expand) | Author | Age | Files | Lines |
* | Use daddr_t and not daddr32_t in boot media. |  krw | 2020-12-09 | 1 | -2/+2 |
* | crank version number |  deraadt | 2020-06-14 | 1 | -2/+2 |
* | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes |  deraadt | 2020-05-26 | 1 | -2/+2 |
* | Teach i386 boot98) and friends about ffs2. fdboot(8) is the exception: |  otto | 2020-03-21 | 1 | -2/+7 |
* | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata |  deraadt | 2019-10-29 | 1 | -2/+2 |
* | crank version, following fchmod change |  deraadt | 2019-08-04 | 1 | -2/+2 |
* | In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x |  deraadt | 2019-08-03 | 1 | -2/+2 |
* | When loading intel microcode in the non-efi case, error if the file is |  jsg | 2019-06-08 | 1 | -2/+2 |
* | crank versions |  deraadt | 2019-04-10 | 1 | -2/+2 |
* | crank version; looks good deraadt |  florian | 2019-04-08 | 1 | -2/+2 |
* | Return early in ucode loading if cpuid is not available. Should fix |  jsg | 2019-03-07 | 1 | -2/+2 |
* | port the amd64 code for loading intel microcode on boot to i386 |  jsg | 2018-08-23 | 1 | -2/+2 |
* | Bump boot loader versions for softraid passphrase handling change. |  jsing | 2018-08-10 | 1 | -2/+2 |
* | Detect vmm(4) in the bootloader and automatically switch to the serial |  mlarkin | 2018-07-11 | 1 | -2/+2 |
* | If you use sys/param.h, you don't need sys/types.h |  deraadt | 2017-09-08 | 1 | -2/+1 |
* | Bump boot loader versions due to bcrypt pbkdf support. |  jsing | 2016-09-18 | 1 | -2/+2 |
* | crank bootloader version after .SUNW_ctf change |  jasper | 2016-09-13 | 1 | -2/+2 |
* | crank version numbers of those bootloaders that have been changed by |  sthen | 2016-05-28 | 1 | -2/+2 |
* | belatedly bump bootstrap version after mdrandom() changes; ok deraadt@ |  naddy | 2016-02-19 | 1 | -2/+2 |
* | Remove support for building the boot blocks with DEBUGFLAGS=-D_TEST, which is |  miod | 2015-09-18 | 1 | -14/+1 |
* | Bring the boot changes on amd64 to i386. alloca is deleted. |  yasuoka | 2015-09-02 | 1 | -2/+2 |
* | Bump version numbers. |  jsing | 2014-02-18 | 1 | -2/+2 |
* | crank version after random instruction fix from jsing |  deraadt | 2014-01-02 | 1 | -2/+2 |
* | crank the version |  deraadt | 2013-12-28 | 1 | -2/+2 |
* | Crank bootblock versions after last commit |  mlarkin | 2013-10-23 | 1 | -2/+2 |
* | Add i386/amd64 boot(8) support for keydisk-based softraid crypto volumes. |  stsp | 2013-10-20 | 1 | -2/+2 |
* | Bump i386 boot(8) version. |  jsing | 2012-10-31 | 1 | -2/+2 |
* | Force 16 byte alignment in boot(8) srt0.S, since this is more likely to get |  jsing | 2012-10-12 | 1 | -2/+2 |
* | Bump boot versions due to recent changes. |  jsing | 2012-10-09 | 1 | -2/+2 |
* | Add support for serial consoles at non-standard addresses. This implements |  kettenis | 2012-06-03 | 1 | -2/+2 |
* | Make amd64/i386 boot(8) pass the DUID of the selected boot device to the |  jsing | 2011-04-26 | 1 | -2/+2 |
* | Fix extended partition searching so we don't get lost. The offset |  krw | 2011-03-08 | 1 | -2/+2 |
* | - properly remove NENTS now after fixing the fallout. |  jasper | 2010-12-06 | 1 | -7/+8 |
* | - partially revert previous NENTS removal for arches which got busted. |  jasper | 2010-12-06 | 1 | -7/+7 |
* | - drop NENTS(), which was yet another copy of nitems(). |  jasper | 2010-12-06 | 1 | -7/+7 |
* | crank version |  deraadt | 2010-08-11 | 1 | -2/+2 |
* | Add ability to limit memory presented to kernel with |  weingart | 2010-07-02 | 1 | -2/+2 |
* | Change ELF loader to use the LMA as the load address for the |  weingart | 2008-04-19 | 1 | -2/+2 |
* | Forgot to commit the changes to this file with the rest of the ELF32+64 |  tom | 2007-05-31 | 1 | -2/+2 |
* | Pull out the ELF loadfile pieces from the standalone libraries, so that |  tom | 2007-05-30 | 1 | -3/+2 |
* | Check for Control key held down when starting, and don't read boot.conf |  tom | 2007-04-27 | 1 | -2/+2 |
* | Fix the keyboard problem seen on Intel Macs, where only the first |  tom | 2007-01-02 | 1 | -2/+2 |
* | Bump versions to note behaviour change of no longer trying |  krw | 2006-10-12 | 1 | -2/+2 |
* | boot(8) ``machine memory'' support for > 4G. |  mpf | 2006-09-18 | 1 | -2/+2 |
* | The return value from getEBDAaddr() (info) is not used in bios_E820(), |  tom | 2005-05-03 | 1 | -2/+2 |
* | Convert the size of a memory chunk from bytes to megabytes before |  tom | 2005-05-03 | 1 | -2/+2 |
* | Ensure we save the %ebx register returned from the BIOS call, not just |  tom | 2005-04-30 | 1 | -2/+2 |
* | [OpenBSD] |  tom | 2005-04-25 | 1 | -2/+2 |
* | Enter pxeboot, derived from the NetBSD implementation. Initially |  tom | 2004-03-19 | 1 | -3/+21 |
* | - delay reading the disklabel for floppies until after we're sure it's |  fgsch | 2003-10-23 | 1 | -2/+2 |