| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-12-09 | Use daddr_t and not daddr32_t in boot media. |  krw | 1 | -2/+2 |
| 2020-05-26 | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes |  deraadt | 1 | -2/+2 |
| 2020-03-12 | Allow hppa boot(8) to read from an ffs2 filesystem; ok kettenis@ |  otto | 1 | -2/+5 |
| 2019-12-23 | The boot loader allows to inspect memory with the hexdump command. |  bluhm | 1 | -2/+7 |
| 2019-11-28 | Implement a hexdump command in the boot loader. This helps to |  bluhm | 1 | -1/+4 |
| 2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata |  deraadt | 1 | -2/+2 |
| 2019-10-20 | Improve previous |  kn | 1 | -5/+2 |
| 2019-10-20 | Document "set db_console 0|1" |  kn | 1 | -3/+10 |
| 2019-08-04 | crank version, following fchmod change |  deraadt | 1 | -2/+2 |
| 2019-08-03 | In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x |  deraadt | 1 | -2/+2 |
| 2019-04-20 | libsa's memcpy() is actually memmove(). make a proper memmove(), and give |  deraadt | 1 | -2/+2 |
| 2019-04-10 | crank versions |  deraadt | 1 | -2/+2 |
| 2019-04-10 | change marks[] array to uint64_t, so the code can track full 64-bit |  deraadt | 1 | -4/+4 |
| 2019-04-08 | crank version; looks good deraadt |  florian | 1 | -2/+2 |
| 2019-01-02 | markup boot prompt commands using Ic, not Nm; ok jmc@ |  anton | 1 | -18/+18 |
| 2017-09-08 | If you use sys/param.h, you don't need sys/types.h |  deraadt | 1 | -2/+1 |
| 2016-11-27 | ashldi3 is now needed |  deraadt | 1 | -3/+4 |
| 2016-09-13 | crank bootloader version after .SUNW_ctf change |  jasper | 1 | -2/+2 |
| 2016-07-30 | Prep for relro: make sure it's off for any non-PIE stand/ program |  guenther | 1 | -2/+2 |
| 2016-03-30 | for some time now mandoc has not required MLINKS to function |  jmc | 1 | -2/+1 |
| 2015-09-10 | reduce .Nd to one line and kill .Tn while here |  schwarze | 1 | -4/+3 |
| 2015-06-22 | document that boot.conf can contain comments; |  jmc | 1 | -3/+8 |
| 2015-01-24 | correct the syntax description of the boot command; ok jmc@ |  naddy | 1 | -9/+9 |
| 2013-12-28 | crank the version |  deraadt | 1 | -2/+2 |
| 2013-08-16 | divdi3 is needed with big time_t |  otto | 1 | -2/+2 |
| 2012-09-27 | remove the zlib rfc text: these pages already point to gzip(1), which |  jmc | 1 | -8/+2 |
| 2012-08-31 | Kill NOPIE and NOPIE_FLAGS in hppa/stand. |  pascal | 1 | -4/+4 |
| 2012-08-21 | Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be |  pascal | 1 | -1/+3 |
| 2012-08-15 | use Lk for links; |  jmc | 1 | -3/+4 |
| 2012-06-26 | do not assume that sys/param.h is pulling in the world; pull in what is |  deraadt | 1 | -1/+2 |
| 2011-07-09 | Unbreak hppa boot(8) after zlib update. |  jsing | 1 | -3/+3 |
| 2011-04-17 | Tweak the behaviour of boot(8) on hppa. Normal boots now will give you a |  kettenis | 2 | -6/+10 |
| 2010-12-06 | - properly remove NENTS now after fixing the fallout. |  jasper | 1 | -3/+4 |
| 2010-12-06 | - partially revert previous NENTS removal for arches which got busted. |  jasper | 1 | -3/+3 |
| 2010-12-06 | - drop NENTS(), which was yet another copy of nitems(). |  jasper | 1 | -3/+3 |
| 2010-05-09 | Handle .rodata.* sections emitted by gcc4 the same way as .rodata and .rodata1. |  kettenis | 1 | -1/+2 |
| 2008-04-19 | Change ELF loader to use the LMA as the load address for the |  weingart | 1 | -2/+2 |
| 2008-03-04 | crank version # |  deraadt | 1 | -2/+2 |
| 2007-12-26 | Teach the hppa bootloader how to boot 64-bit kernels. |  kettenis | 1 | -2/+2 |
| 2007-11-26 | adjust to libkern changes (and pretty .PATH logic); parts from maja |  deraadt | 1 | -6/+12 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2007-05-29 | remove support for many alternative kernel choices -- only try /bsd and |  deraadt | 1 | -8/+3 |
| 2007-02-06 | fix some dodgy displays; |  jmc | 1 | -9/+5 |
| 2006-10-30 | install boot.conf as a section 5 page, not section 8; |  jmc | 1 | -2/+2 |
| 2005-07-15 | - add /bsd.rd to FILES |  jmc | 1 | -1/+3 |
| 2005-04-07 | 64bit-friendly pdc.h and iomod.h and correspondent changes elsewhere |  mickey | 1 | -3/+4 |
| 2005-02-18 | fix zlib's homepage; ok henning@, jmc@ |  robert | 1 | -2/+2 |
| 2004-06-14 | de-__P |  deraadt | 1 | -2/+2 |
| 2004-04-07 | update copyright; miod@ is fine w/ files where he holds it too |  mickey | 4 | -41/+23 |
| 2004-03-17 | No installboot(8) on hppa, but on the other hand boot_hppa(8) has been added |  miod | 1 | -8/+7 |