summaryrefslogtreecommitdiffstats
path: root/sys/arch/hppa/stand
AgeCommit message (Expand)AuthorFilesLines
2020-12-09Use daddr_t and not daddr32_t in boot media.krw3-8/+8
2020-05-26increment version numbers, due to recent RB_GOODSEED and fchmod +T changesderaadt1-2/+2
2020-05-26iodcstrategy() maintains a cache for READ performance (tapes are supportedderaadt1-8/+17
2020-03-12Allow hppa boot(8) to read from an ffs2 filesystem; ok kettenis@otto2-4/+7
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.randomdataderaadt4-7/+14
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 -xderaadt2-5/+5
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-bitderaadt4-12/+12
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-12-30Don't pull in <sys/file.h> just to get fcntl.hguenther1-2/+2
2017-09-08If you use sys/param.h, you don't need sys/types.hderaadt1-2/+1
2017-07-25change -Os to -Oz all around the treerobert1-2/+2
2016-11-27ashldi3 is now neededderaadt1-3/+4
2016-11-06Do not create machine@ symlinks in obj as root during includes:, buttb1-2/+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/ programguenther2-4/+4
2016-07-04DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGSguenther1-2/+1
2016-03-30for some time now mandoc has not required MLINKS to functionjmc1-2/+1
2015-11-16Replace unbounded gets() in libsa with getln() which takes a buffer size,miod1-2/+2
2015-10-01Remove more blinding trailing whitespace.krw1-20/+20
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
2015-01-15remove .Tn; from Jan Stary <hans at stare dot cz>schwarze1-7/+4
2014-10-26Don't forget to free() the malloc()s.miod1-5/+6
2014-09-24Replace a few malloc() calls with reallocarray() so it checks for overflow.doug1-3/+4
2014-07-17immidiatelly -> immediatelymiod1-2/+2
2014-07-13#$%#@$# CONSPEEDmiod1-1/+2
2014-07-13move putchar() into libsajasper2-35/+4
2014-07-12unify cnspeed()jasper2-6/+5
2014-07-12move getchar() into libsa where applicablejasper2-19/+3
2014-07-12revert a few stragglers hiding outtedu1-2/+2
2014-07-12add a size argument to free. will be used soon, but for now default to 0.tedu1-2/+2
2014-01-22Clean up code - sort headers, remove __OpenBSD__ #ifdefs and ansifyjsing1-63/+15
2013-12-28crank the versionderaadt1-2/+2
2013-12-28Try to load entropy data from disk:/etc/random.seed, and additionallyderaadt1-1/+3
2013-10-17Remove support for a.out and ecoff. We only do elf now.deraadt1-2/+2
2013-10-15We do not produce "core" files, so they do not need to be deleted. theyderaadt1-2/+2
2013-08-16divdi3 is needed with big time_totto1-2/+2
2013-03-24Use sys/param.h to be able to get at DEV_BSIZEderaadt1-2/+2
2013-03-23Avoid using DEV_BSHIFT, and use DEV_BSIZE instead.deraadt1-3/+3
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.pascal5-17/+13