summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/Makefile
AgeCommit message (Expand)Author
1999-11-13Backout my libsa changes.thorpej
1999-11-12add -DNET_DEBUG to the list of commented-out debug optionslukem
1999-11-12Add strncpy().simonb
1999-11-11Small, MI strcat() and strcpy().thorpej
1999-11-11The hack needed to work around gcc lameness.thorpej
1999-11-11Networking routines needed for libsa to be self-contained.thorpej
1999-11-11Add small, MI strcmp(), strlen(), and strncmp() functions. Modules withinthorpej
1999-09-09add a function to verify a password against an in-core md5 sumdrochner
1999-08-18Add a standalone LFS implementation. Currently not merged with ufs (FFS),cgd
1999-05-07Build libraries for kernel/standalone code from within their compilationdrochner
1999-04-28MI loadfile (used by i386, pmax and sparc shortly)christos
1999-04-14move "ls" utility from i386/stand/libsa heredrochner
1999-04-01It's no use having a memcmp() that calls bcmp() if there's no bcmp() insimonb
1999-03-30Add bzero.c, errno.c, and memset.c to SRCScgd
1999-02-24build tftp filesystem, rearrange .ifdef slightly so that network stuffdrochner
1999-02-13Split the printf variants into separate files.pk
1999-02-13convert from NOxxx= to MKxxx=no.lukem
1999-02-12We can't prototype exit() publically because it might take an argument ordrochner
1998-09-24tfs -> ustarfsross
1998-09-22Add tfs.c to SRCS.ross
1997-10-26use COPTS instead of CFLAGS (entry currently commented out)lukem
1997-06-26Don't define STANDALONE here, it is not used by sys/lib/libsa code.drochner
1997-05-31Back out BUILDDIR and NOINSTALL changes.cjs
1997-05-30Use new NOINSTALL option for libraries that are used only during the buildcjs
1997-05-07Use libinstall::, not install:, to prevent instaling LIB.mycroft
1997-02-16allow includers to specify library-specific CPP flags via ${LIB}MISCCPPFLAGScgd
1997-01-23clean up variable use, standardize with other kernel library Makefiles.cgd
1997-01-16add memcmp, implemented as a wrapper around bcmp() (like memcpy() iscgd
1996-10-02Remove superfluous -I. accidently introduced when I imported the PPC portws
1996-09-30Add support for booting from cd9660 fsws
1996-01-13Some files containing more than one function are split. This reduces theleo
1995-10-01Don't add network files to SRCS if NO_NET is defined. (I'm gettingphil
1995-09-17De-activate DEBUGFLAGS again.pk
1995-09-17Revert fs_ops read/write declarations; these return error numbers.pk
1995-09-14Mirror libkern makefiles.pk
1994-10-26new RCS ID format.cgd
1994-08-22Cleanup to make more ANSI compliant; checkpointbrezak
1994-08-04Make libsa compile again by not including sys/errno.hbrezak
1994-07-27get includes from sys, and define KERNELcgd
1994-05-08Standalone networking for network boot loaders.brezak
1994-01-26CMU/4.4 stand-alone librarybrezak