| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-12-09 | Use daddr_t and not daddr32_t in boot media. |  krw | 1 | -2/+2 |
| 2020-08-02 | additional files from libkern will be needed by clang10 |  deraadt | 1 | -2/+2 |
| 2020-06-14 | crank version number |  deraadt | 1 | -2/+2 |
| 2020-06-14 | rewrite mdrandom() in C. previously this XOR'd against rdrand if available, |  deraadt | 1 | -2/+2 |
| 2020-05-26 | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes |  deraadt | 1 | -2/+2 |
| 2020-03-05 | Allow amd64 boot(8) and friends to read from an ffs2 filesystem. |  otto | 2 | -3/+11 |
| 2019-12-23 | The boot loader allows to inspect memory with the hexdump command. |  bluhm | 1 | -2/+7 |
| 2019-11-28 | Implement a hexdump command in the boot loader. This helps to |  bluhm | 1 | -2/+3 |
| 2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata |  deraadt | 2 | -4/+4 |
| 2019-10-20 | Improve previous |  kn | 1 | -5/+2 |
| 2019-10-20 | Document "set db_console 0|1" |  kn | 1 | -3/+10 |
| 2019-08-03 | In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x |  deraadt | 2 | -5/+5 |
| 2019-06-08 | When loading intel microcode in the non-efi case, error if the file is |  jsg | 1 | -2/+2 |
| 2019-05-15 | Add support to the BIOS bootloader for random kernel base VA |  mlarkin | 2 | -4/+4 |
| 2019-05-11 | whitespace removal |  mlarkin | 1 | -3/+3 |
| 2019-04-20 | libsa's memcpy() is actually memmove(). make a proper memmove(), and give |  deraadt | 1 | -2/+2 |
| 2019-04-10 | crank versions |  deraadt | 1 | -2/+2 |
| 2019-04-08 | crank version; looks good deraadt |  florian | 1 | -2/+2 |
| 2019-01-02 | markup boot prompt commands using Ic, not Nm; ok jmc@ |  anton | 1 | -25/+25 |
| 2018-11-07 | Document `machine gop [mode]' command |  kn | 1 | -4/+14 |
| 2018-08-10 | Bump boot loader versions for softraid passphrase handling change. |  jsing | 1 | -2/+2 |
| 2018-07-11 | Detect vmm(4) in the bootloader and automatically switch to the serial |  mlarkin | 1 | -2/+2 |
| 2018-04-18 | crank version |  deraadt | 1 | -2/+2 |
| 2018-02-18 | document "machine video"; requested by tinker |  jmc | 1 | -7/+15 |
| 2018-02-06 | Load the Intel microcode much earlier. So far we had loaded it after |  patrick | 1 | -2/+2 |
| 2017-10-17 | remove the remaining references to .depend files since nothing creates them |  naddy | 1 | -2/+2 |
| 2017-09-08 | If you use sys/param.h, you don't need sys/types.h |  deraadt | 1 | -2/+1 |
| 2017-06-19 | As early as possible, create a link /bsd.booted to the /bsd kernel we |  deraadt | 1 | -1/+2 |
| 2017-05-30 | Allow building the bootstrap with clang: |  naddy | 1 | -1/+2 |
| 2016-09-18 | Bump boot loader versions due to bcrypt pbkdf support. |  jsing | 1 | -2/+2 |
| 2016-09-18 | Add bcrypt pbkdf support to the softraid crypto boot loader code. |  jsing | 1 | -3/+3 |
| 2016-09-13 | crank bootloader version after .SUNW_ctf change |  jasper | 1 | -2/+2 |
| 2016-09-11 | Switch amd64 to libsa MI softraid. |  jsing | 1 | -2/+3 |
| 2016-09-11 | Rename softraid boot files, which are currently in an MD location. This |  jsing | 1 | -2/+2 |
| 2016-09-10 | Rename libsa pbkdf2.c to pkcs5_pbkdf2.c so that we match libutil. |  jsing | 1 | -2/+2 |
| 2016-07-30 | Prep for relro: make sure it's off for any non-PIE stand/ program |  guenther | 1 | -2/+2 |
| 2016-05-28 | crank version numbers of those bootloaders that have been changed by |  sthen | 1 | -2/+2 |
| 2016-03-30 | for some time now mandoc has not required MLINKS to function |  jmc | 1 | -2/+1 |
| 2016-02-19 | belatedly bump bootstrap version after mdrandom() changes; ok deraadt@ |  naddy | 1 | -2/+2 |
| 2015-11-23 | downfalls -> pitfalls |  mmcc | 1 | -3/+3 |
| 2015-09-18 | Remove support for building the boot blocks with DEBUGFLAGS=-D_TEST, which is |  miod | 1 | -2/+1 |
| 2015-09-10 | reduce .Nd to one line and kill .Tn while here |  schwarze | 1 | -4/+3 |
| 2015-09-02 | Bring the boot changes on amd64 to i386. alloca is deleted. |  yasuoka | 1 | -2/+2 |
| 2015-09-02 | Initial commit of uefi boot loader of OpenBSD. |  yasuoka | 1 | -2/+2 |
| 2015-06-22 | document that boot.conf can contain comments; |  jmc | 1 | -3/+8 |
| 2015-01-24 | correct the syntax description of the boot command; ok jmc@ |  naddy | 1 | -9/+9 |
| 2014-07-13 | fix even more trailing tabs |  jasper | 1 | -2/+2 |
| 2014-07-13 | move putchar() into libsa |  jasper | 1 | -3/+3 |
| 2014-07-12 | move getchar() into libsa where applicable |  jasper | 1 | -3/+4 |
| 2014-02-18 | Bump version numbers. |  jsing | 1 | -2/+2 |