Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libz | 2011-07-07 | 1 | -3/+1 | |
| | | | | | | | | | | | | 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@ | 2005-07-20 | 1 | -5/+6 | |
| | |||||
* | Fix bounds check for incomplete code sets so they cannot overflow the codes | 2005-07-06 | 1 | -2/+2 | |
| | | | | array. From Mark Adler. | ||||
* | zlib-1.21 here too | 2004-12-03 | 1 | -6/+13 | |
| | |||||
* | Update to zlib 1.2.1 | 2003-12-16 | 1 | -453/+290 | |
| | |||||
* | shrink error strings a lot; ok millert | 2003-12-16 | 1 | -1/+31 | |
| | |||||
* | Update to zlib-1.1.4 | 2002-03-12 | 1 | -5/+5 | |
| | |||||
* | Let's commit the correct files, shall we. This is the real zlib-1.1.3... | 1998-09-08 | 1 | -119/+104 | |
| | |||||
* | Update from zlib-1.1.3. These should really just be references to ../../../lib/libz/* | 1998-09-08 | 1 | -14/+11 | |
| | |||||
* | more const here and there; so would benefit everyone | 1998-05-30 | 1 | -9/+9 | |
| | |||||
* | $OpenBSD$ | 1997-11-07 | 1 | -0/+2 | |
| | |||||
* | remove that i386 defines, we can survive w/o 'em | 1997-08-04 | 1 | -16/+1 | |
| | |||||
* | save 4k space for i386! | 1997-04-02 | 1 | -0/+16 | |
| | |||||
* | s/DEBUG/DEBUG_ZLIB/g | 1997-02-07 | 1 | -2/+2 | |
| | |||||
* | Add libz and make libsa aware of it. From NetBSD. | 1997-02-06 | 1 | -0/+470 | |