Age | Commit message (Expand) | Author |
2012-09-01 | Fix alpha bootblocks: Compile with -fno-pie, link with -nopie. | Pascal Stumpf |
2012-08-21 | Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be | Pascal Stumpf |
2011-06-05 | Update alpha bootblocks to use MI loadfile code instead of rolling our own; | Miod Vallat |
2010-12-06 | - drop NENTS(), which was yet another copy of nitems(). | Jasper Lievisse Adriaanse |
2008-03-09 | use the right capitalization for platform names | Igor Sobrado |
2007-11-25 | we want strlen.c | Martin Reindl |
2007-11-25 | libkern, begone. Move to a new mechanism where config(8)'s "file" | Theo de Raadt |
2006-02-15 | enable -DSUN_BOOTPARAMS; henning@ martin@ miod@ ok | Michael Shalayeff |
2005-12-17 | Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_t | Miod Vallat |
2005-08-10 | suggested by art, go for it deraadt, ok miod@ | Todd T. Fries |
2004-07-05 | remove some stuff to make the blocks slightly smaller. we could go further | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-01-16 | Use objcopy to build the bootblocks instead of a hairy dd. | Artur Grabowski |
2000-12-14 | Enable loading of ELF kernels. | Artur Grabowski |
1997-05-05 | Remove comment about an XXX that has been fixed. | Todd C. Miller |
1997-05-05 | Updates from NetBSD (cgd): | Todd C. Miller |
1997-05-04 | Don't use head when we already use awk. | Todd C. Miller |
1996-11-27 | Make compilable in our env. Involved disabling ELF support, | Niklas Hallqvist |
1996-11-27 | include libkern.h prior to stand.h to not to collide m{in,ax} definitions. | Michael Shalayeff |
1996-10-30 | Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed. | Niklas Hallqvist |