summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/Makefile
AgeCommit message (Expand)Author
2003-04-11Build ffsv1 and ffsv2dsl
2003-03-12separate ether_sprintf() from the rest of ethernet support -- sometimesdrochner
2003-02-23Add support for LFSv2 filesystems. From a libsa standpoint, LFSv1 andsimonb
2002-03-15Move files[] from globals.c to its own file. Including all of globals.osimonb
2002-02-17Add a comment describing what SA_USE_LOADFILE is for.thorpej
2001-12-12MKfoo=no -> NOfootv
2001-11-14Undefine DESTDIR; we don't want the special DESTDIR <bsd.lib.mk>tv
2001-10-31Split elf32 vs. elf64 handling in loadfile(), including support forthorpej
2001-10-31Build the loadfile() a.out, ECOFF, and ELF back-ends as separatethorpej
2001-09-02Add a small version of memmove() for libsa.tsutsui
2001-03-31Explain some SA_* options - reading compressed kernels, netboothubertf
2000-11-02Add a standalone MS-DOS file system reader package, liftedthorpej
2000-10-25Split the UDP routines out of net.c.thorpej
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