| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-01-29 | repair declerations to satisfy -fno-common |  deraadt | 2 | -5/+3 |
| 2020-12-09 | Use daddr_t and not daddr32_t in boot media. |  krw | 2 | -5/+5 |
| 2020-05-26 | /etc/random.seed reuse can now be detected. The stat +T bit marks the file |  deraadt | 1 | -1/+7 |
| 2020-05-25 | make loadrandom() return 0 for success, -1 for failure. While here, |  deraadt | 1 | -11/+18 |
| 2020-05-25 | Pass boothowto from bootblock to kernel |  deraadt | 1 | -1/+2 |
| 2020-05-25 | Add support for write operations to diskstrategy(). |  deraadt | 1 | -3/+7 |
| 2020-03-11 | Allow alpha boot(8) to read from an ffs2 filesystem and adapt its |  otto | 3 | -5/+9 |
| 2019-12-01 | Remove unused test program. |  visa | 1 | -62/+0 |
| 2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata |  deraadt | 2 | -3/+7 |
| 2019-08-03 | In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x |  deraadt | 1 | -3/+5 |
| 2019-04-10 | change marks[] array to uint64_t, so the code can track full 64-bit |  deraadt | 1 | -2/+2 |
| 2017-07-25 | change -Os to -Oz all around the tree |  robert | 1 | -2/+2 |
| 2017-06-12 | destroy lint remnants. |  espie | 1 | -4/+1 |
| 2016-07-30 | Prep for relro: make sure it's off for any non-PIE stand/ program |  guenther | 1 | -3/+3 |
| 2015-10-22 | Build boot blocks with -msmall-data -msmall-text. |  miod | 1 | -2/+3 |
| 2015-10-01 | Remove more blinding trailing whitespace. |  krw | 1 | -3/+3 |
| 2015-07-17 | Proper prototypes and return values. |  miod | 1 | -13/+6 |
| 2014-07-12 | revert a few stragglers hiding out |  tedu | 1 | -3/+3 |
| 2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 1 | -3/+3 |
| 2014-02-19 | Don't try to close(-1) if EPERM. |  miod | 1 | -4/+3 |
| 2014-02-19 | /etc/random.seed support. |  miod | 2 | -3/+32 |
| 2013-12-28 | Try to load entropy data from disk:/etc/random.seed, and additionally |  deraadt | 1 | -1/+3 |
| 2013-12-22 | Set the primary CPU's PAL revision to the OSF/1 PAL revision after switching |  miod | 1 | -1/+2 |
| 2013-11-12 | Use DL_[GET|SET]POFFSET() and DL_[GET|SET]PSIZE() to get and set |  krw | 1 | -6/+7 |
| 2012-09-01 | Fix alpha bootblocks: Compile with -fno-pie, link with -nopie. |  pascal | 1 | -5/+4 |
| 2012-08-21 | Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be |  pascal | 1 | -1/+2 |
| 2011-06-05 | Update alpha bootblocks to use MI loadfile code instead of rolling our own; |  miod | 3 | -27/+53 |
| 2011-03-13 | Change daddr_t to daddr32_t. The bootblocks on our architectures only |  deraadt | 2 | -5/+5 |
| 2008-03-09 | use the right capitalization for platform names |  sobrado | 1 | -2/+2 |
| 2007-11-25 | libkern, begone. Move to a new mechanism where config(8)'s "file" |  deraadt | 1 | -9/+6 |
| 2005-08-10 | suggested by art, go for it deraadt, ok miod@ |  todd | 1 | -5/+2 |
| 2005-05-30 | even shorter |  deraadt | 1 | -5/+3 |
| 2005-05-30 | shrink alpha boot blocks another little bit |  deraadt | 2 | -9/+9 |
| 2004-12-01 | remove excessive chattiness from the bootblocks. our goal is to shrink |  deraadt | 1 | -3/+1 |
| 2004-07-05 | remove some stuff to make the blocks slightly smaller. we could go further |  deraadt | 2 | -21/+7 |
| 2003-06-02 | Remove the advertising clause in the UCB license which Berkeley |  millert | 5 | -30/+10 |
| 2002-03-14 | First round of __P removal in sys |  millert | 3 | -8/+8 |
| 2002-02-10 | spelling |  deraadt | 1 | -3/+3 |
| 2001-09-16 | Fix this so it understands disklabels. |  art | 1 | -3/+4 |
| 2001-05-16 | shrink printf messages |  deraadt | 1 | -9/+6 |
| 2001-05-16 | no longer support ECOFF kernels |  deraadt | 1 | -4/+4 |
| 2001-01-25 | spelling |  todd | 1 | -2/+2 |
| 2001-01-23 | build boot with -Os |  art | 1 | -3/+7 |
| 2001-01-16 | Use objcopy to build the bootblocks instead of a hairy dd. |  art | 1 | -5/+6 |
| 2000-12-14 | Enable loading of ELF kernels. |  art | 1 | -2/+2 |
| 2000-11-19 | Add -I${.CURDIR}/../../../../lib/libsa to CPPFLAGS so md5.c can find |  millert | 1 | -2/+2 |
| 2000-11-08 | Merge in big portions of the improvements NetBSD did to their alpha port. |  art | 1 | -6/+31 |
| 1998-09-04 | unit numbers should be < 16, not < 8 since we can have wide drives |  millert | 1 | -2/+2 |
| 1998-09-04 | Kill non-working ultrix-style controller/disk/kernel format and leave |  millert | 1 | -31/+3 |
| 1998-03-05 | main returns int |  deraadt | 1 | -2/+2 |