summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/pxeboot
AgeCommit message (Expand)Author
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-21Teach i386 boot98) and friends about ffs2. fdboot(8) is the exception: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-04crank version, following fchmod changeTheo de Raadt
2019-08-03In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xTheo de Raadt
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-03-07Return early in ucode loading if cpuid is not available. Should fixJonathan Gray
2018-08-23port the amd64 code for loading intel microcode on boot to i386Jonathan Gray
2018-07-11Detect vmm(4) in the bootloader and automatically switch to the serialMike Larkin
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-01Sync with amd64 and allow building the i386 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 i386 boot code 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-14Change a bunch of (<blah> *)0 to NULL.Kenneth R Westerback
2016-02-19belatedly bump bootstrap version after mdrandom() changes; ok deraadt@Christian Weisgerber
2015-09-18Remove support for building the boot blocks with DEBUGFLAGS=-D_TEST, which isMiod Vallat
2015-09-02Bring the boot changes on amd64 to i386. alloca is deleted.YASUOKA Masahiko
2014-11-19Only keep {recv,send}udp() in the pxe-specific code, the remainder of whatMiod Vallat
2014-11-18Nuke some obvious #include duplications.Kenneth R Westerback
2014-07-15mode 644 for installing these filesTheo de Raadt
2014-07-13Stop using old n_long and n_short types.Martin Pieuchot
2014-07-13move putchar() into libsaJasper Lievisse Adriaanse
2014-07-12move getchar() into libsa where applicableJasper Lievisse Adriaanse
2014-05-20remove irrelevant, outdated, and misleading sentence suggesting thatAlexander Hall
2014-03-13Unhook httpd(8) from build; man page bitsFlorian Obser
2014-02-18Bump version numbers.Joel Sing
2014-01-02crank version after random instruction fix from jsingTheo de Raadt
2013-12-28crank the versionTheo de Raadt
2013-12-28Try to load entropy data from disk:/etc/random.seed, and additionallyTheo de Raadt
2013-10-20Add i386/amd64 boot(8) support for keydisk-based softraid crypto volumes.Stefan Sperling
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-18Generate assym.h where we need it, instead of reaching around into otherJoel Sing
2013-01-18Clean up/standardise makefiles for i386/stand.Joel Sing
2012-10-31Bump version numbers.Joel Sing