summaryrefslogtreecommitdiffstats
path: root/sys/lib/libz/zutil.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libzderaadt2011-07-071-1/+9
| | | | | | | | | | | | 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
* 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
| | | | | adding an extra -I for each libz Makefile. This is how the old kernel libz was.
* 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
| | | | | | 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-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