summaryrefslogtreecommitdiffstats
path: root/sys/arch/hppa/stand (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use daddr_t and not daddr32_t in boot media.krw2020-12-093-8/+8
* increment version numbers, due to recent RB_GOODSEED and fchmod +T changesderaadt2020-05-261-2/+2
* iodcstrategy() maintains a cache for READ performance (tapes are supportedderaadt2020-05-261-8/+17
* Allow hppa boot(8) to read from an ffs2 filesystem; ok kettenis@otto2020-03-122-4/+7
* 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-294-7/+14
* 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-032-5/+5
* 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-104-12/+12
* crank version; looks good deraadtflorian2019-04-081-2/+2
* markup boot prompt commands using Ic, not Nm; ok jmc@anton2019-01-021-18/+18
* Don't pull in <sys/file.h> just to get fcntl.hguenther2017-12-301-2/+2
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* change -Os to -Oz all around the treerobert2017-07-251-2/+2
* ashldi3 is now neededderaadt2016-11-271-3/+4
* Do not create machine@ symlinks in obj as root during includes:, buttb2016-11-061-2/+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-302-4/+4
* DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGSguenther2016-07-041-2/+1
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-2/+1
* Replace unbounded gets() in libsa with getln() which takes a buffer size,miod2015-11-161-2/+2
* Remove more blinding trailing whitespace.krw2015-10-011-20/+20
* 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
* remove .Tn; from Jan Stary <hans at stare dot cz>schwarze2015-01-151-7/+4
* Don't forget to free() the malloc()s.miod2014-10-261-5/+6
* Replace a few malloc() calls with reallocarray() so it checks for overflow.doug2014-09-241-3/+4
* immidiatelly -> immediatelymiod2014-07-171-2/+2
* #$%#@$# CONSPEEDmiod2014-07-131-1/+2
* move putchar() into libsajasper2014-07-132-35/+4
* unify cnspeed()jasper2014-07-122-6/+5
* move getchar() into libsa where applicablejasper2014-07-122-19/+3
* revert a few stragglers hiding outtedu2014-07-121-2/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* Clean up code - sort headers, remove __OpenBSD__ #ifdefs and ansifyjsing2014-01-221-63/+15
* crank the versionderaadt2013-12-281-2/+2
* Try to load entropy data from disk:/etc/random.seed, and additionallyderaadt2013-12-281-1/+3
* Remove support for a.out and ecoff. We only do elf now.deraadt2013-10-171-2/+2
* We do not produce "core" files, so they do not need to be deleted. theyderaadt2013-10-151-2/+2
* divdi3 is needed with big time_totto2013-08-161-2/+2
* Use sys/param.h to be able to get at DEV_BSIZEderaadt2013-03-241-2/+2
* Avoid using DEV_BSHIFT, and use DEV_BSIZE instead.deraadt2013-03-231-3/+3
* 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-315-17/+13