| Commit message (Expand) | Author | Age | Files | Lines |
* | Let sgi bootblocks build again. |  visa | 2020-06-06 | 1 | -4/+4 |
* | /etc/random.seed reuse can now be detected. The stat +T bit marks the file |  deraadt | 2020-05-26 | 1 | -1/+7 |
* | make loadrandom() return 0 for success, -1 for failure. While here, |  deraadt | 2020-05-25 | 1 | -12/+18 |
* | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata |  deraadt | 2019-10-29 | 1 | -1/+6 |
* | merge version directly into code |  deraadt | 2019-10-28 | 1 | -3/+2 |
* | change marks[] array to uint64_t, so the code can track full 64-bit |  deraadt | 2019-04-10 | 1 | -2/+2 |
* | /etc/random.seed support in the boot blocks (only when loading from disk). |  miod | 2014-02-22 | 1 | -6/+49 |
* | Try to load entropy data from disk:/etc/random.seed, and additionally |  deraadt | 2013-12-28 | 1 | -1/+3 |
* | Bring the `let decide ARCBios address at runtime' code to the SGI bootblocks, |  miod | 2012-09-29 | 1 | -3/+6 |
* | Support for the POWER Indigo2 R10000 systems (IP28). Currently running with |  miod | 2012-05-25 | 1 | -1/+2 |
* | Put more smarts into the limited bootblocks brain; they will now happily |  miod | 2012-03-29 | 1 | -24/+63 |
* | Teach the bootblocks how to load kernel from tftp (i.e. when OSLoadPartition |  miod | 2012-03-19 | 1 | -1/+5 |
* | Make this compile without warnings in all modes, and do not use NULL when |  miod | 2011-04-09 | 1 | -4/+4 |
* | Undo unrelated changes commitedby mistake. |  miod | 2010-09-14 | 1 | -6/+4 |
* | Force .rodata.str1.4 section to be merged into .text for the 32-bit bootblocks, |  miod | 2010-09-14 | 1 | -4/+6 |
* | Use the new Elfxx_Phdr check hook to prevent loading a kernel not compiled |  miod | 2009-11-30 | 1 | -1/+39 |
* | KSEG->CKSEG fallout. |  miod | 2009-11-24 | 1 | -4/+4 |
* | When booting in `install software' mode from the SGI boot menu, do not try to |  miod | 2009-05-30 | 1 | -18/+25 |
* | In addition to the existing IP32 boot block, build a real 64 bit boot block |  miod | 2009-05-14 | 1 | -7/+21 |
* | Change the OpenBSD/sgi boot loader so that we use libsa loadfile(), rather |  jsing | 2008-05-20 | 1 | -402/+28 |
* | If we fail to load the kernel, drop the user into interactive mode of ARCS, |  jsing | 2008-03-28 | 1 | -3/+3 |
* | Cleanup/style(9) code and comments. |  jsing | 2008-03-08 | 1 | -63/+65 |
* | simple misspell, miod@ ok |  jj | 2007-05-11 | 1 | -3/+3 |
* | Create installation media that is recognized as such by the PROM. |  kettenis | 2005-08-01 | 1 | -17/+21 |
* | spacing |  deraadt | 2005-04-27 | 1 | -52/+49 |
* | if SystemPartition contains a cdrom boot specifier, whack the |  deraadt | 2005-04-27 | 1 | -10/+27 |
* | avoid the o{open,read,lseek} interfaces, and use the regular ones, because |  deraadt | 2005-04-27 | 1 | -18/+18 |
* | Update boot with miods ELF64 symtab fixes and my 32 bit compiles |  pefo | 2004-09-16 | 1 | -19/+138 |
* | Kernel moves to 64 bit. A few more tweaks when binutils is updated. |  pefo | 2004-09-09 | 1 | -61/+154 |
* | disk boot and tools for sgi |  pefo | 2004-08-23 | 1 | -0/+298 |