summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/stand/netboot/Makefile
AgeCommit message (Expand)Author
2024-01-28Force -fno-stack-protector on "boot block" that absolutely can't haveTheo de Raadt
2023-03-11Allow strip and objcopy to be overrridden, for easier cross-buildability. NFCMiod Vallat
2021-07-02__remq.S will be needed soon.Theo de Raadt
2019-10-29Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataTheo de Raadt
2019-02-24Remove -S from install commandskn
2017-06-12destroy lint remnants.Marc Espie
2016-07-30Prep for relro: make sure it's off for any non-PIE stand/ programPhilip Guenther
2014-12-13Create a MOP version of the network boot loader; verified to boot on DEC 3000.Miod Vallat
2012-09-01Fix alpha bootblocks: Compile with -fno-pie, link with -nopie.Pascal Stumpf
2012-08-21Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bePascal Stumpf
2011-06-05Update alpha bootblocks to use MI loadfile code instead of rolling our own;Miod Vallat
2007-11-25we want strlen.cMartin Reindl
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"Theo de Raadt
2006-02-15enable -DSUN_BOOTPARAMS; henning@ martin@ miod@ okMichael Shalayeff
2005-08-10suggested by art, go for it deraadt, ok miod@Todd T. Fries
2001-01-16Use objcopy to build the bootblocks instead of a hairy dd.Artur Grabowski
2000-12-14Enable loading of ELF kernels.Artur Grabowski
1997-05-05Updates from NetBSD (cgd):Todd C. Miller
1996-11-27Make compilable in our env. Involved disabling ELF support,Niklas Hallqvist
1996-10-30Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed.Niklas Hallqvist