aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/inflate.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* Use __FBSDID().David E. O'Brien2003-06-111-4/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Modernize my email address.Poul-Henning Kamp2002-03-251-1/+1
* Remove __P.Alfred Perlstein2002-03-191-8/+8
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-9/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* kzipboot uses kern/inflate.c outside the kernel by providing its ownPeter Wemm1998-11-101-3/+8
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.Poul-Henning Kamp1997-10-111-1/+3
* Removed unused #includes.Bruce Evans1997-08-021-2/+1
* 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
* Removed unnecessary #includes of vm stuff. Most of them were onceBruce Evans1995-12-061-6/+1
* Changes needed for kzip to work.Poul-Henning Kamp1995-04-151-7/+30
* I belive imgact_gzip is finally reentrant. It is also a whole lot morePoul-Henning Kamp1994-10-221-869/+683
* - remove unnecessary #includes (I think a couple of redundant ones remain)Geoff Rehmet1994-10-111-18/+18
* Make inflate() reentrant - no more global variables.Geoff Rehmet1994-10-071-41/+53
* First stage of getting imgact_gzip reentrant:Geoff Rehmet1994-10-071-0/+1228