aboutsummaryrefslogtreecommitdiff
path: root/sys/net/zlib.c
Commit message (Expand)AuthorAgeFilesLines
* Forward declare z_errmsg with static linkage since it is definedCraig Rodrigues2005-09-111-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+2
* Give zlib the ability to be a module that can be depended on,Mark Murray2004-06-201-0/+24
* chase more of the MIN/MAX mess. *sigh*Alfred Perlstein2003-02-021-0/+1
* Consolidate MIN/MAX macros into one place (param.h).Alfred Perlstein2003-02-021-2/+0
* Fix instances of macros with improperly parenthasized arguments.Alfred Perlstein2002-11-091-14/+14
* We have mem{cpy,cmp,set} functions in the kernel, don't #define them toPoul-Henning Kamp2002-10-201-3/+0
* Work around zlib bug where using a deflate window size of 8 willChris D. Faulhaber2002-03-231-1/+1
* Fix a bug introduced in 1.11 (and also MFCd to stable AND the security branch)Matthew Dillon2002-03-201-1/+5
* Error handling fixes for inflate.Chris D. Faulhaber2002-02-171-4/+7
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-4/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-3/+3
* Merge ppp changes from 2.3.3 -> 2.3.5. I have spotted some morePeter Wemm1998-06-201-3/+3
* Update kernel parts of ppp to ppp-2.3.3. Not much has changed exceptPeter Wemm1998-03-211-716/+1456
* Staticize.Eivind Eklund1998-02-091-2/+2
* Removed unused #includes.Bruce Evans1997-09-011-2/+1
* Update kernel parts of pppd from 2.2.0 to 2.3.0. I've yet to look at thePeter Wemm1997-08-191-0/+4640
* Send these files to the attic until they are in use for several reasons.Peter Wemm1997-07-051-4636/+0
* Initial revisionPeter Wemm1997-07-011-0/+4636