summaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Expand)Author
1998-09-25add missing function from libkern, strncasecmp()Dale S. Rahn
1998-09-11If filesystem open routine returns ENOENT or ENOTDIR, set errno to that and r...Todd C. Miller
1998-09-08Let's commit the correct files, shall we. This is the real zlib-1.1.3...Todd C. Miller
1998-09-08include stand.h if -D_STANDALONETodd C. Miller
1998-09-08minor changes from zlib-1.1.3 gzio.cTodd C. Miller
1998-09-08Update from zlib-1.1.3. These should really just be references to ../../../l...Todd C. Miller
1998-08-27better .bss treatmentMichael Shalayeff
1998-08-27fix symtab loading problemsMichael Shalayeff
1998-07-29add strchr protoMichael Shalayeff
1998-07-29some debug prints; one lseek fixMichael Shalayeff
1998-07-29if() debug prints; correct handling sym-less filesMichael Shalayeff
1998-07-20more functionsMichael Shalayeff
1998-07-20align end of core to the intMichael Shalayeff
1998-07-17there will be no exec_somMichael Shalayeff
1998-07-14s/ecoff_filehdr/ecoff_exechdr/Michael Shalayeff
1998-07-14add HP SOM supportMichael Shalayeff
1998-07-14remove bogus commentMichael Shalayeff
1998-07-14oopsMichael Shalayeff
1998-07-14HP object file formatsMichael Shalayeff
1998-07-14some ecoff support; untested, but compilesMichael Shalayeff
1998-07-14no need for machine/exec.hMichael Shalayeff
1998-07-14struct exec members are not long any moreMichael Shalayeff
1998-07-14multiformat exec frameworkMichael Shalayeff
1998-07-13add alloca, hope none would get hurt, since none but i386 use itMichael Shalayeff
1998-06-27there is no string.h in stand landMichael Shalayeff
1998-06-27stand guys don't have string.h as wellMichael Shalayeff
1998-06-27fix for non-ansi compilersMichael Shalayeff
1998-06-24add bcmp()Michael Shalayeff
1998-06-24some more files for libkern (/boot uses it's own Makefile for this)Michael Shalayeff
1998-06-23use HP versionMichael Shalayeff
1998-06-23initial importMichael Shalayeff
1998-06-19Added memset.c, needed by AUDIO_INITINFOMarc Espie
1998-06-12fix potential bug where sprintf and %p would write to consoleDavid Leonard
1998-06-11fix leap yearMichael Shalayeff
1998-06-02sparc needs memset for gcc now (i hate this)Theo de Raadt
1998-06-01this is standalone, not kernelMichael Shalayeff
1998-05-31cleanup for !ANSI compilers, mostly __P usageMichael Shalayeff
1998-05-30use shift, save on long div (which is expensive on certain archs)Michael Shalayeff
1998-05-30more const here and there; so would benefit everyoneMichael Shalayeff
1998-05-29add ctime(3) for certain archs usageMichael Shalayeff
1998-05-25update up to the current libsa envMichael Shalayeff
1998-05-20fix strtol on one character long numbersArtur Grabowski
1998-04-27Silence warning now that a_* is not long.Todd C. Miller
1998-04-25a.out fields are u_int32_t not long; fix warnings from printf.Todd C. Miller
1998-04-18cannot grow this as mickey wantsTheo de Raadt
1998-04-18i386 bootblocks that work for 2.3. A tale too long to tellTheo de Raadt
1998-03-18pass MACHINE{,_ARCH} into libkern/Makefile so cross-build worksMichael Shalayeff
1998-03-01Use correct comment syntax for RCS IdsNiklas Hallqvist
1998-02-24Prototype strtol()Tobias Weingartner
1998-02-24Fix OpenBSD tag.Tobias Weingartner