Age | Commit message (Expand) | Author |
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 |
2010-02-12 | Add mkuboot, a utility to build images for Das U-Boot. | Michael Knudsen |
2009-04-30 | add another settable variable called db_console which the MD parts of a | David Gwynne |
2009-02-16 | Cancel the automatic boot when you hold ctrl to skip boot.conf. | Stuart Henderson |
2007-06-26 | loadfile() returns an open file descriptor on successful exit, so | Tom Cosgrove |
2007-06-24 | When bootfile was made global so that macppc could modify it, it | Tom Cosgrove |
2007-06-13 | Switch macppc to the interactive bootloader in stand/boot. | Dale Rahn |
2007-05-29 | these standalone commands are never used anymore; ok tom | Theo de Raadt |
2007-05-29 | remove support for many alternative kernel choices -- only try /bsd and | Theo de Raadt |
2007-04-27 | Check for Control key held down when starting, and don't read boot.conf | Tom Cosgrove |
2007-02-21 | hand-cruft an isprint() for deciding which characters to echo to the | Theo de Raadt |
2005-05-24 | printf(s) -> printf("%s", s) | Uwe Stuehler |
2004-06-26 | Simplify expression in loop. | Tom Cosgrove |
2004-06-25 | Avoid spurious error message "line too long" (introduced with last commit, | Tom Cosgrove |
2004-06-24 | Identify ourselves on the new console device when it's changed. | Tom Cosgrove |
2004-06-24 | Turn off timeouts if the user types anything at all. This prevents an | Tom Cosgrove |
2004-06-24 | Minor changes (structural, not behavioural) in order to support a regress | Tom Cosgrove |
2004-06-24 | Add comment explaining what "bootprompt" is for | Tom Cosgrove |
2004-06-24 | If a line in boot.conf is too long for our buffer, stop before we | Tom Cosgrove |
2004-01-29 | Allow the machine-dependent part of BOOT to change the program name. | Tom Cosgrove |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-08-11 | ansification and knf and protos | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-02 | three four kill ... dale agrees on this one as he holds a kprite on it too | Michael Shalayeff |
2003-06-02 | three four kill ... | Michael Shalayeff |
2003-06-01 | strcpy/strcat/sprintf removal in all bootblocks. various testing by | Theo de Raadt |
2003-05-19 | allow md part to skip the interactive part (the first try around) | Michael Shalayeff |
2003-04-17 | oops | Michael Shalayeff |
2003-04-17 | there is no reason to keep both around. just rename | Michael Shalayeff |
2003-04-17 | Common bootloader file for 'loadfile' performs same action as old exec main. | Dale Rahn |
2002-07-14 | Fix ^U^U^M buffer underrun bug | Marcus Watts |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |