summaryrefslogtreecommitdiff
path: root/sys/lib/libz
AgeCommit message (Expand)Author
2003-11-07Make 'dependall' generate dependencies in these libraries.dsl
2003-08-31Fix signed/unsigned warnings.fvdl
2003-03-29Garbage-collect the DYNAMIC_CRC_TABLE stuff. The table it computedthorpej
2003-03-25*** empty log message ***mycroft
2003-03-25Remove a whole bunch of crap -- including the entirely adler32 stuff that'smycroft
2003-03-18Finish const poisoning.mycroft
2003-03-18Move more stuff into .rodata.mycroft
2002-06-15Fix make breakage. $ZDST != ${ZDST} in make. make clean/cleandir now works.matt
2002-03-12Sync with userland (1.1.4)fvdl
2001-12-12MKfoo=no -> NOfootv
2001-11-21Don't make clean and cleandir depend on the lib subdir. Just check for it'sjmc
2001-11-14Undefine DESTDIR; we don't want the special DESTDIR <bsd.lib.mk>tv
2000-12-05Have recursive make invocations depend on the .MAKE pseudo-target sosommerfeld
2000-03-30Kill some more register declarations.augustss
2000-02-01Revert STRIPPROG -> STRIPtsutsui
2000-01-19STRIP -> STRIPPROGtsutsui
1999-11-13Backout my libsa changes.thorpej
1999-11-13Backout my libsa changes.thorpej
1999-11-12"zutil.h" includes <lib/libsa/stand.h> now.simonb
1999-11-12Include <lib/libsa/stand.h> so that this builds with WARNS=1simonb
1999-11-11Don't reference libkern.h in standalone programs.thorpej
1999-05-07Build libraries for kernel/standalone code from within their compilationdrochner
1999-04-22Don't try to use <stdio.h> (when -DDEBUG) if we are -D_STANDALONE or -D_KERNELchristos
1999-04-15For the "update-sources" target, don't copy any src/lib/libz sourcessimonb
1999-04-15Add uncompr.c to LIBZSRCS and zalloc.c to SRCS.simonb
1999-04-15A simple implementation of zcalloc and zcfree in terms of the libsasimonb
1999-04-15Add source file, copied from lib/libz/uncompr.c.simonb
1999-02-13convert from NOxxx= to MKxxx=no.lukem
1998-11-03Make "src/sys/arch/i386/stand" compile again.tron
1998-11-03Sync with files in "src/lib/libz".tron
1998-11-01Sync with files in "src/lib/libz".tron
1998-09-05distclean is a synonym for cleandirlukem
1998-03-27copy from src/lib/libz:cgd
1998-02-07make sure that LORDER, TSORT, AR, NM, RANLIB, and SIZE are correctlycgd
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-20Sync with src/lib/libzgwr
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 substantially. Transform clean, depend, cleandir targets from ::cgd
1997-01-22fix a typo (ZPPFLAGS should have been ZCPPFLAGS)cgd
1997-01-16add sources, all copied verbatim from src/lib/libzcgd
1997-01-16add Makefiles to build kernel 'libz' library, expected to be used bycgd