Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-24 | remove irrelevant error handling in loadrandom; this operates on the | Theo 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-28 | Try to load entropy data from disk:/etc/random.seed, and additionally | Theo 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-02 | three four kill ... | Michael Shalayeff | |
2003-06-01 | strcpy/strcat/sprintf removal in all bootblocks. various testing by | Theo 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-14 | First round of __P removal in sys | Todd C. Miller | |
1999-08-25 | give 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-19 | one more flag for xmas | Michael Shalayeff | |
1998-08-07 | environment is there too | Michael Shalayeff | |
1998-05-25 | make a new file for variable manipulation code; add environment support | Michael Shalayeff | |
1998-05-18 | define bitmapped bootarg api version | Michael Shalayeff | |
1997-10-25 | new bootargs, store argv at specified location | Michael Shalayeff | |
1997-10-24 | export bootarg* vars | Michael Shalayeff | |
1997-10-21 | argument vector support | Michael Shalayeff | |