summaryrefslogtreecommitdiff
path: root/sys/stand/boot/bootarg.h
AgeCommit message (Collapse)Author
2014-01-24remove irrelevant error handling in loadrandom; this operates on theTheo de Raadt
principe of fire and forget, and we really want developers to start trying to write per-architecture XOR thingies using timers and such
2013-12-28Try to load entropy data from disk:/etc/random.seed, and additionallyTheo de Raadt
use a MD-supplied random function. Then, insert this into the ELF openbsd.randomdata of the kernel, so that it has entropy right from the start. Some help from jsing for the softraid aspects. Also tested by phessler
2003-06-02three four kill ...Michael Shalayeff
2003-06-01strcpy/strcat/sprintf removal in all bootblocks. various testing byTheo de Raadt
various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind
2002-03-14First round of __P removal in sysTodd C. Miller
1999-08-25give better support to the bios memory maps.Michael Shalayeff
provide memory maps editing through the machine memory command. rearrange probing in machdep, so it provides less output, also giving a shot for apm to fix the memory maps. changes to kernel are minimal, only that is required due to the api version bits addition and such cosmetic changes. tested on all critical kernel,boot combinations; niklas@ ok
1998-12-19one more flag for xmasMichael Shalayeff
1998-08-07environment is there tooMichael Shalayeff
1998-05-25make a new file for variable manipulation code; add environment supportMichael Shalayeff
1998-05-18define bitmapped bootarg api versionMichael Shalayeff
1997-10-25new bootargs, store argv at specified locationMichael Shalayeff
1997-10-24export bootarg* varsMichael Shalayeff
1997-10-21argument vector supportMichael Shalayeff