summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand/boot
AgeCommit message (Expand)Author
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
2016-02-19belatedly bump bootstrap version after mdrandom() changes; ok deraadt@Christian Weisgerber
2015-11-23downfalls -> pitfallsmmcc
2015-09-18Remove support for building the boot blocks with DEBUGFLAGS=-D_TEST, which isMiod Vallat
2015-09-10reduce .Nd to one line and kill .Tn while hereIngo Schwarze
2015-09-02Bring the boot changes on amd64 to i386. alloca is deleted.YASUOKA Masahiko
2015-09-02Initial commit of uefi boot loader of OpenBSD.YASUOKA Masahiko
2015-06-22document that boot.conf can contain comments;Jason McIntyre
2015-01-24correct the syntax description of the boot command; ok jmc@Christian Weisgerber
2014-07-13fix even more trailing tabsJasper Lievisse Adriaanse
2014-07-13move putchar() into libsaJasper Lievisse Adriaanse
2014-07-12move getchar() into libsa where applicableJasper Lievisse Adriaanse
2014-02-18Bump version numbers.Joel Sing
2014-01-02crank version after random instruction fix from jsingTheo de Raadt
2013-12-28Further clean up and unification of the amd64 and i386 boot(8) makefiles.Joel Sing
2013-12-28crank the versionTheo de Raadt
2013-12-28Try to load entropy data from disk:/etc/random.seed, and additionallyTheo de Raadt
2013-11-06Document 'machine boot' in boot(8) on i386 and amd64.Bryan Steele
2013-10-28Document softraid boot process for i386/amd64.Stefan Sperling
2013-10-25some cleanup for "machine memory";Jason McIntyre
2013-10-23Crank bootblock versions after last commitMike Larkin
2013-10-23Allow uppercase "K/M/G" specification in "machine memory" boot command.Mike Larkin
2013-10-20Add i386/amd64 boot(8) support for keydisk-based softraid crypto volumes.Stefan Sperling
2013-06-02Revert previous: libsa/ufs.c was fixed to not use big types when notPhilip Guenther
2013-04-23Include udivdi3/umoddi3 when compiling the amd64/i386 boot blocks - theyJoel Sing
2013-04-23Remove softraid boot support from fdboot (again).Joel Sing
2013-01-18fix bogus dependencies, and allow mkdep to runMarc Espie
2013-01-18Fix the makefile so it works on other architectures.Joel Sing
2013-01-17Generate assym.h where we need it, instead of reaching around into otherJoel Sing
2013-01-17Clean up/standardise makefiles for amd64/stand.Joel Sing
2012-10-27Move the code for softraid boot into separate files, leaving only minimalJoel Sing
2012-10-13Only build fdboot on the appropriate architectures. Also fix the path toJoel Sing
2012-10-12Force 16 byte alignment in boot(8) srt0.S, since this is more likely to getJoel Sing