summaryrefslogtreecommitdiffstats
path: root/sys/net/zlib.c
Commit message (Expand)AuthorAgeFilesLines
* Juggle some internal symbols from our antique zlib (that originally camepeter2013-01-061-1/+8
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Forward declare z_errmsg with static linkage since it is definedrodrigc2005-09-111-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+2
* Give zlib the ability to be a module that can be depended on,markm2004-06-201-0/+24
* chase more of the MIN/MAX mess. *sigh*alfred2003-02-021-0/+1
* Consolidate MIN/MAX macros into one place (param.h).alfred2003-02-021-2/+0
* Fix instances of macros with improperly parenthasized arguments.alfred2002-11-091-14/+14
* We have mem{cpy,cmp,set} functions in the kernel, don't #define them tophk2002-10-201-3/+0
* Work around zlib bug where using a deflate window size of 8 willjedgar2002-03-231-1/+1
* Fix a bug introduced in 1.11 (and also MFCd to stable AND the security branch)dillon2002-03-201-1/+5
* Error handling fixes for inflate.jedgar2002-02-171-4/+7
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-4/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-3/+3
* Merge ppp changes from 2.3.3 -> 2.3.5. I have spotted some morepeter1998-06-201-3/+3
* Update kernel parts of ppp to ppp-2.3.3. Not much has changed exceptpeter1998-03-211-716/+1456
* Staticize.eivind1998-02-091-2/+2
* Removed unused #includes.bde1997-09-011-2/+1
* Update kernel parts of pppd from 2.2.0 to 2.3.0. I've yet to look at thepeter1997-08-191-0/+4640
* Send these files to the attic until they are in use for several reasons.peter1997-07-051-4636/+0
* Initial revisionpeter1997-07-011-0/+4636
OpenPOWER on IntegriCloud