| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-06-15 | align the random buffer so mdrandom() can fill it with register-width |  naddy | 1 | -2/+2 |
| 2020-05-26 | /etc/random.seed reuse can now be detected. The stat +T bit marks the file |  deraadt | 1 | -1/+7 |
| 2020-05-25 | make loadrandom() return 0 for success, -1 for failure. While here, |  deraadt | 2 | -13/+18 |
| 2020-05-25 | If either mdrandom() or fwrandom() return 0, set RB_GOODRANDOM |  deraadt | 1 | -3/+5 |
| 2020-05-25 | Adjust fwrandom() to return 0 for sucess, -1 for failure |  deraadt | 1 | -3/+3 |
| 2019-12-02 | For 32 bit systems, cast the long long used by strtoll() to unsigned long |  deraadt | 1 | -2/+2 |
| 2019-11-28 | Implement a hexdump command in the boot loader. This helps to |  bluhm | 1 | -1/+26 |
| 2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata |  deraadt | 1 | -1/+5 |
| 2019-08-03 | In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x |  deraadt | 2 | -3/+20 |
| 2019-05-10 | Fix prototype of upgrade(). OK benno@ |  claudio | 1 | -2/+2 |
| 2019-04-10 | Unbreak "boot bsd.up" line in /etc/boot.conf |  florian | 1 | -3/+3 |
| 2019-04-10 | change marks[] array to uint64_t, so the code can track full 64-bit |  deraadt | 1 | -2/+2 |
| 2019-04-08 | Detect /bsd.upgrade kernel and boot it if present instead of default |  florian | 3 | -3/+18 |
| 2018-04-08 | Add a hook to use a firmware-supplied random function in addition to the |  kettenis | 2 | -3/+7 |
| 2017-06-19 | As early as possible, create a link /bsd.booted to the /bsd kernel we |  deraadt | 1 | -1/+11 |
| 2015-09-02 | Initial commit of uefi boot loader of OpenBSD. |  yasuoka | 2 | -2/+48 |
| 2014-07-20 | Merge cmd.c from zboot into boot, dropping "clear" command while at it. |  tobias | 1 | -26/+21 |
| 2014-07-11 | whatever mickey had to drink 13 years ago, he's not going to find it again. so |  jasper | 1 | -14/+1 |
| 2014-06-27 | Avoid buffer overflow on max line length by ending string with just one \0. |  tobias | 1 | -2/+2 |
| 2014-06-27 | Avoid buffer overflow if there were too many arguments, also adjust lenp |  tobias | 1 | -7/+9 |
| 2014-02-19 | Don't try to close(-1) if EPERM. |  miod | 1 | -4/+3 |
| 2014-01-24 | OK, loadrandom should not care about EPERM I suppose |  deraadt | 1 | -1/+3 |
| 2014-01-24 | remove irrelevant error handling in loadrandom; this operates on the |  deraadt | 2 | -15/+7 |
| 2014-01-24 | Only report about random seed failures, not attempts. |  deraadt | 1 | -4/+4 |
| 2014-01-02 | loadrandom() status should be ignored, so that we do not loop. |  deraadt | 1 | -4/+5 |
| 2013-12-28 | Try to load entropy data from disk:/etc/random.seed, and additionally |  deraadt | 2 | -8/+56 |
| 2013-12-23 | remove junk |  deraadt | 1 | -11/+1 |
| 2011-04-17 | Tweak the behaviour of boot(8) on hppa. Normal boots now will give you a |  kettenis | 1 | -2/+3 |
| 2009-04-30 | add another settable variable called db_console which the MD parts of a |  dlg | 1 | -1/+31 |
| 2009-02-16 | Cancel the automatic boot when you hold ctrl to skip boot.conf. |  sthen | 1 | -1/+2 |
| 2007-06-26 | loadfile() returns an open file descriptor on successful exit, so |  tom | 1 | -2/+5 |
| 2007-06-24 | When bootfile was made global so that macppc could modify it, it |  tom | 1 | -6/+6 |
| 2007-06-13 | Switch macppc to the interactive bootloader in stand/boot. |  drahn | 2 | -4/+5 |
| 2007-05-29 | remove support for many alternative kernel choices -- only try /bsd and |  deraadt | 1 | -14/+8 |
| 2007-04-27 | Check for Control key held down when starting, and don't read boot.conf |  tom | 1 | -1/+12 |
| 2007-02-21 | hand-cruft an isprint() for deciding which characters to echo to the |  deraadt | 1 | -6/+8 |
| 2005-05-24 | printf(s) -> printf("%s", s) |  uwe | 1 | -2/+2 |
| 2004-06-26 | Simplify expression in loop. |  tom | 1 | -2/+2 |
| 2004-06-25 | Avoid spurious error message "line too long" (introduced with last commit, |  tom | 1 | -3/+12 |
| 2004-06-24 | Identify ourselves on the new console device when it's changed. |  tom | 1 | -1/+3 |
| 2004-06-24 | Turn off timeouts if the user types anything at all. This prevents an |  tom | 2 | -5/+9 |
| 2004-06-24 | Minor changes (structural, not behavioural) in order to support a regress |  tom | 2 | -7/+20 |
| 2004-06-24 | Add comment explaining what "bootprompt" is for |  tom | 1 | -1/+3 |
| 2004-06-24 | If a line in boot.conf is too long for our buffer, stop before we |  tom | 1 | -9/+20 |
| 2004-01-29 | Allow the machine-dependent part of BOOT to change the program name. |  tom | 2 | -5/+10 |
| 2003-11-08 | typos from Jonathon Gray; |  jmc | 1 | -2/+2 |
| 2003-08-11 | ansification and knf and protos |  deraadt | 5 | -75/+61 |
| 2003-06-02 | three four kill ... dale agrees on this one as he holds a kprite on it too |  mickey | 1 | -6/+1 |
| 2003-06-02 | three four kill ... |  mickey | 5 | -30/+5 |
| 2003-06-01 | strcpy/strcat/sprintf removal in all bootblocks. various testing by |  deraadt | 6 | -37/+48 |