summaryrefslogtreecommitdiffstats
path: root/sys/stand/boot (follow)
Commit message (Expand)AuthorAgeFilesLines
* align the random buffer so mdrandom() can fill it with register-widthnaddy2020-06-151-2/+2
* /etc/random.seed reuse can now be detected. The stat +T bit marks the filederaadt2020-05-261-1/+7
* make loadrandom() return 0 for success, -1 for failure. While here,deraadt2020-05-252-13/+18
* If either mdrandom() or fwrandom() return 0, set RB_GOODRANDOMderaadt2020-05-251-3/+5
* Adjust fwrandom() to return 0 for sucess, -1 for failurederaadt2020-05-251-3/+3
* For 32 bit systems, cast the long long used by strtoll() to unsigned longderaadt2019-12-021-2/+2
* Implement a hexdump command in the boot loader. This helps tobluhm2019-11-281-1/+26
* Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataderaadt2019-10-291-1/+5
* In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xderaadt2019-08-032-3/+20
* Fix prototype of upgrade(). OK benno@claudio2019-05-101-2/+2
* Unbreak "boot bsd.up" line in /etc/boot.confflorian2019-04-101-3/+3
* change marks[] array to uint64_t, so the code can track full 64-bitderaadt2019-04-101-2/+2
* Detect /bsd.upgrade kernel and boot it if present instead of defaultflorian2019-04-083-3/+18
* Add a hook to use a firmware-supplied random function in addition to thekettenis2018-04-082-3/+7
* As early as possible, create a link /bsd.booted to the /bsd kernel wederaadt2017-06-191-1/+11
* 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
* Tweak the behaviour of boot(8) on hppa. Normal boots now will give you akettenis2011-04-171-2/+3
* 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
* 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
* 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