summaryrefslogtreecommitdiffstats
path: root/sys/arch/amd64/stand/boot
AgeCommit message (Expand)AuthorFilesLines
2020-12-09Use daddr_t and not daddr32_t in boot media.krw1-2/+2
2020-08-02additional files from libkern will be needed by clang10deraadt1-2/+2
2020-06-14crank version numberderaadt1-2/+2
2020-06-14rewrite mdrandom() in C. previously this XOR'd against rdrand if available,deraadt1-2/+2
2020-05-26increment version numbers, due to recent RB_GOODSEED and fchmod +T changesderaadt1-2/+2
2020-03-05Allow amd64 boot(8) and friends to read from an ffs2 filesystem.otto2-3/+11
2019-12-23The boot loader allows to inspect memory with the hexdump command.bluhm1-2/+7
2019-11-28Implement a hexdump command in the boot loader. This helps tobluhm1-2/+3
2019-10-29Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataderaadt2-4/+4
2019-10-20Improve previouskn1-5/+2
2019-10-20Document "set db_console 0|1"kn1-3/+10
2019-08-03In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xderaadt2-5/+5
2019-06-08When loading intel microcode in the non-efi case, error if the file isjsg1-2/+2
2019-05-15Add support to the BIOS bootloader for random kernel base VAmlarkin2-4/+4
2019-05-11whitespace removalmlarkin1-3/+3
2019-04-20libsa's memcpy() is actually memmove(). make a proper memmove(), and givederaadt1-2/+2
2019-04-10crank versionsderaadt1-2/+2
2019-04-08crank version; looks good deraadtflorian1-2/+2
2019-01-02markup boot prompt commands using Ic, not Nm; ok jmc@anton1-25/+25
2018-11-07Document `machine gop [mode]' commandkn1-4/+14
2018-08-10Bump boot loader versions for softraid passphrase handling change.jsing1-2/+2
2018-07-11Detect vmm(4) in the bootloader and automatically switch to the serialmlarkin1-2/+2
2018-04-18crank versionderaadt1-2/+2
2018-02-18document "machine video"; requested by tinkerjmc1-7/+15
2018-02-06Load the Intel microcode much earlier. So far we had loaded it afterpatrick1-2/+2
2017-10-17remove the remaining references to .depend files since nothing creates themnaddy1-2/+2
2017-09-08If you use sys/param.h, you don't need sys/types.hderaadt1-2/+1
2017-06-19As early as possible, create a link /bsd.booted to the /bsd kernel wederaadt1-1/+2
2017-05-30Allow building the bootstrap with clang:naddy1-1/+2
2016-09-18Bump boot loader versions due to bcrypt pbkdf support.jsing1-2/+2
2016-09-18Add bcrypt pbkdf support to the softraid crypto boot loader code.jsing1-3/+3
2016-09-13crank bootloader version after .SUNW_ctf changejasper1-2/+2
2016-09-11Switch amd64 to libsa MI softraid.jsing1-2/+3
2016-09-11Rename softraid boot files, which are currently in an MD location. Thisjsing1-2/+2
2016-09-10Rename libsa pbkdf2.c to pkcs5_pbkdf2.c so that we match libutil.jsing1-2/+2
2016-07-30Prep for relro: make sure it's off for any non-PIE stand/ programguenther1-2/+2
2016-05-28crank version numbers of those bootloaders that have been changed bysthen1-2/+2
2016-03-30for some time now mandoc has not required MLINKS to functionjmc1-2/+1
2016-02-19belatedly bump bootstrap version after mdrandom() changes; ok deraadt@naddy1-2/+2
2015-11-23downfalls -> pitfallsmmcc1-3/+3
2015-09-18Remove support for building the boot blocks with DEBUGFLAGS=-D_TEST, which ismiod1-2/+1
2015-09-10reduce .Nd to one line and kill .Tn while hereschwarze1-4/+3
2015-09-02Bring the boot changes on amd64 to i386. alloca is deleted.yasuoka1-2/+2
2015-09-02Initial commit of uefi boot loader of OpenBSD.yasuoka1-2/+2
2015-06-22document that boot.conf can contain comments;jmc1-3/+8
2015-01-24correct the syntax description of the boot command; ok jmc@naddy1-9/+9
2014-07-13fix even more trailing tabsjasper1-2/+2
2014-07-13move putchar() into libsajasper1-3/+3
2014-07-12move getchar() into libsa where applicablejasper1-3/+4
2014-02-18Bump version numbers.jsing1-2/+2