summaryrefslogtreecommitdiffstats
path: root/sys/stand (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initial commit of uefi boot loader of OpenBSD.yasuoka2015-09-022-2/+48
* Merge cmd.c from zboot into boot, dropping "clear" command while at it.tobias2014-07-201-26/+21
* whatever mickey had to drink 13 years ago, he's not going to find it again. sojasper2014-07-111-14/+1
* Avoid buffer overflow on max line length by ending string with just one \0.tobias2014-06-271-2/+2
* Avoid buffer overflow if there were too many arguments, also adjust lenptobias2014-06-271-7/+9
* Don't try to close(-1) if EPERM.miod2014-02-191-4/+3
* OK, loadrandom should not care about EPERM I supposederaadt2014-01-241-1/+3
* remove irrelevant error handling in loadrandom; this operates on thederaadt2014-01-242-15/+7
* Only report about random seed failures, not attempts.deraadt2014-01-241-4/+4
* loadrandom() status should be ignored, so that we do not loop.deraadt2014-01-021-4/+5
* Try to load entropy data from disk:/etc/random.seed, and additionallyderaadt2013-12-282-8/+56
* remove junkderaadt2013-12-231-11/+1
* Remove the old mkuboot since it was moved.bmercer2013-06-013-395/+0
* Make mkuboot install into the path so we can use it during builds.bmercer2013-05-301-1/+2
* Tweak the behaviour of boot(8) on hppa. Normal boots now will give you akettenis2011-04-171-2/+3
* Remove debug print left in on last commit.drahn2010-07-101-2/+1
* tweak previous;jmc2010-06-302-4/+4
* Add support for naming images and setting the type, including boot scripts.drahn2010-06-302-9/+81
* fix the option that sets the image operating system.sobrado2010-03-101-3/+3
* Add mkuboot, a utility to build images for Das U-Boot.mk2010-02-123-0/+323
* add another settable variable called db_console which the MD parts of adlg2009-04-301-1/+31
* Cancel the automatic boot when you hold ctrl to skip boot.conf.sthen2009-02-161-1/+2
* loadfile() returns an open file descriptor on successful exit, sotom2007-06-261-2/+5
* When bootfile was made global so that macppc could modify it, ittom2007-06-241-6/+6
* Switch macppc to the interactive bootloader in stand/boot.drahn2007-06-132-4/+5
* these standalone commands are never used anymore; ok tomderaadt2007-05-293-252/+0
* remove support for many alternative kernel choices -- only try /bsd andderaadt2007-05-291-14/+8
* Check for Control key held down when starting, and don't read boot.conftom2007-04-271-1/+12
* hand-cruft an isprint() for deciding which characters to echo to thederaadt2007-02-211-6/+8
* printf(s) -> printf("%s", s)uwe2005-05-241-2/+2
* Simplify expression in loop.tom2004-06-261-2/+2
* Avoid spurious error message "line too long" (introduced with last commit,tom2004-06-251-3/+12
* Identify ourselves on the new console device when it's changed.tom2004-06-241-1/+3
* Turn off timeouts if the user types anything at all. This prevents antom2004-06-242-5/+9
* Minor changes (structural, not behavioural) in order to support a regresstom2004-06-242-7/+20
* Add comment explaining what "bootprompt" is fortom2004-06-241-1/+3
* If a line in boot.conf is too long for our buffer, stop before wetom2004-06-241-9/+20
* Allow the machine-dependent part of BOOT to change the program name.tom2004-01-292-5/+10
* typos from Jonathon Gray;jmc2003-11-081-2/+2
* ansification and knf and protosderaadt2003-08-115-75/+61
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-023-21/+9
* three four kill ... dale agrees on this one as he holds a kprite on it toomickey2003-06-021-6/+1
* three four kill ...mickey2003-06-025-30/+5
* strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt2003-06-016-37/+48
* allow md part to skip the interactive part (the first try around)mickey2003-05-191-2/+7
* oopsmickey2003-04-171-2/+2
* there is no reason to keep both around. just renamemickey2003-04-172-121/+12
* Common bootloader file for 'loadfile' performs same action as old exec main.drahn2003-04-171-0/+119
* Fix ^U^U^M buffer underrun bugmdw2002-07-141-2/+4
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-2/+2