summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand/cdboot/Makefile
AgeCommit message (Expand)Author
2023-04-17The bootblocks are 32-bit binaries which use the ENTRY() macros which nowTheo de Raadt
2021-07-08sys/lib/libz isn't configured for lazy optimizations to save space becauseTheo de Raadt
2020-08-02additional files from libkern will be needed by clang10Theo de Raadt
2020-06-14rewrite mdrandom() in C. previously this XOR'd against rdrand if available,Theo de Raadt
2020-03-05Allow amd64 boot(8) and friends to read from an ffs2 filesystem.Otto Moerbeek
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-08-03In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xTheo de Raadt
2019-05-15Add support to the BIOS bootloader for random kernel base VAMike Larkin
2019-04-20libsa's memcpy() is actually memmove(). make a proper memmove(), and giveTheo de Raadt
2017-10-17remove the remaining references to .depend files since nothing creates themChristian Weisgerber
2017-05-30Allow building the bootstrap with clang:Christian Weisgerber
2016-09-18Add bcrypt pbkdf support to the softraid crypto boot loader code.Joel Sing
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
2015-09-02Initial commit of uefi boot loader of OpenBSD.YASUOKA Masahiko
2014-07-15mode 644 for installing these filesTheo de Raadt
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
2013-12-28Try to load entropy data from disk:/etc/random.seed, and additionallyTheo de Raadt
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-01-18fix bogus dependencies, and allow mkdep to runMarc Espie
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-29Enable softraid boot support in cdboot(8).Joel Sing
2012-10-09Remove -noinhibit-exec now that we no longer have to deal withJoel Sing
2012-09-25Reduce the diff between amd64/stand and i386/stand, requested by deraadt@.Pascal Stumpf
2012-08-29Get rid of all NOPIE and NOPIE_FLAGS in amd64/stand and use -fno-pie and -nopiePascal Stumpf
2012-08-21Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bePascal Stumpf
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"Theo de Raadt
2007-05-30Pull out the ELF loadfile pieces from the standalone libraries, so thatTom Cosgrove
2007-05-29forgot to move to using shared boot.cTheo de Raadt
2007-05-29remove support for many alternative kernel choices -- only try /bsd andTheo de Raadt
2007-05-27Unbreak cdboot and pxeboot machine memory +/-; bad mpf@.Tom Cosgrove
2005-08-01do not include boot.c since cdboot.c is a copy of it; shrink 1k off the cdbootMichael Shalayeff
2005-07-30Need moddi3.c qdivrem.c for libzTodd C. Miller
2005-05-03The return value from getEBDAaddr() (info) is not used in bios_E820(),Tom Cosgrove
2004-10-09size works now on cross-size .o filesMichael Shalayeff
2004-08-24Have cdboot look for /3.6/amd64/bsd.rd first.Tom Cosgrove
2004-08-21Enter cdboot, a CD-specific second-stage bootrap. Based on the i386Tom Cosgrove