| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Simplify expression in loop. |  tom | 2004-06-26 | 1 | -2/+2 |
* | Avoid spurious error message "line too long" (introduced with last commit, |  tom | 2004-06-25 | 1 | -3/+12 |
* | Identify ourselves on the new console device when it's changed. |  tom | 2004-06-24 | 1 | -1/+3 |
* | Turn off timeouts if the user types anything at all. This prevents an |  tom | 2004-06-24 | 2 | -5/+9 |
* | Minor changes (structural, not behavioural) in order to support a regress |  tom | 2004-06-24 | 2 | -7/+20 |
* | Add comment explaining what "bootprompt" is for |  tom | 2004-06-24 | 1 | -1/+3 |
* | If a line in boot.conf is too long for our buffer, stop before we |  tom | 2004-06-24 | 1 | -9/+20 |
* | Allow the machine-dependent part of BOOT to change the program name. |  tom | 2004-01-29 | 2 | -5/+10 |
* | typos from Jonathon Gray; |  jmc | 2003-11-08 | 1 | -2/+2 |
* | ansification and knf and protos |  deraadt | 2003-08-11 | 5 | -75/+61 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 3 | -21/+9 |
* | three four kill ... dale agrees on this one as he holds a kprite on it too |  mickey | 2003-06-02 | 1 | -6/+1 |
* | three four kill ... |  mickey | 2003-06-02 | 5 | -30/+5 |
* | strcpy/strcat/sprintf removal in all bootblocks. various testing by |  deraadt | 2003-06-01 | 6 | -37/+48 |
* | allow md part to skip the interactive part (the first try around) |  mickey | 2003-05-19 | 1 | -2/+7 |
* | oops |  mickey | 2003-04-17 | 1 | -2/+2 |
* | there is no reason to keep both around. just rename |  mickey | 2003-04-17 | 2 | -121/+12 |
* | Common bootloader file for 'loadfile' performs same action as old exec main. |  drahn | 2003-04-17 | 1 | -0/+119 |
* | Fix ^U^U^M buffer underrun bug |  mdw | 2002-07-14 | 1 | -2/+4 |
* | Final __P removal plus some cosmetic fixups |  millert | 2002-03-14 | 1 | -2/+2 |