summaryrefslogtreecommitdiffstats
path: root/sys/lib/libz/zutil.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libzderaadt2011-07-071-1/+9
* make it compile w/ debug defined; miod@ okmickey2006-11-291-2/+2
* Update to zlib 1.2.3; OK deraadt@millert2005-07-201-13/+19
* zlib-1.21 here toodjm2004-12-031-2/+7
* #include <lib/libsa/stand.h> instead of just <stand.h> so we can avoidmillert2003-12-171-2/+2
* Update to zlib 1.2.1millert2003-12-161-34/+72
* Update to zlib-1.1.4millert2002-03-121-2/+2
* Include stand.h from lib/libsa/stand.hart2000-11-081-2/+2
* $OpenBSD$todd2000-03-031-1/+1
* make z_error be a panicmickey1999-02-141-1/+2
* fix -DDEBUG case, ie remove L-user-and stuff such as fprintf and stderr.mickey1999-02-141-7/+6
* Let's commit the correct files, shall we. This is the real zlib-1.1.3...millert1998-09-081-27/+44
* include stand.h if -D_STANDALONEmillert1998-09-081-1/+5
* Update from zlib-1.1.3. These should really just be references to ../../../lib/libz/*millert1998-09-081-6/+2
* $OpenBSD$niklas1997-11-071-1/+1
* no user includes in standalonemickey1997-07-181-1/+5
* s/DEBUG/DEBUG_ZLIB/gmickey1997-02-071-2/+2
* Add libz and make libsa aware of it. From NetBSD.downsj1997-02-061-0/+203