aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/inflate.h
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Forgot one more instance of my old email address.Poul-Henning Kamp2002-03-261-1/+1
* Remove __PAlfred Perlstein2002-03-191-3/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fixed gratuitous ANSIisms.Bruce Evans1997-09-161-3/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Changes needed for kzip to work.Poul-Henning Kamp1995-04-151-3/+3
* I belive imgact_gzip is finally reentrant. It is also a whole lot morePoul-Henning Kamp1994-10-221-63/+31
* - remove unnecessary #includes (I think a couple of redundant ones remain)Geoff Rehmet1994-10-111-17/+8
* Make inflate() reentrant - no more global variables.Geoff Rehmet1994-10-071-1/+14
* First stage of getting imgact_gzip reentrant:Geoff Rehmet1994-10-071-0/+81