summaryrefslogtreecommitdiffstats
path: root/sys/lib/libz/inffast.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings when building zlib with ZLIB_CONST definedjca2019-06-011-3/+3
| | | | | Probably not very useful (given the lack of feedback) but feels more correct. Kernel part tested with option ZLIB_CONST.
* Update to zlib 1.2.3; OK deraadt@millert2005-07-201-1/+14
|
* zlib-1.21 here toodjm2004-12-031-3/+3
|
* Add #ifdef SMALL and #ifdef SLOW and include sys/unistd.h instead of unistd.hmillert2003-12-161-1/+13
|
* Update to zlib 1.2.1millert2003-12-161-175/+289
|
* shrink error strings a lot; ok millertderaadt2003-12-161-1/+9
|
* Update to zlib-1.1.4millert2002-03-121-17/+31
|
* fix -DDEBUG case, ie remove L-user-and stuff such as fprintf and stderr.mickey1999-02-141-5/+5
| | | | | | another obvious fix would be porting stdio file functions into stand library, so code would go smooth from -lz, but former seems to be a minimal-change-compliant approach.
* Let's commit the correct files, shall we. This is the real zlib-1.1.3...millert1998-09-081-6/+8
|
* 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/+168