summaryrefslogtreecommitdiffstats
path: root/sys/arch/alpha/stand (follow)
Commit message (Expand)AuthorAgeFilesLines
* repair declerations to satisfy -fno-commonderaadt2021-01-293-19/+4
* Use daddr_t and not daddr32_t in boot media.krw2020-12-092-5/+5
* __main() is not need anymorederaadt2020-07-181-8/+1
* /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-11/+18
* Pass boothowto from bootblock to kernelderaadt2020-05-251-1/+2
* Add support for write operations to diskstrategy().deraadt2020-05-251-3/+7
* ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc2020-04-231-3/+3
* Allow alpha boot(8) to read from an ffs2 filesystem and adapt itsotto2020-03-114-42/+147
* Remove unused test program.visa2019-12-011-62/+0
* Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataderaadt2019-10-293-6/+10
* In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xderaadt2019-08-031-3/+5
* change marks[] array to uint64_t, so the code can track full 64-bitderaadt2019-04-102-4/+4
* Remove -S from install commandskn2019-02-241-3/+3
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* change -Os to -Oz all around the treerobert2017-07-251-2/+2
* destroy lint remnants.espie2017-06-123-12/+3
* Prep for relro: make sure it's off for any non-PIE stand/ programguenther2016-07-303-8/+9
* Build boot blocks with -msmall-data -msmall-text.miod2015-10-222-4/+6
* Remove more blinding trailing whitespace.krw2015-10-011-3/+3
* Proper prototypes and return values.miod2015-07-172-42/+21
* Create a MOP version of the network boot loader; verified to boot on DEC 3000.miod2014-12-131-2/+11
* Kill the remaining <netinet/in_systm.h> inclusion!mpi2014-08-211-2/+1
* zap trailing newlines; "go for it" deraadtokan2014-07-161-2/+1
* Stop using old n_long and n_short types.mpi2014-07-131-3/+2
* revert a few stragglers hiding outtedu2014-07-121-3/+3
* revert bogus free changes in not kernel files. got a little trigger happy.tedu2014-07-122-5/+5
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-123-8/+8
* Clean up last bits of TCP_WRAPPERS and ELF_TOOLCHAIN.brad2014-04-131-3/+1
* Don't try to close(-1) if EPERM.miod2014-02-191-4/+3
* /etc/random.seed support.miod2014-02-192-3/+32
* Try to load entropy data from disk:/etc/random.seed, and additionallyderaadt2013-12-281-1/+3
* Set the primary CPU's PAL revision to the OSF/1 PAL revision after switchingmiod2013-12-223-14/+31
* Use DL_[GET|SET]POFFSET() and DL_[GET|SET]PSIZE() to get and setkrw2013-11-121-6/+7
* this does not need sys/exec_ecoff.hderaadt2013-10-151-2/+1
* use right source files from libkernderaadt2013-06-131-2/+2
* final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt2013-06-111-2/+2
* NBPG -> PAGE_SIZE, PGSHIFT -> PAGE_SHIFT, PGOFSET -> PAGE_MASKderaadt2013-03-211-2/+2
* Unbreak bootblocks on Alpha by fixing the primary load address. Amartynas2012-12-171-2/+2
* now that our make is more strict, fix ws issue; ok espie@otto2012-11-081-4/+7
* Fix alpha bootblocks: Compile with -fno-pie, link with -nopie.pascal2012-09-013-15/+12
* Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bepascal2012-08-213-3/+6
* ALPHA_PGSHIFT -> PGSHIFT.deraadt2012-06-261-2/+2
* Forgot to `cvs add' this file during alpha boot block changes, sorry.miod2011-06-061-0/+67
* Update alpha bootblocks to use MI loadfile code instead of rolling our own;miod2011-06-0513-295/+98
* Change daddr_t to daddr32_t. The bootblocks on our architectures onlyderaadt2011-03-133-10/+10
* - drop NENTS(), which was yet another copy of nitems().jasper2010-12-061-3/+3
* don't warn about libsa's exit(); pull in declaration for memcpy()naddy2010-05-142-3/+5
* remove the (now inaccurate) note about not being able to runjmc2010-03-061-18/+2
* Needs memcpy in bootxx now, forgotten in previous getenv change.miod2009-10-011-2/+2