| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-12-09 | Use daddr_t and not daddr32_t in boot media. |  krw | 3 | -8/+8 |
| 2020-05-26 | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes |  deraadt | 1 | -2/+2 |
| 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 | 2 | -4/+7 |
| 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 | 4 | -7/+14 |
| 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 | 2 | -5/+5 |
| 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 | 4 | -12/+12 |
| 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-12-30 | Don't pull in <sys/file.h> just to get fcntl.h |  guenther | 1 | -2/+2 |
| 2017-09-08 | If you use sys/param.h, you don't need sys/types.h |  deraadt | 1 | -2/+1 |
| 2017-07-25 | change -Os to -Oz all around the tree |  robert | 1 | -2/+2 |
| 2016-11-27 | ashldi3 is now needed |  deraadt | 1 | -3/+4 |
| 2016-11-06 | Do not create machine@ symlinks in obj as root during includes:, but |  tb | 1 | -2/+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 | 2 | -4/+4 |
| 2016-07-04 | DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGS |  guenther | 1 | -2/+1 |
| 2016-03-30 | for some time now mandoc has not required MLINKS to function |  jmc | 1 | -2/+1 |
| 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 |
| 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 |
| 2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> |  schwarze | 1 | -7/+4 |
| 2014-10-26 | Don't forget to free() the malloc()s. |  miod | 1 | -5/+6 |
| 2014-09-24 | Replace a few malloc() calls with reallocarray() so it checks for overflow. |  doug | 1 | -3/+4 |
| 2014-07-17 | immidiatelly -> immediately |  miod | 1 | -2/+2 |
| 2014-07-13 | #$%#@$# CONSPEED |  miod | 1 | -1/+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 |
| 2014-01-22 | Clean up code - sort headers, remove __OpenBSD__ #ifdefs and ansify |  jsing | 1 | -63/+15 |
| 2013-12-28 | crank the version |  deraadt | 1 | -2/+2 |
| 2013-12-28 | Try to load entropy data from disk:/etc/random.seed, and additionally |  deraadt | 1 | -1/+3 |
| 2013-10-17 | Remove support for a.out and ecoff. We only do elf now. |  deraadt | 1 | -2/+2 |
| 2013-10-15 | We do not produce "core" files, so they do not need to be deleted. they |  deraadt | 1 | -2/+2 |
| 2013-08-16 | divdi3 is needed with big time_t |  otto | 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-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 | 5 | -17/+13 |