summaryrefslogtreecommitdiffstats
path: root/sys/arch/hppa/stand/boot
AgeCommit message (Expand)AuthorFilesLines
2020-12-09Use daddr_t and not daddr32_t in boot media.krw1-2/+2
2020-05-26increment version numbers, due to recent RB_GOODSEED and fchmod +T changesderaadt1-2/+2
2020-03-12Allow hppa boot(8) to read from an ffs2 filesystem; ok kettenis@otto1-2/+5
2019-12-23The boot loader allows to inspect memory with the hexdump command.bluhm1-2/+7
2019-11-28Implement a hexdump command in the boot loader. This helps tobluhm1-1/+4
2019-10-29Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataderaadt1-2/+2
2019-10-20Improve previouskn1-5/+2
2019-10-20Document "set db_console 0|1"kn1-3/+10
2019-08-04crank version, following fchmod changederaadt1-2/+2
2019-08-03In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xderaadt1-2/+2
2019-04-20libsa's memcpy() is actually memmove(). make a proper memmove(), and givederaadt1-2/+2
2019-04-10crank versionsderaadt1-2/+2
2019-04-10change marks[] array to uint64_t, so the code can track full 64-bitderaadt1-4/+4
2019-04-08crank version; looks good deraadtflorian1-2/+2
2019-01-02markup boot prompt commands using Ic, not Nm; ok jmc@anton1-18/+18
2017-09-08If you use sys/param.h, you don't need sys/types.hderaadt1-2/+1
2016-11-27ashldi3 is now neededderaadt1-3/+4
2016-09-13crank bootloader version after .SUNW_ctf changejasper1-2/+2
2016-07-30Prep for relro: make sure it's off for any non-PIE stand/ programguenther1-2/+2
2016-03-30for some time now mandoc has not required MLINKS to functionjmc1-2/+1
2015-09-10reduce .Nd to one line and kill .Tn while hereschwarze1-4/+3
2015-06-22document that boot.conf can contain comments;jmc1-3/+8
2015-01-24correct the syntax description of the boot command; ok jmc@naddy1-9/+9
2013-12-28crank the versionderaadt1-2/+2
2013-08-16divdi3 is needed with big time_totto1-2/+2
2012-09-27remove the zlib rfc text: these pages already point to gzip(1), whichjmc1-8/+2
2012-08-31Kill NOPIE and NOPIE_FLAGS in hppa/stand.pascal1-4/+4
2012-08-21Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bepascal1-1/+3
2012-08-15use Lk for links;jmc1-3/+4
2012-06-26do not assume that sys/param.h is pulling in the world; pull in what isderaadt1-1/+2
2011-07-09Unbreak hppa boot(8) after zlib update.jsing1-3/+3
2011-04-17Tweak the behaviour of boot(8) on hppa. Normal boots now will give you akettenis2-6/+10
2010-12-06- properly remove NENTS now after fixing the fallout.jasper1-3/+4
2010-12-06- partially revert previous NENTS removal for arches which got busted.jasper1-3/+3
2010-12-06- drop NENTS(), which was yet another copy of nitems().jasper1-3/+3
2010-05-09Handle .rodata.* sections emitted by gcc4 the same way as .rodata and .rodata1.kettenis1-1/+2
2008-04-19Change ELF loader to use the LMA as the load address for theweingart1-2/+2
2008-03-04crank version #deraadt1-2/+2
2007-12-26Teach the hppa bootloader how to boot 64-bit kernels.kettenis1-2/+2
2007-11-26adjust to libkern changes (and pretty .PATH logic); parts from majaderaadt1-6/+12
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-05-29remove support for many alternative kernel choices -- only try /bsd andderaadt1-8/+3
2007-02-06fix some dodgy displays;jmc1-9/+5
2006-10-30install boot.conf as a section 5 page, not section 8;jmc1-2/+2
2005-07-15- add /bsd.rd to FILESjmc1-1/+3
2005-04-0764bit-friendly pdc.h and iomod.h and correspondent changes elsewheremickey1-3/+4
2005-02-18fix zlib's homepage; ok henning@, jmc@robert1-2/+2
2004-06-14de-__Pderaadt1-2/+2
2004-04-07update copyright; miod@ is fine w/ files where he holds it toomickey4-41/+23
2004-03-17No installboot(8) on hppa, but on the other hand boot_hppa(8) has been addedmiod1-8/+7