summaryrefslogtreecommitdiffstats
path: root/sys/arch/hppa/stand/cdboot (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataderaadt2019-10-292-3/+10
* change marks[] array to uint64_t, so the code can track full 64-bitderaadt2019-04-102-6/+6
* Prep for relro: make sure it's off for any non-PIE stand/ programguenther2016-07-301-2/+2
* #$%#@$# CONSPEEDmiod2014-07-131-1/+2
* Try to load entropy data from disk:/etc/random.seed, and additionallyderaadt2013-12-281-1/+3
* We do not produce "core" files, so they do not need to be deleted. theyderaadt2013-10-151-2/+2
* Kill NOPIE and NOPIE_FLAGS in hppa/stand.pascal2012-08-311-4/+4
* Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bepascal2012-08-211-1/+3
* do not assume that sys/param.h is pulling in the world; pull in what isderaadt2012-06-261-1/+2
* Tweak the behaviour of boot(8) on hppa. Normal boots now will give you akettenis2011-04-171-3/+3
* - properly remove NENTS now after fixing the fallout.jasper2010-12-061-3/+3
* - partially revert previous NENTS removal for arches which got busted.jasper2010-12-061-3/+3
* - drop NENTS(), which was yet another copy of nitems().jasper2010-12-061-3/+3
* Add a dummy elf64.c, effectively removing support for loading 64-bit kernelskettenis2010-08-161-0/+36
* Handle .rodata.* sections emitted by gcc4 the same way as .rodata and .rodata1.kettenis2010-05-091-1/+2
* Teach the hppa bootloader how to boot 64-bit kernels.kettenis2007-12-261-2/+2
* adjust to libkern changes (and pretty .PATH logic); parts from majaderaadt2007-11-261-8/+15
* de-__Pderaadt2004-06-141-2/+2
* update copyright; miod@ is fine w/ files where he holds it toomickey2004-04-071-18/+12
* a few strict protosmickey2003-08-111-3/+3
* say to skip the interactive part should the pdc say somickey2003-05-191-1/+2
* new bootsmickey2003-04-172-5/+26
* rearrange devsw to place dk in the beginning. necessary glue hookups in cdbootmickey2003-04-153-70/+33
* a small boot for a cdmickey2003-03-284-0/+216