summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi/stand (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
* fchmod() will be needed soon.deraadt2020-05-251-2/+2
* make loadrandom() return 0 for success, -1 for failure. While here,deraadt2020-05-251-12/+18
* ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc2020-04-231-6/+6
* Build bootecoff with divdi3.c. bootecoff needs __divdi3,visa2020-04-061-2/+2
* Enable FFS2 in sgi bootblocks and ramdisks.visa2020-04-064-6/+8
* 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
* In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xderaadt2019-08-031-3/+3
* libsa's memcpy() is actually memmove(). make a proper memmove(), and givederaadt2019-04-202-4/+4
* 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
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* Do not create machine@ symlinks in obj as root during includes:, buttb2016-11-062-4/+6
* Make the sgi boot blocks read the real OpenBSD disklabel instead ofvisa2016-10-054-28/+165
* 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
* Replace unbounded gets() in libsa with getln() which takes a buffer size,miod2015-11-161-2/+2
* Nuke a #if 0/#endif block and a related variable. No plans to ever makekrw2015-09-301-19/+1
* Add IP26 kernels and boot blocks to the installation media.miod2015-09-271-2/+3
* typosmiod2015-09-231-3/+3
* revert a few stragglers hiding outtedu2014-07-121-2/+2
* revert bogus free changes in not kernel files. got a little trigger happy.tedu2014-07-121-2/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-122-4/+4
* 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
* Don't forget to create a boot-IP28 link in /usr/mdec, for the sake of themiod2013-12-081-1/+2
* fix typo in last commitderaadt2013-11-131-2/+2
* Oops. Use %llu for DL_GETDSIZE() value.krw2013-11-121-2/+2
* Use DL_GETDSIZE() to get disk size.krw2013-11-121-6/+6
* Remove libsa exec.c, not used by anything anymore; all boot blocks now usemiod2013-01-011-2/+2
* Be sure to compile boot block objects with -D_NO_ABICALLS, to prevent .S filesmiod2012-10-192-4/+4
* Link boot64 twice, first as a self-contained binary, to enforce there are nomiod2012-10-191-2/+7
* 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-314-15/+8
* Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bepascal2012-08-214-4/+13
* When writing the new volume header to disk, write back the wholematthew2012-05-291-2/+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
* Work in progress support for the SGI Indigo, Indigo 2 and Indy systemsmiod2012-03-281-3/+2
* Prevent the Ethernet driver to be opened twice when using a bootp() path;miod2012-03-191-3/+7