Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-12-12 | printf format fix. | Michael Shalayeff | |
1996-12-12 | <sys/stat.h> missed. | Michael Shalayeff | |
we've got ctype.h macros in stand.h! | |||
1996-12-12 | types.h for u_char | Theo de Raadt | |
1996-12-12 | safe to{lower,upper} macros. | Michael Shalayeff | |
1996-12-08 | Merge to NetBSD 961207 | Niklas Hallqvist | |
1996-12-08 | -Wcast-qual happiness | Niklas Hallqvist | |
1996-12-06 | Promise to not change arg 2 & 3 to scanc | Niklas Hallqvist | |
1996-11-27 | Make typesafe and 64bit cleaner | Niklas Hallqvist | |
1996-11-27 | short and long are now u_int16_t and u_int32_t | Niklas Hallqvist | |
1996-11-27 | don't define min,max if libkern.h included. | Michael Shalayeff | |
1996-10-31 | Merge NetBSD/Alpha 961020 | Niklas Hallqvist | |
1996-10-29 | -Wall happiness. | Michael Shalayeff | |
remove NENTS, it's in stand now. | |||
1996-10-29 | introduce readdir. | Michael Shalayeff | |
1996-10-29 | -Wall happiness (strerror prototype) | Michael Shalayeff | |
1996-10-29 | add some prototypes. | Michael Shalayeff | |
1996-10-29 | #include <stand.h>. | Michael Shalayeff | |
not <string.h>, since we've got some smart b{cmp,copy,zero} macros, and may have some conflicts when including both. | |||
1996-10-29 | move vars closer to the usage. | Michael Shalayeff | |
strip a bit for xxboot/bootxx. | |||
1996-10-24 | replace with a correct memcmp; problem spotted by rahnds | Theo de Raadt | |
1996-10-24 | fix protos and decls. | Michael Shalayeff | |
1996-10-23 | introduce multiconsoles. | Michael Shalayeff | |
add btochs macro. | |||
1996-10-17 | prototype stat,fstat | Michael Shalayeff | |
1996-10-16 | remove unneeded include <string.h> | Michael Shalayeff | |
missed from last commit | |||
1996-10-16 | back up last change, it's wrong. | Michael Shalayeff | |
1996-10-16 | remove unneeded include <string.h> | Michael Shalayeff | |
1996-10-16 | include <sys/stat.h> | Michael Shalayeff | |
1996-10-16 | unneeded includes. | Michael Shalayeff | |
1996-10-16 | prototype changes. | Michael Shalayeff | |
1996-10-16 | cleanup, add new files | Michael Shalayeff | |
1996-10-16 | add functions. | Michael Shalayeff | |
remove functions. optimize (: emulate b{copy,cmp,zero} through the mem{cpy,cmp,set}. add useful macros to stand.h | |||
1996-10-16 | fix debug code, automatize buffer size calculation. | Michael Shalayeff | |
1996-10-15 | gcc -Wall happy | Michael Shalayeff | |
1996-10-15 | zlib need this | Michael Shalayeff | |
1996-10-15 | missing ';' | Michael Shalayeff | |
1996-09-27 | update up to the current bootpd. | Michael Shalayeff | |
1996-09-27 | use nfs/{nfsv2.h,rpcv2.h} instead. | Michael Shalayeff | |
1996-09-27 | cleanup tags and Ids. | Michael Shalayeff | |
1996-09-23 | add OpenBSD tag. | Michael Shalayeff | |
1996-09-23 | add <ctype.h> style macros. | Michael Shalayeff | |
1996-09-22 | Fix unterminated constant complaint | imp | |
1996-09-20 | fix makefiles. cleanup, addopt for boot. | Michael Shalayeff | |
1996-09-18 | correct dkcksum return type. | Michael Shalayeff | |
1996-09-18 | we need this. | Michael Shalayeff | |
1996-08-23 | Fluff needed for -Wstrict-prototypes -Wmissing-prototypes | Niklas Hallqvist | |
1996-08-14 | Remove extra underscore from _randseed | Niklas Hallqvist | |
1996-08-11 | make -Wstrict-prototypes happy | Niklas Hallqvist | |
1996-08-11 | Move MD5 protos to a more sensible place | Niklas Hallqvist | |
1996-08-10 | srandom() seeds random() at boottime | Theo de Raadt | |
1996-07-30 | Cleanup of endian and abi call stuff. | Per Fogelstrom | |
1996-07-18 | Add macros to handle endian issues. | Per Fogelstrom | |
1996-06-18 | sync to libc | Theo de Raadt | |