Age | Commit message (Expand) | Author |
2024-06-30 | we don't need the NOBYFOUR space-savings option anymore, that codepath | Theo de Raadt |
2024-06-04 | Bump versions of boot media now capable of un-hibernating from non-DEV_BSIZE | Kenneth R Westerback |
2024-04-25 | Add boot.conf(8) 'mach idle [secs]' to halt at idle passphrase prompts | Klemens Nanni |
2023-07-22 | BOOTARG_UCODE for AMD | Jonathan Gray |
2023-04-25 | Do not attempt to write to read-only softraid | Klemens Nanni |
2023-04-17 | The bootblocks are 32-bit binaries which use the ENTRY() macros which now | Theo de Raadt |
2023-02-23 | Remove dangerous user-settable "addr" variable from MI boot loader, and | Miod Vallat |
2022-12-08 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-08-17 | Mention support for booting off RAID 1C | Klemens Nanni |
2022-08-12 | Crank amd64 boot loader version numbers for softraid(4) RAID 1C boot support. | Stefan Sperling |
2022-07-11 | Switch bootloaders to the extended BOOTARG_CONSDEV struct. | Mark Kettenis |
2021-07-08 | sys/lib/libz isn't configured for lazy optimizations to save space because | Theo de Raadt |
2020-12-09 | Use daddr_t and not daddr32_t in boot media. | Kenneth R Westerback |
2020-08-02 | additional files from libkern will be needed by clang10 | Theo de Raadt |
2020-06-14 | crank version number | Theo de Raadt |
2020-06-14 | rewrite mdrandom() in C. previously this XOR'd against rdrand if available, | Theo de Raadt |
2020-05-26 | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes | Theo de Raadt |
2020-03-05 | Allow amd64 boot(8) and friends to read from an ffs2 filesystem. | Otto Moerbeek |
2019-12-23 | The boot loader allows to inspect memory with the hexdump command. | Alexander Bluhm |
2019-11-28 | Implement a hexdump command in the boot loader. This helps to | Alexander Bluhm |
2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata | Theo de Raadt |
2019-10-20 | Improve previous | kn |
2019-10-20 | Document "set db_console 0|1" | kn |
2019-08-03 | In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x | Theo de Raadt |
2019-06-08 | When loading intel microcode in the non-efi case, error if the file is | Jonathan Gray |
2019-05-15 | Add support to the BIOS bootloader for random kernel base VA | Mike Larkin |
2019-05-11 | whitespace removal | Mike Larkin |
2019-04-20 | libsa's memcpy() is actually memmove(). make a proper memmove(), and give | Theo de Raadt |
2019-04-10 | crank versions | Theo de Raadt |
2019-04-08 | crank version; looks good deraadt | Florian Obser |
2019-01-02 | markup boot prompt commands using Ic, not Nm; ok jmc@ | anton |
2018-11-07 | Document `machine gop [mode]' command | kn |
2018-08-10 | Bump boot loader versions for softraid passphrase handling change. | Joel Sing |
2018-07-11 | Detect vmm(4) in the bootloader and automatically switch to the serial | Mike Larkin |
2018-04-18 | crank version | Theo de Raadt |
2018-02-18 | document "machine video"; requested by tinker | Jason McIntyre |
2018-02-06 | Load the Intel microcode much earlier. So far we had loaded it after | Patrick Wildt |
2017-10-17 | remove the remaining references to .depend files since nothing creates them | Christian Weisgerber |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-06-19 | As early as possible, create a link /bsd.booted to the /bsd kernel we | Theo de Raadt |
2017-05-30 | Allow building the bootstrap with clang: | Christian Weisgerber |
2016-09-18 | Bump boot loader versions due to bcrypt pbkdf support. | Joel Sing |
2016-09-18 | Add bcrypt pbkdf support to the softraid crypto boot loader code. | Joel Sing |
2016-09-13 | crank bootloader version after .SUNW_ctf change | Jasper Lievisse Adriaanse |
2016-09-11 | Switch amd64 to libsa MI softraid. | Joel Sing |
2016-09-11 | Rename softraid boot files, which are currently in an MD location. This | Joel Sing |
2016-09-10 | Rename libsa pbkdf2.c to pkcs5_pbkdf2.c so that we match libutil. | Joel Sing |
2016-07-30 | Prep for relro: make sure it's off for any non-PIE stand/ program | Philip Guenther |
2016-05-28 | crank version numbers of those bootloaders that have been changed by | Stuart Henderson |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |