index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
inflate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use __FBSDID().
obrien
2003-06-11
1
-4
/
+3
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
Modernize my email address.
phk
2002-03-25
1
-1
/
+1
*
Remove __P.
alfred
2002-03-19
1
-8
/
+8
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-9
/
+9
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
kzipboot uses kern/inflate.c outside the kernel by providing its own
peter
1998-11-10
1
-3
/
+8
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-2
/
+2
*
Distribute and statizice a lot of the malloc M_* types.
phk
1997-10-11
1
-1
/
+3
*
Removed unused #includes.
bde
1997-08-02
1
-2
/
+1
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Removed unnecessary #includes of vm stuff. Most of them were once
bde
1995-12-06
1
-6
/
+1
*
Changes needed for kzip to work.
phk
1995-04-15
1
-7
/
+30
*
I belive imgact_gzip is finally reentrant. It is also a whole lot more
phk
1994-10-22
1
-869
/
+683
*
- remove unnecessary #includes (I think a couple of redundant ones remain)
csgr
1994-10-11
1
-18
/
+18
*
Make inflate() reentrant - no more global variables.
csgr
1994-10-07
1
-41
/
+53
*
First stage of getting imgact_gzip reentrant:
csgr
1994-10-07
1
-0
/
+1228