summaryrefslogtreecommitdiffstats
path: root/sys/lib/libz/inflate.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings when building zlib with ZLIB_CONST definedjca2019-06-011-4/+4
* remove vax handlingnatano2016-03-231-5/+2
* Update to zlib 1.2.3; OK deraadt@millert2005-07-201-17/+111
* zlib-1.21 here toodjm2004-12-031-3/+4
* Fix for DoS caused by incorrect error handling. From Dmitry V. Levin.otto2004-08-261-1/+4
* Do not check for writing to address zero on vax, since this is wheremiod2004-03-241-2/+5
* Add #ifdef SMALL and #ifdef SLOW and include sys/unistd.h instead of unistd.hmillert2003-12-161-1/+79
* Update to zlib 1.2.1millert2003-12-161-343/+1227
* shrink error strings a lot; ok millertderaadt2003-12-161-1/+21
* Update to zlib-1.1.4millert2002-03-121-1/+2
* fix -DDEBUG case, ie remove L-user-and stuff such as fprintf and stderr.mickey1999-02-141-5/+5
* Let's commit the correct files, shall we. This is the real zlib-1.1.3...millert1998-09-081-30/+51
* Update from zlib-1.1.3. These should really just be references to ../../../lib/libz/*millert1998-09-081-2/+0
* $OpenBSD$niklas1997-11-071-0/+2
* Add libz and make libsa aware of it. From NetBSD.downsj1997-02-061-0/+345