| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-01-29 | repair declerations to satisfy -fno-common |  deraadt | 1 | -14/+1 |
| 2019-10-29 | Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata |  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 |
| 2019-02-24 | Remove -S from install commands |  kn | 1 | -3/+3 |
| 2017-09-08 | If you use sys/param.h, you don't need sys/types.h |  deraadt | 1 | -2/+1 |
| 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-07-17 | Proper prototypes and return values. |  miod | 1 | -29/+15 |
| 2014-12-13 | Create a MOP version of the network boot loader; verified to boot on DEC 3000. |  miod | 1 | -2/+11 |
| 2014-08-21 | Kill the remaining <netinet/in_systm.h> inclusion! |  mpi | 1 | -2/+1 |
| 2014-07-13 | Stop using old n_long and n_short types. |  mpi | 1 | -3/+2 |
| 2013-12-22 | Set the primary CPU's PAL revision to the OSF/1 PAL revision after switching |  miod | 1 | -1/+2 |
| 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 | 5 | -24/+35 |
| 2010-12-06 | - drop NENTS(), which was yet another copy of nitems(). |  jasper | 1 | -3/+3 |
| 2008-03-09 | use the right capitalization for platform names |  sobrado | 2 | -4/+4 |
| 2007-11-25 | we want strlen.c |  martin | 1 | -2/+2 |
| 2007-11-25 | libkern, begone. Move to a new mechanism where config(8)'s "file" |  deraadt | 1 | -9/+6 |
| 2006-02-15 | enable -DSUN_BOOTPARAMS; henning@ martin@ miod@ ok |  mickey | 1 | -2/+2 |
| 2005-12-17 | Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_t |  miod | 1 | -2/+2 |
| 2005-08-10 | suggested by art, go for it deraadt, ok miod@ |  todd | 1 | -2/+2 |
| 2004-07-05 | remove some stuff to make the blocks slightly smaller. we could go further |  deraadt | 1 | -8/+3 |
| 2003-06-02 | Remove the advertising clause in the UCB license which Berkeley |  millert | 3 | -18/+6 |
| 2002-03-14 | Final __P removal plus some cosmetic fixups |  millert | 1 | -2/+2 |
| 2002-03-14 | First round of __P removal in sys |  millert | 2 | -5/+5 |
| 2001-01-16 | Use objcopy to build the bootblocks instead of a hairy dd. |  art | 1 | -4/+5 |
| 2000-12-14 | Enable loading of ELF kernels. |  art | 1 | -2/+2 |
| 1997-05-05 | Remove comment about an XXX that has been fixed. |  millert | 1 | -5/+1 |
| 1997-05-05 | Updates from NetBSD (cgd): |  millert | 6 | -80/+146 |
| 1997-05-04 | Don't use head when we already use awk. |  millert | 1 | -2/+2 |
| 1996-11-27 | Make compilable in our env. Involved disabling ELF support, |  niklas | 4 | -7/+10 |
| 1996-11-27 | include libkern.h prior to stand.h to not to collide m{in,ax} definitions. |  mickey | 1 | -2/+2 |
| 1996-10-30 | Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed. |  niklas | 11 | -0/+906 |