summaryrefslogtreecommitdiffstats
path: root/sys/arch/i386/stand/cdboot (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use daddr_t and not daddr32_t in boot media.krw2020-12-091-2/+2
* additional files from libkern will be needed by clang10deraadt2020-08-021-2/+2
* crank version numberderaadt2020-06-141-2/+2
* rewrite mdrandom() in C. previously this XOR'd against rdrand if available,deraadt2020-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-212-4/+7
* Implement a hexdump command in the boot loader. This helps tobluhm2019-11-281-2/+3
* Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataderaadt2019-10-292-4/+4
* crank version, following fchmod changederaadt2019-08-041-2/+2
* In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xderaadt2019-08-032-5/+5
* libsa's memcpy() is actually memmove(). make a proper memmove(), and givederaadt2019-04-201-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
* Detect vmm(4) in the bootloader and automatically switch to the serialmlarkin2018-07-111-2/+2
* remove the remaining references to .depend files since nothing creates themnaddy2017-10-171-2/+2
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* Sync with amd64 and allow building the i386 bootstrap with clang:naddy2017-06-011-1/+2
* Bump boot loader versions due to bcrypt pbkdf support.jsing2016-09-181-2/+2
* Add bcrypt pbkdf support to the softraid crypto boot loader code.jsing2016-09-181-3/+3
* crank bootloader version after .SUNW_ctf changejasper2016-09-131-2/+2
* Switch i386 boot code to libsa MI softraid.jsing2016-09-111-2/+3
* Rename softraid boot files, which are currently in an MD location. Thisjsing2016-09-111-2/+2
* Rename libsa pbkdf2.c to pkcs5_pbkdf2.c so that we match libutil.jsing2016-09-101-2/+2
* Prep for relro: make sure it's off for any non-PIE stand/ programguenther2016-07-301-2/+2
* crank version numbers of those bootloaders that have been changed bysthen2016-05-281-2/+2
* some Xr adjustment to catch up with MLINKS removal;jmc2016-03-301-3/+3
* 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-17/+1
* reduce .Nd to one line and kill .Tn while hereschwarze2015-09-101-4/+3
* Bring the boot changes on amd64 to i386. alloca is deleted.yasuoka2015-09-022-4/+4
* mode 644 for installing these filesderaadt2014-07-151-1/+2
* move putchar() into libsajasper2014-07-131-3/+3
* move getchar() into libsa where applicablejasper2014-07-121-3/+4
* 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
* Try to load entropy data from disk:/etc/random.seed, and additionallyderaadt2013-12-281-2/+2
* Add i386/amd64 boot(8) support for keydisk-based softraid crypto volumes.stsp2013-10-201-2/+2
* Revert previous: libsa/ufs.c was fixed to not use big types when notguenther2013-06-021-2/+2
* Include udivdi3/umoddi3 when compiling the amd64/i386 boot blocks - theyjsing2013-04-231-2/+2
* fix bogus dependencies, and allow mkdep to runespie2013-01-181-3/+2
* Generate assym.h where we need it, instead of reaching around into otherjsing2013-01-181-1/+4
* Clean up/standardise makefiles for i386/stand.jsing2013-01-181-6/+4
* Bump version numbers.jsing2012-10-311-2/+2
* Enable softraid boot support for cdboot(8) and pxeboot(8).jsing2012-10-311-1/+4
* Make cdboot(8) and pxeboot(8) work correctly when it is larger than 64KB injsing2012-10-311-13/+36
* add (consistent) STANDARDS;jmc2012-10-291-6/+7
* Build i386 cdboot(8) and pxeboot(8) using the same method as the amd64jsing2012-10-291-8/+27