Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1996-06-16 | add getsn(char *buf, int len) | Theo de Raadt | |
1996-06-10 | pull string.h at right place | Theo de Raadt | |
1996-06-10 | 64 bit clean | Theo de Raadt | |
1996-05-23 | quote type | Theo de Raadt | |
1996-05-22 | make depend work | Theo de Raadt | |
1996-05-22 | obviously killing gcc warnings is more important than keeping this library small | Theo de Raadt | |
1996-05-18 | Added missing '.set noreorder' directive | Per Fogelstrom | |
1996-05-15 | Now uses libkern instead of locore functions. | Per Fogelstrom | |
1996-05-10 | clean better | Theo de Raadt | |
1996-05-01 | switch on _KERNEL to pull in correct headers | Theo de Raadt | |