Age | Commit message (Expand) | Author |
2023-04-17 | The bootblocks are 32-bit binaries which use the ENTRY() macros which now | Theo de Raadt |
2021-07-08 | sys/lib/libz isn't configured for lazy optimizations to save space because | Theo de Raadt |
2020-08-02 | additional files from libkern will be needed by clang10 | Theo de Raadt |
2020-06-14 | rewrite mdrandom() in C. previously this XOR'd against rdrand if available, | Theo de Raadt |
2020-03-05 | Allow amd64 boot(8) and friends to read from an ffs2 filesystem. | Otto Moerbeek |
2019-11-28 | Implement a hexdump command in the boot loader. This helps to | Alexander Bluhm |
2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata | Theo de Raadt |
2019-08-03 | In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x | Theo de Raadt |
2019-05-15 | Add support to the BIOS bootloader for random kernel base VA | Mike Larkin |
2019-04-20 | libsa's memcpy() is actually memmove(). make a proper memmove(), and give | Theo de Raadt |
2017-10-17 | remove the remaining references to .depend files since nothing creates them | Christian Weisgerber |
2017-05-30 | Allow building the bootstrap with clang: | Christian Weisgerber |
2016-09-18 | Add bcrypt pbkdf support to the softraid crypto boot loader code. | Joel Sing |
2016-09-11 | Switch amd64 to libsa MI softraid. | Joel Sing |
2016-09-11 | Rename softraid boot files, which are currently in an MD location. This | Joel Sing |
2016-09-10 | Rename libsa pbkdf2.c to pkcs5_pbkdf2.c so that we match libutil. | Joel Sing |
2016-07-30 | Prep for relro: make sure it's off for any non-PIE stand/ program | Philip Guenther |
2015-09-02 | Initial commit of uefi boot loader of OpenBSD. | YASUOKA Masahiko |
2014-07-15 | mode 644 for installing these files | Theo de Raadt |
2014-07-13 | fix even more trailing tabs | Jasper Lievisse Adriaanse |
2014-07-13 | move putchar() into libsa | Jasper Lievisse Adriaanse |
2014-07-12 | move getchar() into libsa where applicable | Jasper Lievisse Adriaanse |
2013-12-28 | Try to load entropy data from disk:/etc/random.seed, and additionally | Theo de Raadt |
2013-06-02 | Revert previous: libsa/ufs.c was fixed to not use big types when not | Philip Guenther |
2013-04-23 | Include udivdi3/umoddi3 when compiling the amd64/i386 boot blocks - they | Joel Sing |
2013-01-18 | fix bogus dependencies, and allow mkdep to run | Marc Espie |
2013-01-17 | Generate assym.h where we need it, instead of reaching around into other | Joel Sing |
2013-01-17 | Clean up/standardise makefiles for amd64/stand. | Joel Sing |
2012-10-29 | Enable softraid boot support in cdboot(8). | Joel Sing |
2012-10-09 | Remove -noinhibit-exec now that we no longer have to deal with | Joel Sing |
2012-09-25 | Reduce the diff between amd64/stand and i386/stand, requested by deraadt@. | Pascal Stumpf |
2012-08-29 | Get rid of all NOPIE and NOPIE_FLAGS in amd64/stand and use -fno-pie and -nopie | Pascal Stumpf |
2012-08-21 | Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be | Pascal Stumpf |
2007-11-25 | libkern, begone. Move to a new mechanism where config(8)'s "file" | Theo de Raadt |
2007-05-30 | Pull out the ELF loadfile pieces from the standalone libraries, so that | Tom Cosgrove |
2007-05-29 | forgot to move to using shared boot.c | Theo de Raadt |
2007-05-29 | remove support for many alternative kernel choices -- only try /bsd and | Theo de Raadt |
2007-05-27 | Unbreak cdboot and pxeboot machine memory +/-; bad mpf@. | Tom Cosgrove |
2005-08-01 | do not include boot.c since cdboot.c is a copy of it; shrink 1k off the cdboot | Michael Shalayeff |
2005-07-30 | Need moddi3.c qdivrem.c for libz | Todd C. Miller |
2005-05-03 | The return value from getEBDAaddr() (info) is not used in bios_E820(), | Tom Cosgrove |
2004-10-09 | size works now on cross-size .o files | Michael Shalayeff |
2004-08-24 | Have cdboot look for /3.6/amd64/bsd.rd first. | Tom Cosgrove |
2004-08-21 | Enter cdboot, a CD-specific second-stage bootrap. Based on the i386 | Tom Cosgrove |