summaryrefslogtreecommitdiffstats
path: root/sys/arch/alpha/stand/boot
AgeCommit message (Expand)AuthorFilesLines
2021-01-29repair declerations to satisfy -fno-commonderaadt2-5/+3
2020-12-09Use daddr_t and not daddr32_t in boot media.krw2-5/+5
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-03-11Allow alpha boot(8) to read from an ffs2 filesystem and adapt itsotto3-5/+9
2019-12-01Remove unused test program.visa1-62/+0
2019-10-29Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataderaadt2-3/+7
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-bitderaadt1-2/+2
2017-07-25change -Os to -Oz all around the treerobert1-2/+2
2017-06-12destroy lint remnants.espie1-4/+1
2016-07-30Prep for relro: make sure it's off for any non-PIE stand/ programguenther1-3/+3
2015-10-22Build boot blocks with -msmall-data -msmall-text.miod1-2/+3
2015-10-01Remove more blinding trailing whitespace.krw1-3/+3
2015-07-17Proper prototypes and return values.miod1-13/+6
2014-07-12revert a few stragglers hiding outtedu1-3/+3
2014-07-12add a size argument to free. will be used soon, but for now default to 0.tedu1-3/+3
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 switchingmiod1-1/+2
2013-11-12Use DL_[GET|SET]POFFSET() and DL_[GET|SET]PSIZE() to get and setkrw1-6/+7
2012-09-01Fix alpha bootblocks: Compile with -fno-pie, link with -nopie.pascal1-5/+4
2012-08-21Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bepascal1-1/+2
2011-06-05Update alpha bootblocks to use MI loadfile code instead of rolling our own;miod3-27/+53
2011-03-13Change daddr_t to daddr32_t. The bootblocks on our architectures onlyderaadt2-5/+5
2008-03-09use the right capitalization for platform namessobrado1-2/+2
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"deraadt1-9/+6
2005-08-10suggested by art, go for it deraadt, ok miod@todd1-5/+2
2005-05-30even shorterderaadt1-5/+3
2005-05-30shrink alpha boot blocks another little bitderaadt2-9/+9
2004-12-01remove excessive chattiness from the bootblocks. our goal is to shrinkderaadt1-3/+1
2004-07-05remove some stuff to make the blocks slightly smaller. we could go furtherderaadt2-21/+7
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert5-30/+10
2002-03-14First round of __P removal in sysmillert3-8/+8
2002-02-10spellingderaadt1-3/+3
2001-09-16Fix this so it understands disklabels.art1-3/+4
2001-05-16shrink printf messagesderaadt1-9/+6
2001-05-16no longer support ECOFF kernelsderaadt1-4/+4
2001-01-25spellingtodd1-2/+2
2001-01-23build boot with -Osart1-3/+7
2001-01-16Use objcopy to build the bootblocks instead of a hairy dd.art1-5/+6
2000-12-14Enable loading of ELF kernels.art1-2/+2
2000-11-19Add -I${.CURDIR}/../../../../lib/libsa to CPPFLAGS so md5.c can findmillert1-2/+2
2000-11-08Merge in big portions of the improvements NetBSD did to their alpha port.art1-6/+31
1998-09-04unit numbers should be < 16, not < 8 since we can have wide drivesmillert1-2/+2
1998-09-04Kill non-working ultrix-style controller/disk/kernel format and leavemillert1-31/+3
1998-03-05main returns intderaadt1-2/+2