summaryrefslogtreecommitdiffstats
path: root/sys/lib/libz/zconf.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add ZLIB_CONSTjca2019-05-121-1/+7
| | | | Introduced in zlib-1.2.5.2, used by a few ports. ok deraadt@
* Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libzderaadt2011-07-071-2/+2
| | | | | | | | | | | | code. Missing chunks of the API are imported from the libc version, with a few #ifdef's to port it into the kernel environment. The bootblocks already used the newer code, and should encounter no surprises since there are so few changes to the existing files. In the kernel, ipcomp and kernel ppp are changed to the new API. ipcomp has been tested. ok tedu the brave
* Update to zlib 1.2.3; OK deraadt@millert2005-07-201-4/+10
|
* zlib-1.21 here toodjm2004-12-031-38/+41
|
* Add #ifdef SMALL and #ifdef SLOW and include sys/unistd.h instead of unistd.hmillert2003-12-161-3/+3
|
* Update to zlib 1.2.1millert2003-12-161-115/+151
|
* Update to zlib-1.1.4millert2002-03-121-2/+2
|
* $OpenBSD$todd2000-03-031-1/+1
|
* Let's commit the correct files, shall we. This is the real zlib-1.1.3...millert1998-09-081-16/+111
|
* Update from zlib-1.1.3. These should really just be references to ../../../lib/libz/*millert1998-09-081-1/+1
|
* $OpenBSD$niklas1997-11-071-1/+1
|
* Add libz and make libsa aware of it. From NetBSD.downsj1997-02-061-0/+184