summaryrefslogtreecommitdiff
path: root/sys/lib/libsa
AgeCommit message (Collapse)Author
1997-01-17sys/stat.h gets included here, and STAYS included here, thank youJason Downs
very much.
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-12safe to{lower,upper} macros.Michael Shalayeff
1996-12-08Merge to NetBSD 961207Niklas Hallqvist
1996-11-27Make typesafe and 64bit cleanerNiklas Hallqvist
1996-11-27don'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-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
1996-10-16back up last change, it's wrong.Michael Shalayeff
1996-10-16remove unneeded include <string.h>Michael Shalayeff
1996-10-16include <sys/stat.h>Michael Shalayeff
1996-10-16unneeded includes.Michael Shalayeff
1996-10-16prototype changes.Michael Shalayeff
1996-10-16cleanup, add new filesMichael Shalayeff
1996-10-16add 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-16fix debug code, automatize buffer size calculation.Michael Shalayeff
1996-10-15gcc -Wall happyMichael Shalayeff
1996-10-15zlib need thisMichael Shalayeff
1996-10-15missing ';'Michael Shalayeff
1996-09-27update up to the current bootpd.Michael Shalayeff
1996-09-27use nfs/{nfsv2.h,rpcv2.h} instead.Michael Shalayeff
1996-09-23add OpenBSD tag.Michael Shalayeff
1996-09-23add <ctype.h> style macros.Michael Shalayeff
1996-09-20fix makefiles. cleanup, addopt for boot.Michael Shalayeff
1996-09-18correct dkcksum return type.Michael Shalayeff
1996-09-18we need this.Michael Shalayeff
1996-06-10pull string.h at right placeTheo de Raadt
1996-05-22obviously killing gcc warnings is more important than keeping this library smallTheo de Raadt
1996-04-19NetBSD 960317 mergeNiklas Hallqvist
1996-02-29From NetBSD: Merge with NetBSD 960217Niklas Hallqvist
1996-01-15atari specific libsa shrinkage is nastyTheo de Raadt
1996-01-15proto memcpyTheo de Raadt
1996-01-15from netbsd: The read_inode() function now returns the result of theTheo de Raadt
strategy function instead of success in all cases
1995-12-26put memcpy into libsaTheo de Raadt
1995-12-26memcpy() in seperate file. some compilers/machine combinationsTheo de Raadt
generate memcpy() for structure assignments. bootblocks should still avoid using memcpy(), since it simply increases bootblock size.
1995-12-15from netbsd; 64-bit cleanupTheo de Raadt
1995-12-15from gwrTheo de Raadt
Correct error which caused truncation of port number on i386 (PR#1823)
1995-12-15from 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-15from netbsd:Theo de Raadt
Make `time difference' a signed quantity explicitly. bzero entire structures instead of explicitly storing 0's.
1995-12-07shrink bootblocks by splitting libsa contents into more files. fromTheo de Raadt
waldi@moacs.indiv.nl.net, netbsd pr#1817