| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-12-09 | Use daddr_t and not daddr32_t in boot media. |  krw | 2 | -6/+6 |
| 2020-05-26 | iodcstrategy() maintains a cache for READ performance (tapes are supported |  deraadt | 1 | -8/+17 |
| 2020-03-12 | Allow hppa boot(8) to read from an ffs2 filesystem; ok kettenis@ |  otto | 1 | -2/+2 |
| 2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata |  deraadt | 1 | -2/+2 |
| 2019-08-03 | In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x |  deraadt | 1 | -3/+3 |
| 2019-04-10 | change marks[] array to uint64_t, so the code can track full 64-bit |  deraadt | 1 | -2/+2 |
| 2015-11-16 | Replace unbounded gets() in libsa with getln() which takes a buffer size, |  miod | 1 | -2/+2 |
| 2015-10-01 | Remove more blinding trailing whitespace. |  krw | 1 | -20/+20 |
| 2014-07-17 | immidiatelly -> immediately |  miod | 1 | -2/+2 |
| 2014-07-13 | move putchar() into libsa |  jasper | 2 | -35/+4 |
| 2014-07-12 | unify cnspeed() |  jasper | 2 | -6/+5 |
| 2014-07-12 | move getchar() into libsa where applicable |  jasper | 2 | -19/+3 |
| 2014-07-12 | revert a few stragglers hiding out |  tedu | 1 | -2/+2 |
| 2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 1 | -2/+2 |
| 2013-03-24 | Use sys/param.h to be able to get at DEV_BSIZE |  deraadt | 1 | -2/+2 |
| 2013-03-23 | Avoid using DEV_BSHIFT, and use DEV_BSIZE instead. |  deraadt | 1 | -3/+3 |
| 2012-08-31 | Kill NOPIE and NOPIE_FLAGS in hppa/stand. |  pascal | 1 | -3/+2 |
| 2012-08-21 | Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be |  pascal | 1 | -1/+2 |
| 2012-02-25 | :%s,DEBUGBUG,DEBUG, |  miod | 2 | -5/+5 |
| 2011-03-13 | Change daddr_t to daddr32_t. The bootblocks on our architectures only |  deraadt | 3 | -8/+8 |
| 2010-12-06 | - properly remove NENTS now after fixing the fallout. |  jasper | 2 | -7/+7 |
| 2010-12-06 | - partially revert previous NENTS removal for arches which got busted. |  jasper | 2 | -7/+7 |
| 2010-12-06 | - drop NENTS(), which was yet another copy of nitems(). |  jasper | 2 | -7/+7 |
| 2009-08-30 | When the `machine' commands part of the hppa bootloader were written, we |  miod | 1 | -72/+270 |
| 2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than |  jsing | 1 | -2/+2 |
| 2007-12-26 | Teach the hppa bootloader how to boot 64-bit kernels. |  kettenis | 3 | -3/+67 |
| 2005-04-25 | Correctly handle boot drives with SCSI id >= 10; ok mickey@ |  miod | 1 | -3/+10 |
| 2005-04-07 | 64bit-friendly pdc.h and iomod.h and correspondent changes elsewhere |  mickey | 2 | -13/+13 |
| 2004-11-22 | better types; from hppa64 (; |  mickey | 2 | -4/+5 |
| 2004-04-07 | update copyright; miod@ is fine w/ files where he holds it too |  mickey | 10 | -139/+102 |
| 2003-08-11 | a few strict protos |  mickey | 3 | -8/+7 |
| 2003-06-08 | snprintf needed here. |  miod | 1 | -2/+2 |
| 2003-06-01 | strcpy/strcat/sprintf removal in all bootblocks. various testing by |  deraadt | 1 | -2/+3 |
| 2003-04-30 | do not be hungry for buffers and allocate lower than a max (for iodc io) |  mickey | 2 | -11/+8 |
| 2003-04-30 | no need to twiddle here. it's twiddling elsewhere already |  mickey | 1 | -2/+1 |
| 2003-04-30 | oops. fixed endif in a wrong place |  mickey | 1 | -2/+3 |
| 2003-04-29 | some cleanup and redo ct as lf (just different dev type). saves some memory |  mickey | 4 | -31/+7 |
| 2003-04-17 | new boots |  mickey | 1 | -1/+2 |
| 2003-04-16 | clean some spaces and registers and other fluff |  mickey | 12 | -100/+92 |
| 2003-04-15 | rearrange devsw to place dk in the beginning. necessary glue hookups in cdboot |  mickey | 1 | -5/+5 |
| 2003-01-14 | do not fail if there is no disklabel found, could be netbooting |  mickey | 1 | -2/+2 |
| 2003-01-14 | during the open store the partition offset and do subsequent io relative to that offset, allows reading kernel from scsi disk |  mickey | 3 | -7/+10 |
| 2003-01-14 | preserve the partition when decoding the boot device |  mickey | 1 | -2/+2 |
| 2003-01-14 | proped type for bootdev |  mickey | 1 | -2/+3 |
| 2002-12-20 | do not compile what we already get from libkern (size does not matter) |  mickey | 1 | -4/+3 |
| 2002-12-19 | knf, remove register, space trim |  mickey | 1 | -69/+68 |
| 2002-12-18 | newer machines use phantom bus to attach lasi and other bus adapters. |  mickey | 1 | -56/+48 |
| 2002-10-24 | use loadfile |  mickey | 3 | -188/+3 |
| 2002-07-09 | no offset |  mickey | 1 | -2/+2 |
| 2002-04-29 | Typos. |  miod | 1 | -5/+4 |