summaryrefslogtreecommitdiffstats
path: root/sys/arch/i386/stand/boot/conf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use daddr_t and not daddr32_t in boot media.krw2020-12-091-2/+2
* crank version numberderaadt2020-06-141-2/+2
* increment version numbers, due to recent RB_GOODSEED and fchmod +T changesderaadt2020-05-261-2/+2
* Teach i386 boot98) and friends about ffs2. fdboot(8) is the exception:otto2020-03-211-2/+7
* Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataderaadt2019-10-291-2/+2
* crank version, following fchmod changederaadt2019-08-041-2/+2
* In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xderaadt2019-08-031-2/+2
* When loading intel microcode in the non-efi case, error if the file isjsg2019-06-081-2/+2
* crank versionsderaadt2019-04-101-2/+2
* crank version; looks good deraadtflorian2019-04-081-2/+2
* Return early in ucode loading if cpuid is not available. Should fixjsg2019-03-071-2/+2
* port the amd64 code for loading intel microcode on boot to i386jsg2018-08-231-2/+2
* Bump boot loader versions for softraid passphrase handling change.jsing2018-08-101-2/+2
* Detect vmm(4) in the bootloader and automatically switch to the serialmlarkin2018-07-111-2/+2
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* Bump boot loader versions due to bcrypt pbkdf support.jsing2016-09-181-2/+2
* crank bootloader version after .SUNW_ctf changejasper2016-09-131-2/+2
* crank version numbers of those bootloaders that have been changed bysthen2016-05-281-2/+2
* belatedly bump bootstrap version after mdrandom() changes; ok deraadt@naddy2016-02-191-2/+2
* Remove support for building the boot blocks with DEBUGFLAGS=-D_TEST, which ismiod2015-09-181-14/+1
* Bring the boot changes on amd64 to i386. alloca is deleted.yasuoka2015-09-021-2/+2
* Bump version numbers.jsing2014-02-181-2/+2
* crank version after random instruction fix from jsingderaadt2014-01-021-2/+2
* crank the versionderaadt2013-12-281-2/+2
* Crank bootblock versions after last commitmlarkin2013-10-231-2/+2
* Add i386/amd64 boot(8) support for keydisk-based softraid crypto volumes.stsp2013-10-201-2/+2
* Bump i386 boot(8) version.jsing2012-10-311-2/+2
* Force 16 byte alignment in boot(8) srt0.S, since this is more likely to getjsing2012-10-121-2/+2
* Bump boot versions due to recent changes.jsing2012-10-091-2/+2
* Add support for serial consoles at non-standard addresses. This implementskettenis2012-06-031-2/+2
* Make amd64/i386 boot(8) pass the DUID of the selected boot device to thejsing2011-04-261-2/+2
* Fix extended partition searching so we don't get lost. The offsetkrw2011-03-081-2/+2
* - properly remove NENTS now after fixing the fallout.jasper2010-12-061-7/+8
* - partially revert previous NENTS removal for arches which got busted.jasper2010-12-061-7/+7
* - drop NENTS(), which was yet another copy of nitems().jasper2010-12-061-7/+7
* crank versionderaadt2010-08-111-2/+2
* Add ability to limit memory presented to kernel withweingart2010-07-021-2/+2
* Change ELF loader to use the LMA as the load address for theweingart2008-04-191-2/+2
* Forgot to commit the changes to this file with the rest of the ELF32+64tom2007-05-311-2/+2
* Pull out the ELF loadfile pieces from the standalone libraries, so thattom2007-05-301-3/+2
* Check for Control key held down when starting, and don't read boot.conftom2007-04-271-2/+2
* Fix the keyboard problem seen on Intel Macs, where only the firsttom2007-01-021-2/+2
* Bump versions to note behaviour change of no longer tryingkrw2006-10-121-2/+2
* boot(8) ``machine memory'' support for > 4G.mpf2006-09-181-2/+2
* The return value from getEBDAaddr() (info) is not used in bios_E820(),tom2005-05-031-2/+2
* Convert the size of a memory chunk from bytes to megabytes beforetom2005-05-031-2/+2
* Ensure we save the %ebx register returned from the BIOS call, not justtom2005-04-301-2/+2
* [OpenBSD]tom2005-04-251-2/+2
* Enter pxeboot, derived from the NetBSD implementation. Initiallytom2004-03-191-3/+21
* - delay reading the disklabel for floppies until after we're sure it'sfgsch2003-10-231-2/+2