Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-01-17 | sys/stat.h gets included here, and STAYS included here, thank you | Jason Downs | |
very much. | |||
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 | safe to{lower,upper} macros. | Michael Shalayeff | |
1996-12-08 | Merge to NetBSD 961207 | Niklas Hallqvist | |
1996-11-27 | Make typesafe and 64bit cleaner | Niklas Hallqvist | |
1996-11-27 | don't define min,max if libkern.h included. | Michael Shalayeff | |
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-23 | add OpenBSD tag. | Michael Shalayeff | |
1996-09-23 | add <ctype.h> style macros. | Michael Shalayeff | |
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-06-10 | pull string.h at right place | Theo de Raadt | |
1996-05-22 | obviously killing gcc warnings is more important than keeping this library small | Theo de Raadt | |
1996-04-19 | NetBSD 960317 merge | Niklas Hallqvist | |
1996-02-29 | From NetBSD: Merge with NetBSD 960217 | Niklas Hallqvist | |
1996-01-15 | atari specific libsa shrinkage is nasty | Theo de Raadt | |
1996-01-15 | proto memcpy | Theo de Raadt | |
1996-01-15 | from netbsd: The read_inode() function now returns the result of the | Theo de Raadt | |
strategy function instead of success in all cases | |||
1995-12-26 | put memcpy into libsa | Theo de Raadt | |
1995-12-26 | memcpy() in seperate file. some compilers/machine combinations | Theo de Raadt | |
generate memcpy() for structure assignments. bootblocks should still avoid using memcpy(), since it simply increases bootblock size. | |||
1995-12-15 | from netbsd; 64-bit cleanup | Theo de Raadt | |
1995-12-15 | from gwr | Theo de Raadt | |
Correct error which caused truncation of port number on i386 (PR#1823) | |||
1995-12-15 | from gwr: | Theo de Raadt | |
Check return value from sendrecv so that ARP timeout does not cause garbage to be entered into the ARP table. Also fix ARP_DEBUG code. | |||
1995-12-15 | from netbsd: | Theo de Raadt | |
Make `time difference' a signed quantity explicitly. bzero entire structures instead of explicitly storing 0's. | |||
1995-12-07 | shrink bootblocks by splitting libsa contents into more files. from | Theo de Raadt | |
waldi@moacs.indiv.nl.net, netbsd pr#1817 |