summaryrefslogtreecommitdiffstats
path: root/sys/arch/alpha/stand/netboot
AgeCommit message (Expand)AuthorFilesLines
2021-01-29repair declerations to satisfy -fno-commonderaadt1-14/+1
2019-10-29Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataderaadt1-3/+3
2019-04-10change marks[] array to uint64_t, so the code can track full 64-bitderaadt1-2/+2
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-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-07-17Proper prototypes and return values.miod1-29/+15
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-13Stop using old n_long and n_short types.mpi1-3/+2
2013-12-22Set the primary CPU's PAL revision to the OSF/1 PAL revision after switchingmiod1-1/+2
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;miod5-24/+35
2010-12-06- drop NENTS(), which was yet another copy of nitems().jasper1-3/+3
2008-03-09use the right capitalization for platform namessobrado2-4/+4
2007-11-25we want strlen.cmartin1-2/+2
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"deraadt1-9/+6
2006-02-15enable -DSUN_BOOTPARAMS; henning@ martin@ miod@ okmickey1-2/+2
2005-12-17Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_tmiod1-2/+2
2005-08-10suggested by art, go for it deraadt, ok miod@todd1-2/+2
2004-07-05remove some stuff to make the blocks slightly smaller. we could go furtherderaadt1-8/+3
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert3-18/+6
2002-03-14Final __P removal plus some cosmetic fixupsmillert1-2/+2
2002-03-14First round of __P removal in sysmillert2-5/+5
2001-01-16Use objcopy to build the bootblocks instead of a hairy dd.art1-4/+5
2000-12-14Enable loading of ELF kernels.art1-2/+2
1997-05-05Remove comment about an XXX that has been fixed.millert1-5/+1
1997-05-05Updates from NetBSD (cgd):millert6-80/+146
1997-05-04Don't use head when we already use awk.millert1-2/+2
1996-11-27Make compilable in our env. Involved disabling ELF support,niklas4-7/+10
1996-11-27include libkern.h prior to stand.h to not to collide m{in,ax} definitions.mickey1-2/+2
1996-10-30Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed.niklas11-0/+906