summaryrefslogtreecommitdiffstats
path: root/sys/arch/alpha/stand
AgeCommit message (Expand)AuthorFilesLines
2021-01-29repair declerations to satisfy -fno-commonderaadt3-19/+4
2020-12-09Use daddr_t and not daddr32_t in boot media.krw2-5/+5
2020-07-18__main() is not need anymorederaadt1-8/+1
2020-05-26/etc/random.seed reuse can now be detected. The stat +T bit marks the filederaadt1-1/+7
2020-05-25make loadrandom() return 0 for success, -1 for failure. While here,deraadt1-11/+18
2020-05-25Pass boothowto from bootblock to kernelderaadt1-1/+2
2020-05-25Add support for write operations to diskstrategy().deraadt1-3/+7
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc1-3/+3
2020-03-11Allow alpha boot(8) to read from an ffs2 filesystem and adapt itsotto4-42/+147
2019-12-01Remove unused test program.visa1-62/+0
2019-10-29Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataderaadt3-6/+10
2019-08-03In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xderaadt1-3/+5
2019-04-10change marks[] array to uint64_t, so the code can track full 64-bitderaadt2-4/+4
2019-02-24Remove -S from install commandskn1-3/+3
2017-09-08If you use sys/param.h, you don't need sys/types.hderaadt1-2/+1
2017-07-25change -Os to -Oz all around the treerobert1-2/+2
2017-06-12destroy lint remnants.espie3-12/+3
2016-07-30Prep for relro: make sure it's off for any non-PIE stand/ programguenther3-8/+9
2015-10-22Build boot blocks with -msmall-data -msmall-text.miod2-4/+6
2015-10-01Remove more blinding trailing whitespace.krw1-3/+3
2015-07-17Proper prototypes and return values.miod2-42/+21
2014-12-13Create a MOP version of the network boot loader; verified to boot on DEC 3000.miod1-2/+11
2014-08-21Kill the remaining <netinet/in_systm.h> inclusion!mpi1-2/+1
2014-07-16zap trailing newlines; "go for it" deraadtokan1-2/+1
2014-07-13Stop using old n_long and n_short types.mpi1-3/+2
2014-07-12revert a few stragglers hiding outtedu1-3/+3
2014-07-12revert bogus free changes in not kernel files. got a little trigger happy.tedu2-5/+5
2014-07-12add a size argument to free. will be used soon, but for now default to 0.tedu3-8/+8
2014-04-13Clean up last bits of TCP_WRAPPERS and ELF_TOOLCHAIN.brad1-3/+1
2014-02-19Don't try to close(-1) if EPERM.miod1-4/+3
2014-02-19/etc/random.seed support.miod2-3/+32
2013-12-28Try to load entropy data from disk:/etc/random.seed, and additionallyderaadt1-1/+3
2013-12-22Set the primary CPU's PAL revision to the OSF/1 PAL revision after switchingmiod3-14/+31
2013-11-12Use DL_[GET|SET]POFFSET() and DL_[GET|SET]PSIZE() to get and setkrw1-6/+7
2013-10-15this does not need sys/exec_ecoff.hderaadt1-2/+1
2013-06-13use right source files from libkernderaadt1-2/+2
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt1-2/+2
2013-03-21NBPG -> PAGE_SIZE, PGSHIFT -> PAGE_SHIFT, PGOFSET -> PAGE_MASKderaadt1-2/+2
2012-12-17Unbreak bootblocks on Alpha by fixing the primary load address. Amartynas1-2/+2
2012-11-08now that our make is more strict, fix ws issue; ok espie@otto1-4/+7
2012-09-01Fix alpha bootblocks: Compile with -fno-pie, link with -nopie.pascal3-15/+12
2012-08-21Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bepascal3-3/+6
2012-06-26ALPHA_PGSHIFT -> PGSHIFT.deraadt1-2/+2
2011-06-06Forgot to `cvs add' this file during alpha boot block changes, sorry.miod1-0/+67
2011-06-05Update alpha bootblocks to use MI loadfile code instead of rolling our own;miod13-294/+97
2011-03-13Change daddr_t to daddr32_t. The bootblocks on our architectures onlyderaadt3-10/+10
2010-12-06- drop NENTS(), which was yet another copy of nitems().jasper1-3/+3
2010-05-14don't warn about libsa's exit(); pull in declaration for memcpy()naddy2-3/+5
2010-03-06remove the (now inaccurate) note about not being able to runjmc1-18/+2
2009-10-01Needs memcpy in bootxx now, forgotten in previous getenv change.miod1-2/+2