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
/
subr_blist.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon's
imp
2003-08-12
1
-3
/
+26
*
Use __FBSDID().
obrien
2003-06-11
1
-3
/
+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
*
Remove all use of the LOG2() macro/inline, undoing some non-optimal cruft
dillon
2003-01-11
1
-16
/
+16
*
This is David Schultz's swapoff code which I am finally able to commit.
dillon
2002-12-15
1
-32
/
+183
*
Now that daddr_t has grown up, use %lld to printf it and cast it to long
jhb
2002-05-18
1
-1
/
+3
*
With Alfred's permission, remove vm_mtx in favor of a fine-grained approach
dillon
2001-07-04
1
-0
/
+1
*
Introduce a global lock for the vm subsystem (vm_mtx).
alfred
2001-05-19
1
-0
/
+1
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-3
/
+1
*
Eliminate the undocumented, experimental, non-delivering and highly
phk
2000-03-16
1
-2
/
+0
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-3
/
+3
*
useracc() the prequel:
phk
1999-10-29
1
-1
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add Id strings
gpalmer
1999-06-17
1
-0
/
+2
*
Add new blist module - radix tree based bitmap allocator with
dillon
1999-01-21
1
-0
/
+928