summaryrefslogtreecommitdiff
path: root/sys/lib/libz
AgeCommit message (Expand)Author
2018-06-05Use the standard build rules.christos
2018-05-27- Introduce :q modifier for make variables and make it double escape $'s sochristos
2016-03-22remove a bunch of "@echo done" from the tail of rules. these messagesmrg
2015-09-07Order library object build.uebayasi
2015-09-07Sprinkle more done messages.uebayasi
2015-09-06In kernel lib build, print message when things not only start bug also end.uebayasi
2014-06-14remove remaining makefile support for GCC < 45 that i found.mrg
2012-12-12Pass down an empty CPUFLAGS since CPUFLAGS is contained in CFLAGS.matt
2011-10-30use LIBISPRIVATE instead of home-grown.mrg
2011-07-03apply some -O0 with gcc 4.5 and vax.mrg
2009-03-25Fix build problems caused by crc32 addition to libkern. Also, this makestls
2009-03-18bzero -> memsetcegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-12-29ANSIfy and some KNF.tsutsui
2007-06-23Remove _ZLIB_PRIVATE that should have been removed 10 years ago.isaki
2006-01-25free -> deallocchristos
2006-01-14use zlib-1.2.3christos
2005-12-11merge ktrace-lwp.christos
2005-08-04Return correct error on all zero length codes. Fix from Gentoo bug 94584.tron
2005-02-26nuke trailing whitespaceperry
2004-07-01DECONST->UNCONSTchristos
2004-06-30Introduce a zerror() function that can be conditionally compiled out tochristos
2004-06-30cast help.christos
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