summaryrefslogtreecommitdiffstats
path: root/sys/arch/hppa/stand/libsa
AgeCommit message (Expand)AuthorFilesLines
2020-12-09Use daddr_t and not daddr32_t in boot media.krw2-6/+6
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@otto1-2/+2
2019-10-29Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataderaadt1-2/+2
2019-08-03In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xderaadt1-3/+3
2019-04-10change marks[] array to uint64_t, so the code can track full 64-bitderaadt1-2/+2
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
2014-07-17immidiatelly -> immediatelymiod1-2/+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
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-08-31Kill NOPIE and NOPIE_FLAGS in hppa/stand.pascal1-3/+2
2012-08-21Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bepascal1-1/+2
2012-02-25:%s,DEBUGBUG,DEBUG,miod2-5/+5
2011-03-13Change daddr_t to daddr32_t. The bootblocks on our architectures onlyderaadt3-8/+8
2010-12-06- properly remove NENTS now after fixing the fallout.jasper2-7/+7
2010-12-06- partially revert previous NENTS removal for arches which got busted.jasper2-7/+7
2010-12-06- drop NENTS(), which was yet another copy of nitems().jasper2-7/+7
2009-08-30When the `machine' commands part of the hppa bootloader were written, wemiod1-72/+270
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanjsing1-2/+2
2007-12-26Teach the hppa bootloader how to boot 64-bit kernels.kettenis3-3/+67
2005-04-25Correctly handle boot drives with SCSI id >= 10; ok mickey@miod1-3/+10
2005-04-0764bit-friendly pdc.h and iomod.h and correspondent changes elsewheremickey2-13/+13
2004-11-22better types; from hppa64 (;mickey2-4/+5
2004-04-07update copyright; miod@ is fine w/ files where he holds it toomickey10-139/+102
2003-08-11a few strict protosmickey3-8/+7
2003-06-08snprintf needed here.miod1-2/+2
2003-06-01strcpy/strcat/sprintf removal in all bootblocks. various testing byderaadt1-2/+3
2003-04-30do not be hungry for buffers and allocate lower than a max (for iodc io)mickey2-11/+8
2003-04-30no need to twiddle here. it's twiddling elsewhere alreadymickey1-2/+1
2003-04-30oops. fixed endif in a wrong placemickey1-2/+3
2003-04-29some cleanup and redo ct as lf (just different dev type). saves some memorymickey4-31/+7
2003-04-17new bootsmickey1-1/+2
2003-04-16clean some spaces and registers and other fluffmickey12-100/+92
2003-04-15rearrange devsw to place dk in the beginning. necessary glue hookups in cdbootmickey1-5/+5
2003-01-14do not fail if there is no disklabel found, could be netbootingmickey1-2/+2
2003-01-14during the open store the partition offset and do subsequent io relative to that offset, allows reading kernel from scsi diskmickey3-7/+10
2003-01-14preserve the partition when decoding the boot devicemickey1-2/+2
2003-01-14proped type for bootdevmickey1-2/+3
2002-12-20do not compile what we already get from libkern (size does not matter)mickey1-4/+3
2002-12-19knf, remove register, space trimmickey1-69/+68
2002-12-18newer machines use phantom bus to attach lasi and other bus adapters.mickey1-56/+48
2002-10-24use loadfilemickey3-188/+3
2002-07-09no offsetmickey1-2/+2
2002-04-29Typos.miod1-5/+4