summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi/stand/boot (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use daddr_t and not daddr32_t in boot media.krw2020-12-094-10/+10
* Adjust sgi bootblocks' iostrategy routinesvisa2020-06-062-4/+12
* Let sgi bootblocks build again.visa2020-06-061-4/+4
* sgi had the same bug as sparc64 -- failed to put readdir and fchmodderaadt2020-05-261-3/+6
* increment version numbers, due to recent RB_GOODSEED and fchmod +T changesderaadt2020-05-261-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-251-12/+18
* Enable FFS2 in sgi bootblocks and ramdisks.visa2020-04-062-2/+4
* Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataderaadt2019-10-292-3/+8
* merge version directly into codederaadt2019-10-283-50/+5
* libsa's memcpy() is actually memmove(). make a proper memmove(), and givederaadt2019-04-201-2/+2
* change marks[] array to uint64_t, so the code can track full 64-bitderaadt2019-04-101-2/+2
* Fix the locating of the OpenBSD disklabel on media with 2048 bytevisa2018-03-022-7/+13
* Do not create machine@ symlinks in obj as root during includes:, buttb2016-11-061-2/+3
* Make the sgi boot blocks read the real OpenBSD disklabel instead ofvisa2016-10-053-27/+163
* crank bootloader version after .SUNW_ctf changejasper2016-09-131-2/+5
* Prep for relro: make sure it's off for any non-PIE stand/ programguenther2016-07-301-2/+2
* Change a bunch of (<blah> *)0 to NULL.krw2016-03-141-3/+3
* Nuke a #if 0/#endif block and a related variable. No plans to ever makekrw2015-09-301-19/+1
* typosmiod2015-09-231-3/+3
* revert a few stragglers hiding outtedu2014-07-121-2/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-03-291-2/+2
* /etc/random.seed support in the boot blocks (only when loading from disk).miod2014-02-222-8/+57
* crank the versionderaadt2013-12-281-2/+2
* Try to load entropy data from disk:/etc/random.seed, and additionallyderaadt2013-12-281-1/+3
* Put back the kl_n_shift variable, removed by mistake in 1.18, causing themiod2012-10-182-17/+40
* Bring the `let decide ARCBios address at runtime' code to the SGI bootblocks,miod2012-09-294-15/+61
* Move sgi/stand to plain -fno-pie -nopie. Binaries are the same.pascal2012-08-311-3/+3
* Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bepascal2012-08-211-1/+2
* Support for the POWER Indigo2 R10000 systems (IP28). Currently running withmiod2012-05-253-4/+11
* Put more smarts into the limited bootblocks brain; they will now happilymiod2012-03-293-26/+85
* Prevent the Ethernet driver to be opened twice when using a bootp() path;miod2012-03-191-3/+7
* Teach the bootblocks how to load kernel from tftp (i.e. when OSLoadPartitionmiod2012-03-199-14/+449
* Make this compile without warnings in all modes, and do not use NULL whenmiod2011-04-092-6/+15
* Change daddr_t to daddr32_t. The bootblocks on our architectures onlyderaadt2011-03-132-6/+6
* 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
* unstatic variable we need elsewhere, fixes stand build on tezromarco2010-09-141-2/+2
* 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
* libsa printf doesn't support sizes in %s specifiers; fix format stringsmiod2009-07-221-2/+2
* missing va_end in bios_printf & dioopen. ok miod@martynas2009-07-151-2/+3
* Make the 64 bit bootblocks compile again after the <machine/mnode.h> changes.miod2009-06-191-1/+3
* When booting in `install software' mode from the SGI boot menu, do not try tomiod2009-05-303-24/+96
* In addition to the existing IP32 boot block, build a real 64 bit boot blockmiod2009-05-146-208/+92
* Promote types in ARCBios function prototypes from int to long whenevermiod2009-05-092-10/+11
* Change the OpenBSD/sgi boot loader so that we use libsa loadfile(), ratherjsing2008-05-202-406/+33
* If we fail to load the kernel, drop the user into interactive mode of ARCS,jsing2008-03-281-3/+3
* Remove unwanted code and sync with mips64/arcbios.c.jsing2008-03-271-50/+60