summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi/stand
AgeCommit message (Expand)AuthorFilesLines
2020-12-09Use daddr_t and not daddr32_t in boot media.krw4-10/+10
2020-06-06Adjust sgi bootblocks' iostrategy routinesvisa2-4/+12
2020-06-06Let sgi bootblocks build again.visa1-4/+4
2020-05-26sgi had the same bug as sparc64 -- failed to put readdir and fchmodderaadt1-3/+6
2020-05-26increment version numbers, due to recent RB_GOODSEED and fchmod +T changesderaadt1-2/+2
2020-05-26/etc/random.seed reuse can now be detected. The stat +T bit marks the filederaadt1-1/+7
2020-05-25fchmod() will be needed soon.deraadt1-2/+2
2020-05-25make loadrandom() return 0 for success, -1 for failure. While here,deraadt1-12/+18
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc1-6/+6
2020-04-06Build bootecoff with divdi3.c. bootecoff needs __divdi3,visa1-2/+2
2020-04-06Enable FFS2 in sgi bootblocks and ramdisks.visa4-6/+8
2019-10-29Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataderaadt2-3/+8
2019-10-28merge version directly into codederaadt3-50/+5
2019-08-03In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xderaadt1-3/+3
2019-04-20libsa's memcpy() is actually memmove(). make a proper memmove(), and givederaadt2-4/+4
2019-04-10change marks[] array to uint64_t, so the code can track full 64-bitderaadt1-2/+2
2018-03-02Fix the locating of the OpenBSD disklabel on media with 2048 bytevisa2-7/+13
2017-09-08If you use sys/param.h, you don't need sys/types.hderaadt1-2/+1
2016-11-06Do not create machine@ symlinks in obj as root during includes:, buttb2-4/+6
2016-10-05Make the sgi boot blocks read the real OpenBSD disklabel instead ofvisa4-26/+163
2016-09-13crank bootloader version after .SUNW_ctf changejasper1-2/+5
2016-07-30Prep for relro: make sure it's off for any non-PIE stand/ programguenther1-2/+2
2016-03-14Change a bunch of (<blah> *)0 to NULL.krw1-3/+3
2015-11-16Replace unbounded gets() in libsa with getln() which takes a buffer size,miod1-2/+2
2015-09-30Nuke a #if 0/#endif block and a related variable. No plans to ever makekrw1-19/+1
2015-09-27Add IP26 kernels and boot blocks to the installation media.miod1-2/+3
2015-09-23typosmiod1-3/+3
2014-07-12revert a few stragglers hiding outtedu1-2/+2
2014-07-12revert bogus free changes in not kernel files. got a little trigger happy.tedu1-2/+2
2014-07-12add a size argument to free. will be used soon, but for now default to 0.tedu2-4/+4
2014-03-29It's been a quarter century: we can assume volatile is present with that name.guenther1-2/+2
2014-02-22/etc/random.seed support in the boot blocks (only when loading from disk).miod2-8/+57
2013-12-28crank the versionderaadt1-2/+2
2013-12-28Try to load entropy data from disk:/etc/random.seed, and additionallyderaadt1-1/+3
2013-12-08Don't forget to create a boot-IP28 link in /usr/mdec, for the sake of themiod1-1/+2
2013-11-13fix typo in last commitderaadt1-2/+2
2013-11-12Oops. Use %llu for DL_GETDSIZE() value.krw1-2/+2
2013-11-12Use DL_GETDSIZE() to get disk size.krw1-6/+6
2013-01-01Remove libsa exec.c, not used by anything anymore; all boot blocks now usemiod1-2/+2
2012-10-19Be sure to compile boot block objects with -D_NO_ABICALLS, to prevent .S filesmiod2-4/+4
2012-10-19Link boot64 twice, first as a self-contained binary, to enforce there are nomiod1-2/+7
2012-10-18Put back the kl_n_shift variable, removed by mistake in 1.18, causing themiod2-17/+40
2012-09-29Bring the `let decide ARCBios address at runtime' code to the SGI bootblocks,miod4-15/+61
2012-08-31Move sgi/stand to plain -fno-pie -nopie. Binaries are the same.pascal4-15/+8
2012-08-21Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bepascal4-4/+13
2012-05-29When writing the new volume header to disk, write back the wholematthew1-2/+2
2012-05-25Support for the POWER Indigo2 R10000 systems (IP28). Currently running withmiod3-4/+11
2012-03-29Put more smarts into the limited bootblocks brain; they will now happilymiod3-26/+85
2012-03-28Work in progress support for the SGI Indigo, Indigo 2 and Indy systemsmiod1-3/+2
2012-03-19Prevent the Ethernet driver to be opened twice when using a bootp() path;miod1-3/+7