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