summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi/stand/boot/boot.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Let sgi bootblocks build again.visa2020-06-061-4/+4
* /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-251-12/+18
* Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataderaadt2019-10-291-1/+6
* merge version directly into codederaadt2019-10-281-3/+2
* change marks[] array to uint64_t, so the code can track full 64-bitderaadt2019-04-101-2/+2
* /etc/random.seed support in the boot blocks (only when loading from disk).miod2014-02-221-6/+49
* Try to load entropy data from disk:/etc/random.seed, and additionallyderaadt2013-12-281-1/+3
* Bring the `let decide ARCBios address at runtime' code to the SGI bootblocks,miod2012-09-291-3/+6
* Support for the POWER Indigo2 R10000 systems (IP28). Currently running withmiod2012-05-251-1/+2
* Put more smarts into the limited bootblocks brain; they will now happilymiod2012-03-291-24/+63
* Teach the bootblocks how to load kernel from tftp (i.e. when OSLoadPartitionmiod2012-03-191-1/+5
* Make this compile without warnings in all modes, and do not use NULL whenmiod2011-04-091-4/+4
* Undo unrelated changes commitedby mistake.miod2010-09-141-6/+4
* Force .rodata.str1.4 section to be merged into .text for the 32-bit bootblocks,miod2010-09-141-4/+6
* Use the new Elfxx_Phdr check hook to prevent loading a kernel not compiledmiod2009-11-301-1/+39
* KSEG->CKSEG fallout.miod2009-11-241-4/+4
* When booting in `install software' mode from the SGI boot menu, do not try tomiod2009-05-301-18/+25
* In addition to the existing IP32 boot block, build a real 64 bit boot blockmiod2009-05-141-7/+21
* Change the OpenBSD/sgi boot loader so that we use libsa loadfile(), ratherjsing2008-05-201-402/+28
* If we fail to load the kernel, drop the user into interactive mode of ARCS,jsing2008-03-281-3/+3
* Cleanup/style(9) code and comments.jsing2008-03-081-63/+65
* simple misspell, miod@ okjj2007-05-111-3/+3
* Create installation media that is recognized as such by the PROM.kettenis2005-08-011-17/+21
* spacingderaadt2005-04-271-52/+49
* if SystemPartition contains a cdrom boot specifier, whack thederaadt2005-04-271-10/+27
* avoid the o{open,read,lseek} interfaces, and use the regular ones, becausederaadt2005-04-271-18/+18
* Update boot with miods ELF64 symtab fixes and my 32 bit compilespefo2004-09-161-19/+138
* Kernel moves to 64 bit. A few more tweaks when binutils is updated.pefo2004-09-091-61/+154
* disk boot and tools for sgipefo2004-08-231-0/+298