summaryrefslogtreecommitdiffstats
path: root/sys/arch/hppa/stand/boot (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use daddr_t and not daddr32_t in boot media.krw2020-12-091-2/+2
* increment version numbers, due to recent RB_GOODSEED and fchmod +T changesderaadt2020-05-261-2/+2
* Allow hppa boot(8) to read from an ffs2 filesystem; ok kettenis@otto2020-03-121-2/+5
* The boot loader allows to inspect memory with the hexdump command.bluhm2019-12-231-2/+7
* Implement a hexdump command in the boot loader. This helps tobluhm2019-11-281-1/+4
* Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataderaadt2019-10-291-2/+2
* Improve previouskn2019-10-201-5/+2
* Document "set db_console 0|1"kn2019-10-201-3/+10
* crank version, following fchmod changederaadt2019-08-041-2/+2
* In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xderaadt2019-08-031-2/+2
* libsa's memcpy() is actually memmove(). make a proper memmove(), and givederaadt2019-04-201-2/+2
* crank versionsderaadt2019-04-101-2/+2
* change marks[] array to uint64_t, so the code can track full 64-bitderaadt2019-04-101-4/+4
* crank version; looks good deraadtflorian2019-04-081-2/+2
* markup boot prompt commands using Ic, not Nm; ok jmc@anton2019-01-021-18/+18
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* ashldi3 is now neededderaadt2016-11-271-3/+4
* crank bootloader version after .SUNW_ctf changejasper2016-09-131-2/+2
* Prep for relro: make sure it's off for any non-PIE stand/ programguenther2016-07-301-2/+2
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-2/+1
* reduce .Nd to one line and kill .Tn while hereschwarze2015-09-101-4/+3
* document that boot.conf can contain comments;jmc2015-06-221-3/+8
* correct the syntax description of the boot command; ok jmc@naddy2015-01-241-9/+9
* crank the versionderaadt2013-12-281-2/+2
* divdi3 is needed with big time_totto2013-08-161-2/+2
* remove the zlib rfc text: these pages already point to gzip(1), whichjmc2012-09-271-8/+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
* use Lk for links;jmc2012-08-151-3/+4
* do not assume that sys/param.h is pulling in the world; pull in what isderaadt2012-06-261-1/+2
* Unbreak hppa boot(8) after zlib update.jsing2011-07-091-3/+3
* Tweak the behaviour of boot(8) on hppa. Normal boots now will give you akettenis2011-04-172-6/+10
* - properly remove NENTS now after fixing the fallout.jasper2010-12-061-3/+4
* - 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
* Handle .rodata.* sections emitted by gcc4 the same way as .rodata and .rodata1.kettenis2010-05-091-1/+2
* Change ELF loader to use the LMA as the load address for theweingart2008-04-191-2/+2
* crank version #deraadt2008-03-041-2/+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-6/+12
* convert to new .Dd format;jmc2007-05-311-2/+2
* remove support for many alternative kernel choices -- only try /bsd andderaadt2007-05-291-8/+3
* fix some dodgy displays;jmc2007-02-061-9/+5
* install boot.conf as a section 5 page, not section 8;jmc2006-10-301-2/+2
* - add /bsd.rd to FILESjmc2005-07-151-1/+3
* 64bit-friendly pdc.h and iomod.h and correspondent changes elsewheremickey2005-04-071-3/+4
* fix zlib's homepage; ok henning@, jmc@robert2005-02-181-2/+2
* de-__Pderaadt2004-06-141-2/+2
* update copyright; miod@ is fine w/ files where he holds it toomickey2004-04-074-41/+23
* No installboot(8) on hppa, but on the other hand boot_hppa(8) has been addedmiod2004-03-171-8/+7