Age | Commit message (Expand) | Author |
2013-12-28 | Try to load entropy data from disk:/etc/random.seed, and additionally | Theo de Raadt |
2013-01-07 | Move exec() libsa prototype to hp300 stand, now that it can no longer be | Miod Vallat |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-10-09 | Provide an explicit_bzero for standalone usage. | Joel Sing |
2011-09-20 | Oops, forgot to remove that reference to now dead saioctl.h | Miod Vallat |
2011-03-13 | Change daddr_t to daddr32_t. The bootblocks on our architectures only | Theo de Raadt |
2010-12-06 | - properly remove NENTS now after fixing the fallout. | Jasper Lievisse Adriaanse |
2010-12-06 | - partially revert previous NENTS removal for arches which got busted. | Jasper Lievisse Adriaanse |
2010-12-06 | - drop NENTS(), which was yet another copy of nitems(). | Jasper Lievisse Adriaanse |
2010-05-09 | shuffle an extern around so gcc4 doesn't whinge about incomplete types | Jonathan Gray |
2007-05-04 | remove strcpy and strcat from the kernel; they are dead and unused code. | Reyk Floeter |
2006-09-18 | Import a slightly stripped down strtoll(3) from stdlib | Marco Pfatschbacher |
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller |
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie |
2003-08-11 | ansification and knf and protos | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-01 | strcpy/strcat/sprintf removal in all bootblocks. various testing by | Theo de Raadt |
2002-03-15 | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | 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 |
2002-03-02 | Add a strcmp() prototype, which will be needed shortly. | Miod Vallat |
1998-07-29 | add strchr proto | Michael Shalayeff |
1998-07-13 | add alloca, hope none would get hurt, since none but i386 use it | Michael Shalayeff |
1998-05-31 | cleanup for !ANSI compilers, mostly __P usage | Michael Shalayeff |
1998-05-29 | add ctime(3) for certain archs usage | Michael Shalayeff |
1998-02-24 | Prototype strtol() | Tobias Weingartner |
1997-10-07 | let's keep it MI; 10x phil for the MD implementation | Michael Shalayeff |
1997-08-13 | Add console switching logic | Niklas Hallqvist |
1997-08-12 | new, like dev/cninit.c+cons.c | Michael Shalayeff |
1997-08-04 | do consdev | Michael Shalayeff |
1997-07-17 | use const where appropriate (; | Michael Shalayeff |
1997-05-30 | sleep returns u_int | Michael Shalayeff |
1997-05-30 | sleep/usleep prototypes (others may need 'em too, btw | Michael Shalayeff |
1997-04-26 | boot.conf support | Michael Shalayeff |
1997-04-21 | exit() | Michael Shalayeff |
1997-03-31 | strlen proto | Michael Shalayeff |
1997-02-16 | missed prototypes | Michael Shalayeff |
1997-02-07 | machdep_start, not muchdep_exec | Michael Shalayeff |
1997-02-06 | Add libz and make libsa aware of it. From NetBSD. | Jason Downs |
1997-01-17 | sys/stat.h gets included here, and STAYS included here, thank you | Jason Downs |
1996-12-12 | safe to{lower,upper} macros. | Michael Shalayeff |
1996-12-08 | Merge to NetBSD 961207 | Niklas Hallqvist |
1996-11-27 | don't define min,max if libkern.h included. | Michael Shalayeff |
1996-10-29 | add some prototypes. | Michael Shalayeff |
1996-10-23 | introduce multiconsoles. | Michael Shalayeff |
1996-10-17 | prototype stat,fstat | Michael Shalayeff |
1996-10-16 | unneeded includes. | Michael Shalayeff |
1996-10-16 | add functions. | Michael Shalayeff |
1996-10-15 | gcc -Wall happy | Michael Shalayeff |
1996-10-15 | zlib need this | Michael Shalayeff |