summaryrefslogtreecommitdiffstats
path: root/sys/stand (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
* Update header to clean up defines, add the SATA device path and thepatrick2017-02-281-7/+38
* Fix (currently unused) GUID definitions to match the EFI_GUID struct.jsg2017-01-209-18/+17
* Add an efibind.h for arm64. Taken from edk2, modified to be similarpatrick2016-12-131-0/+165
* Add an efibind.h for arm; from FreeBSD.kettenis2016-05-111-0/+165
* Move EFI header files to a location where they can be used on otherkettenis2016-05-1121-0/+4801
* 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