summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Collapse)Author
1997-02-17no unixdev by dafaultMichael Shalayeff
1997-02-16test/debug device, readdir->MakefileMichael Shalayeff
1997-02-16missed prototypesMichael Shalayeff
1997-02-16and here comes the readdir!Michael Shalayeff
1997-02-16opendir, readdir, closedir (define NO_READDIR, if none required)Michael Shalayeff
minor fix in cd9660 only ufs working, all the others are on the list....
1997-02-15SAVE_MEMORY even moreMichael Shalayeff
1997-02-07s/DEBUG/DEBUG_ZLIB/gMichael Shalayeff
1997-02-07quote [AC]FLAGS and others...Michael Shalayeff
1997-02-07machdep_start, not muchdep_execMichael Shalayeff
1997-02-06* remove reference to non-existant fat.c.Jason Downs
* make cread.c work with libz again.
1997-02-06-Wall printf format correctionMichael Shalayeff
1997-02-06print 0x for %pMichael Shalayeff
1997-02-06better heuristic for %p:Michael Shalayeff
assume l for x only if sizeof(void *)==sizeof(u_long), else it's u_int (;
1997-02-06remove net/zlib.c (use -lz now)Michael Shalayeff
export NO_NET and SA_ZLIB to the Makefile (from Makefile.inc) add -p printf flag (tiny code) just for gcc -Wall import latest alloc.c from netbsd text data bss dec hex 400 8 0 408 198
1997-02-06need -I for zlib.cMichael Shalayeff
1997-02-06add strncmpMichael Shalayeff
use net/zlib.c do not compile some files w/ NO_NET
1997-02-06missed test compile );Michael Shalayeff
1997-02-06make it work w/ old allocatorMichael Shalayeff
no need for zmemcpy better use /sys/net/zlib.c, it's smaller and it's form kernel.
1997-02-06Add libz and make libsa aware of it. From NetBSD.Jason Downs
1997-02-05The hp300 bug is now fixed correctly...Jason Downs
1997-01-27prototyping problems, PR#71, felix@mamba.pond.sub.orgTheo de Raadt
1997-01-18protect from multiple includes (required by gpl_math_emulate)Michael Shalayeff
1997-01-18Gross hack for hp300, and a fix for NO_LSEEK as pointed out by briggs.Jason Downs
1997-01-17sys/stat.h gets included here, and STAYS included here, thank youJason Downs
very much.
1997-01-14Remove locc. -mojMats O Jansson
1996-12-28Adding OpenBSD tags to files.Dale S. Rahn
1996-12-28add necessary file for powerpc port.Dale S. Rahn
It would be really nice if this was a "standard" libkern function.
1996-12-21Check-in of powerpc kernel support.Dale S. Rahn
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF.
1996-12-12printf format fix.Michael Shalayeff
1996-12-12<sys/stat.h> missed.Michael Shalayeff
we've got ctype.h macros in stand.h!
1996-12-12types.h for u_charTheo de Raadt
1996-12-12safe to{lower,upper} macros.Michael Shalayeff
1996-12-08Merge to NetBSD 961207Niklas Hallqvist
1996-12-08-Wcast-qual happinessNiklas Hallqvist
1996-12-06Promise to not change arg 2 & 3 to scancNiklas Hallqvist
1996-11-27Make typesafe and 64bit cleanerNiklas Hallqvist
1996-11-27short and long are now u_int16_t and u_int32_tNiklas Hallqvist
1996-11-27don't define min,max if libkern.h included.Michael Shalayeff
1996-10-31Merge NetBSD/Alpha 961020Niklas Hallqvist
1996-10-29-Wall happiness.Michael Shalayeff
remove NENTS, it's in stand now.
1996-10-29introduce readdir.Michael Shalayeff
1996-10-29-Wall happiness (strerror prototype)Michael Shalayeff
1996-10-29add 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-29move vars closer to the usage.Michael Shalayeff
strip a bit for xxboot/bootxx.
1996-10-24replace with a correct memcmp; problem spotted by rahndsTheo de Raadt
1996-10-24fix protos and decls.Michael Shalayeff
1996-10-23introduce multiconsoles.Michael Shalayeff
add btochs macro.
1996-10-17prototype stat,fstatMichael Shalayeff
1996-10-16remove unneeded include <string.h>Michael Shalayeff
missed from last commit