summaryrefslogtreecommitdiffstats
path: root/sys/kern/inflate.c
Commit message (Expand)AuthorAgeFilesLines
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* Use __FBSDID().obrien2003-06-111-4/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Modernize my email address.phk2002-03-251-1/+1
* Remove __P.alfred2002-03-191-8/+8
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-9/+9
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* kzipboot uses kern/inflate.c outside the kernel by providing its ownpeter1998-11-101-3/+8
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-1/+3
* Removed unused #includes.bde1997-08-021-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Removed unnecessary #includes of vm stuff. Most of them were oncebde1995-12-061-6/+1
* Changes needed for kzip to work.phk1995-04-151-7/+30
* I belive imgact_gzip is finally reentrant. It is also a whole lot morephk1994-10-221-869/+683
* - remove unnecessary #includes (I think a couple of redundant ones remain)csgr1994-10-111-18/+18
* Make inflate() reentrant - no more global variables.csgr1994-10-071-41/+53
* First stage of getting imgact_gzip reentrant:csgr1994-10-071-0/+1228
OpenPOWER on IntegriCloud