Age | Commit message (Expand) | Author |
2024-09-04 | Fix some spelling. | Marcus Glocker |
2023-03-13 | "ask name" option letter is 'n' instead of 'a' on pmax and alpha for historical | Miod Vallat |
2023-02-23 | Remove dangerous user-settable "addr" variable from MI boot loader, and | Miod Vallat |
2023-01-02 | Let the EFI bootloader make a copy of the EFI System Resource Table (ESRT) | Mark Kettenis |
2022-12-07 | The ACPI tables on the Lenovo x13s are incomplete and unusable. For | Patrick Wildt |
2022-06-27 | Revert 1.44; that slow getsecs() workaround had been added for the sake of | Miod Vallat |
2021-10-26 | Improve unhibernate performance (30% on some machines, another upcoming diff | Theo de Raadt |
2021-10-24 | #define open O_* flags in libsa/stand.h, so that bootblocks can use | Theo de Raadt |
2021-07-27 | replace efibind.h files with the small amount we need | Jonathan Gray |
2021-06-04 | yasuoka@ pointed out that amd64 clang now understands | Kenneth R Westerback |
2021-04-29 | add riscv64 efibind.h | Jonathan Gray |
2020-06-15 | align the random buffer so mdrandom() can fill it with register-width | Christian Weisgerber |
2020-05-26 | /etc/random.seed reuse can now be detected. The stat +T bit marks the file | Theo de Raadt |
2020-05-25 | make loadrandom() return 0 for success, -1 for failure. While here, | Theo de Raadt |
2020-05-25 | If either mdrandom() or fwrandom() return 0, set RB_GOODRANDOM | Theo de Raadt |
2020-05-25 | Adjust fwrandom() to return 0 for sucess, -1 for failure | Theo de Raadt |
2019-12-02 | For 32 bit systems, cast the long long used by strtoll() to unsigned long | Theo de Raadt |
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-10 | Fix prototype of upgrade(). OK benno@ | Claudio Jeker |
2019-04-10 | Unbreak "boot bsd.up" line in /etc/boot.conf | Florian Obser |
2019-04-10 | change marks[] array to uint64_t, so the code can track full 64-bit | Theo de Raadt |
2019-04-08 | Detect /bsd.upgrade kernel and boot it if present instead of default | Florian Obser |
2018-04-08 | Add a hook to use a firmware-supplied random function in addition to the | Mark Kettenis |
2017-06-19 | As early as possible, create a link /bsd.booted to the /bsd kernel we | Theo de Raadt |
2017-02-28 | Update header to clean up defines, add the SATA device path and the | Patrick Wildt |
2017-01-20 | Fix (currently unused) GUID definitions to match the EFI_GUID struct. | Jonathan Gray |
2016-12-13 | Add an efibind.h for arm64. Taken from edk2, modified to be similar | Patrick Wildt |
2016-05-11 | Add an efibind.h for arm; from FreeBSD. | Mark Kettenis |
2016-05-11 | Move EFI header files to a location where they can be used on other | Mark Kettenis |
2015-09-02 | Initial commit of uefi boot loader of OpenBSD. | YASUOKA Masahiko |
2014-07-20 | Merge cmd.c from zboot into boot, dropping "clear" command while at it. | Tobias Stoeckmann |
2014-07-11 | whatever mickey had to drink 13 years ago, he's not going to find it again. so | Jasper Lievisse Adriaanse |
2014-06-27 | Avoid buffer overflow on max line length by ending string with just one \0. | Tobias Stoeckmann |
2014-06-27 | Avoid buffer overflow if there were too many arguments, also adjust lenp | Tobias Stoeckmann |
2014-02-19 | Don't try to close(-1) if EPERM. | Miod Vallat |
2014-01-24 | OK, loadrandom should not care about EPERM I suppose | Theo de Raadt |
2014-01-24 | remove irrelevant error handling in loadrandom; this operates on the | Theo de Raadt |
2014-01-24 | Only report about random seed failures, not attempts. | Theo de Raadt |
2014-01-02 | loadrandom() status should be ignored, so that we do not loop. | Theo de Raadt |
2013-12-28 | Try to load entropy data from disk:/etc/random.seed, and additionally | Theo de Raadt |
2013-12-23 | remove junk | Theo de Raadt |
2013-06-01 | Remove the old mkuboot since it was moved. | Brandon Mercer |
2013-05-30 | Make mkuboot install into the path so we can use it during builds. | Brandon Mercer |
2011-04-17 | Tweak the behaviour of boot(8) on hppa. Normal boots now will give you a | Mark Kettenis |
2010-07-10 | Remove debug print left in on last commit. | Dale Rahn |
2010-06-30 | tweak previous; | Jason McIntyre |
2010-06-30 | Add support for naming images and setting the type, including boot scripts. | Dale Rahn |
2010-03-10 | fix the option that sets the image operating system. | Igor Sobrado |