| Commit message (Expand) | Author | Age | Files | Lines |
| * | align the random buffer so mdrandom() can fill it with register-width |  naddy | 2020-06-15 | 1 | -2/+2 |
| * | /etc/random.seed reuse can now be detected. The stat +T bit marks the file |  deraadt | 2020-05-26 | 1 | -1/+7 |
| * | make loadrandom() return 0 for success, -1 for failure. While here, |  deraadt | 2020-05-25 | 2 | -13/+18 |
| * | If either mdrandom() or fwrandom() return 0, set RB_GOODRANDOM |  deraadt | 2020-05-25 | 1 | -3/+5 |
| * | Adjust fwrandom() to return 0 for sucess, -1 for failure |  deraadt | 2020-05-25 | 1 | -3/+3 |
| * | For 32 bit systems, cast the long long used by strtoll() to unsigned long |  deraadt | 2019-12-02 | 1 | -2/+2 |
| * | Implement a hexdump command in the boot loader. This helps to |  bluhm | 2019-11-28 | 1 | -1/+26 |
| * | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata |  deraadt | 2019-10-29 | 1 | -1/+5 |
| * | In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x |  deraadt | 2019-08-03 | 2 | -3/+20 |
| * | Fix prototype of upgrade(). OK benno@ |  claudio | 2019-05-10 | 1 | -2/+2 |
| * | Unbreak "boot bsd.up" line in /etc/boot.conf |  florian | 2019-04-10 | 1 | -3/+3 |
| * | change marks[] array to uint64_t, so the code can track full 64-bit |  deraadt | 2019-04-10 | 1 | -2/+2 |
| * | Detect /bsd.upgrade kernel and boot it if present instead of default |  florian | 2019-04-08 | 3 | -3/+18 |
| * | Add a hook to use a firmware-supplied random function in addition to the |  kettenis | 2018-04-08 | 2 | -3/+7 |
| * | As early as possible, create a link /bsd.booted to the /bsd kernel we |  deraadt | 2017-06-19 | 1 | -1/+11 |
| * | Update header to clean up defines, add the SATA device path and the |  patrick | 2017-02-28 | 1 | -7/+38 |
| * | Fix (currently unused) GUID definitions to match the EFI_GUID struct. |  jsg | 2017-01-20 | 9 | -18/+17 |
| * | Add an efibind.h for arm64. Taken from edk2, modified to be similar |  patrick | 2016-12-13 | 1 | -0/+165 |
| * | Add an efibind.h for arm; from FreeBSD. |  kettenis | 2016-05-11 | 1 | -0/+165 |
| * | Move EFI header files to a location where they can be used on other |  kettenis | 2016-05-11 | 21 | -0/+4801 |
| * | Initial commit of uefi boot loader of OpenBSD. |  yasuoka | 2015-09-02 | 2 | -2/+48 |
| * | Merge cmd.c from zboot into boot, dropping "clear" command while at it. |  tobias | 2014-07-20 | 1 | -26/+21 |
| * | whatever mickey had to drink 13 years ago, he's not going to find it again. so |  jasper | 2014-07-11 | 1 | -14/+1 |
| * | Avoid buffer overflow on max line length by ending string with just one \0. |  tobias | 2014-06-27 | 1 | -2/+2 |
| * | Avoid buffer overflow if there were too many arguments, also adjust lenp |  tobias | 2014-06-27 | 1 | -7/+9 |
| * | Don't try to close(-1) if EPERM. |  miod | 2014-02-19 | 1 | -4/+3 |
| * | OK, loadrandom should not care about EPERM I suppose |  deraadt | 2014-01-24 | 1 | -1/+3 |
| * | remove irrelevant error handling in loadrandom; this operates on the |  deraadt | 2014-01-24 | 2 | -15/+7 |
| * | Only report about random seed failures, not attempts. |  deraadt | 2014-01-24 | 1 | -4/+4 |
| * | loadrandom() status should be ignored, so that we do not loop. |  deraadt | 2014-01-02 | 1 | -4/+5 |
| * | Try to load entropy data from disk:/etc/random.seed, and additionally |  deraadt | 2013-12-28 | 2 | -8/+56 |
| * | remove junk |  deraadt | 2013-12-23 | 1 | -11/+1 |
| * | Remove the old mkuboot since it was moved. |  bmercer | 2013-06-01 | 3 | -395/+0 |
| * | Make mkuboot install into the path so we can use it during builds. |  bmercer | 2013-05-30 | 1 | -1/+2 |
| * | Tweak the behaviour of boot(8) on hppa. Normal boots now will give you a |  kettenis | 2011-04-17 | 1 | -2/+3 |
| * | Remove debug print left in on last commit. |  drahn | 2010-07-10 | 1 | -2/+1 |
| * | tweak previous; |  jmc | 2010-06-30 | 2 | -4/+4 |
| * | Add support for naming images and setting the type, including boot scripts. |  drahn | 2010-06-30 | 2 | -9/+81 |
| * | fix the option that sets the image operating system. |  sobrado | 2010-03-10 | 1 | -3/+3 |
| * | Add mkuboot, a utility to build images for Das U-Boot. |  mk | 2010-02-12 | 3 | -0/+323 |
| * | add another settable variable called db_console which the MD parts of a |  dlg | 2009-04-30 | 1 | -1/+31 |
| * | Cancel the automatic boot when you hold ctrl to skip boot.conf. |  sthen | 2009-02-16 | 1 | -1/+2 |
| * | loadfile() returns an open file descriptor on successful exit, so |  tom | 2007-06-26 | 1 | -2/+5 |
| * | When bootfile was made global so that macppc could modify it, it |  tom | 2007-06-24 | 1 | -6/+6 |
| * | Switch macppc to the interactive bootloader in stand/boot. |  drahn | 2007-06-13 | 2 | -4/+5 |
| * | these standalone commands are never used anymore; ok tom |  deraadt | 2007-05-29 | 3 | -252/+0 |
| * | remove support for many alternative kernel choices -- only try /bsd and |  deraadt | 2007-05-29 | 1 | -14/+8 |
| * | Check for Control key held down when starting, and don't read boot.conf |  tom | 2007-04-27 | 1 | -1/+12 |
| * | hand-cruft an isprint() for deciding which characters to echo to the |  deraadt | 2007-02-21 | 1 | -6/+8 |
| * | printf(s) -> printf("%s", s) |  uwe | 2005-05-24 | 1 | -2/+2 |