| Commit message (Expand) | Author | Age | Files | Lines |
* | Use daddr_t and not daddr32_t in boot media. |  krw | 2020-12-09 | 1 | -2/+2 |
* | additional files from libkern will be needed by clang10 |  deraadt | 2020-08-02 | 1 | -2/+2 |
* | crank version number |  deraadt | 2020-06-14 | 1 | -2/+2 |
* | rewrite mdrandom() in C. previously this XOR'd against rdrand if available, |  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 | 2 | -4/+7 |
* | Implement a hexdump command in the boot loader. This helps to |  bluhm | 2019-11-28 | 1 | -2/+3 |
* | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata |  deraadt | 2019-10-29 | 2 | -4/+4 |
* | 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 | 2 | -5/+5 |
* | libsa's memcpy() is actually memmove(). make a proper memmove(), and give |  deraadt | 2019-04-20 | 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 |
* | Detect vmm(4) in the bootloader and automatically switch to the serial |  mlarkin | 2018-07-11 | 1 | -2/+2 |
* | remove the remaining references to .depend files since nothing creates them |  naddy | 2017-10-17 | 1 | -2/+2 |
* | If you use sys/param.h, you don't need sys/types.h |  deraadt | 2017-09-08 | 1 | -2/+1 |
* | Sync with amd64 and allow building the i386 bootstrap with clang: |  naddy | 2017-06-01 | 1 | -1/+2 |
* | Bump boot loader versions due to bcrypt pbkdf support. |  jsing | 2016-09-18 | 1 | -2/+2 |
* | Add bcrypt pbkdf support to the softraid crypto boot loader code. |  jsing | 2016-09-18 | 1 | -3/+3 |
* | crank bootloader version after .SUNW_ctf change |  jasper | 2016-09-13 | 1 | -2/+2 |
* | Switch i386 boot code to libsa MI softraid. |  jsing | 2016-09-11 | 1 | -2/+3 |
* | Rename softraid boot files, which are currently in an MD location. This |  jsing | 2016-09-11 | 1 | -2/+2 |
* | Rename libsa pbkdf2.c to pkcs5_pbkdf2.c so that we match libutil. |  jsing | 2016-09-10 | 1 | -2/+2 |
* | Prep for relro: make sure it's off for any non-PIE stand/ program |  guenther | 2016-07-30 | 1 | -2/+2 |
* | crank version numbers of those bootloaders that have been changed by |  sthen | 2016-05-28 | 1 | -2/+2 |
* | some Xr adjustment to catch up with MLINKS removal; |  jmc | 2016-03-30 | 1 | -3/+3 |
* | 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 | -17/+1 |
* | reduce .Nd to one line and kill .Tn while here |  schwarze | 2015-09-10 | 1 | -4/+3 |
* | Bring the boot changes on amd64 to i386. alloca is deleted. |  yasuoka | 2015-09-02 | 2 | -4/+4 |
* | mode 644 for installing these files |  deraadt | 2014-07-15 | 1 | -1/+2 |
* | move putchar() into libsa |  jasper | 2014-07-13 | 1 | -3/+3 |
* | move getchar() into libsa where applicable |  jasper | 2014-07-12 | 1 | -3/+4 |
* | 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 |
* | Try to load entropy data from disk:/etc/random.seed, and additionally |  deraadt | 2013-12-28 | 1 | -2/+2 |
* | Add i386/amd64 boot(8) support for keydisk-based softraid crypto volumes. |  stsp | 2013-10-20 | 1 | -2/+2 |
* | Revert previous: libsa/ufs.c was fixed to not use big types when not |  guenther | 2013-06-02 | 1 | -2/+2 |
* | Include udivdi3/umoddi3 when compiling the amd64/i386 boot blocks - they |  jsing | 2013-04-23 | 1 | -2/+2 |
* | fix bogus dependencies, and allow mkdep to run |  espie | 2013-01-18 | 1 | -3/+2 |
* | Generate assym.h where we need it, instead of reaching around into other |  jsing | 2013-01-18 | 1 | -1/+4 |
* | Clean up/standardise makefiles for i386/stand. |  jsing | 2013-01-18 | 1 | -6/+4 |
* | Bump version numbers. |  jsing | 2012-10-31 | 1 | -2/+2 |
* | Enable softraid boot support for cdboot(8) and pxeboot(8). |  jsing | 2012-10-31 | 1 | -1/+4 |
* | Make cdboot(8) and pxeboot(8) work correctly when it is larger than 64KB in |  jsing | 2012-10-31 | 1 | -13/+36 |
* | add (consistent) STANDARDS; |  jmc | 2012-10-29 | 1 | -6/+7 |
* | Build i386 cdboot(8) and pxeboot(8) using the same method as the amd64 |  jsing | 2012-10-29 | 1 | -8/+27 |