summaryrefslogtreecommitdiff
path: root/sys/lib/libsa
AgeCommit message (Expand)Author
1995-06-12Various cleanup, including:mycroft
1995-06-09Have netboot!gwr
1995-05-16parenthesize macro arg usagecgd
1995-05-15spacing fixups and KNF. #define ether address size, so it's notcgd
1995-04-30first arg to open() is a 'const char *'. pointed out by David Brownleecgd
1995-04-22various attribute poisoning, don't be as quick to specify size of files[]cgd
1995-04-22cast pointers to longscgd
1995-04-22note properly whether or not functions return, etc.cgd
1995-04-22cast ptrs to longs, etc.cgd
1995-04-22cast ptrs to longs.cgd
1995-04-22various type fixupscgd
1995-04-17spacing cleaup. also, minor type mixup fixups.cgd
1995-04-13be a bit more careful and explicit with types. (basically a large no-op.)cgd
1995-04-10Remove now unneeded #ifdef. Prototype new function.mycroft
1995-03-29KERNEL -> _KERNELbriggs
1995-03-26KERNEL -> _KERNELjtc
1995-03-06remove references to arptnew. fix spelling errorglass
1995-02-27fix some typos. from frank@fwi.uva.nl (Frank van der Linden)glass
1995-02-21Clean up a little.mycroft
1995-02-21Add EFTYPE.mycroft
1995-02-21Correct some error strings, and add a few more. Don't print error messages inmycroft
1995-02-21Update prototypes.mycroft
1995-02-21exec() doesn't need to return a value.mycroft
1995-02-21Add the security check in the hp300 code, and clean a little.mycroft
1995-02-21Add a generic twiddler.mycroft
1995-02-20Various:mycroft
1995-02-20Define netif_debug in here.mycroft
1995-02-19Add some more diagnostic info. Increment the xid in a better place.mycroft
1995-02-19Adjust the attribute info size for our NFS code.mycroft
1995-02-19Remove duplicate defn of bcea.mycroft
1995-01-07Better fix for the last.ws
1995-01-06Update symbolic-link handling, from Darren Reed.pk
1994-11-25round text segment to __LDPGSZ bytesderaadt
1994-10-30be more careful with types, also pull in headers where necessary.cgd
1994-10-26new RCS ID format.cgd
1994-08-22Cleanup to make more ANSI compliant; checkpointbrezak
1994-08-09Echo terminating NL too.pk
1994-08-04Make libsa compile again by not including sys/errno.hbrezak
1994-07-27include libkern.hcgd
1994-07-27get includes from sys, and define KERNELcgd
1994-07-27use ALIGN, rather than hard-coded numberscgd
1994-07-27make bcopy work for overlapping regions, as is standard.cgd
1994-07-27get rid of someone else's bravery (stupidity)cgd
1994-07-24Add some more constants.mycroft
1994-07-18do echo.pk
1994-07-18Avoid descriptor leakage.pk
1994-07-18Include ffs_oldfscompat() from ffs_vfsops.c; enables booting from pre-44pk
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-06-20Further adaptions to 4.4-lite header files.pk
1994-06-20make it compile w/4.4-lite header file changesglass