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_rman.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-10
/
+5
*
Bug fix for revision 1.14 on the replacement of CIRCLEQ with TAILQ.
mckusick
2000-11-15
1
-6
/
+4
*
In preparation for deprecating CIRCLEQ macros in favor of TAILQ
mckusick
2000-11-14
1
-34
/
+29
*
Cleanup the rman_make_alignment_flags function to be much clearer and shorter
imp
2000-10-22
1
-12
/
+10
*
Implement resource alignment as discussed in arch@ a long time ago.
imp
2000-10-17
1
-1
/
+23
*
Replace all the ifdef debugging spaghetti with a single ifdef and
paul
2000-05-03
1
-40
/
+22
*
Commit the remaining part of PR14914:
phk
1999-11-16
1
-16
/
+15
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Make sure that we record the flags in all cases.
dfr
1999-06-26
1
-2
/
+2
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-9
/
+30
*
Staticize.
eivind
1999-04-11
1
-2
/
+2
*
Fix a bug which prevented more than two clients from sharing a resource.
dfr
1999-03-29
1
-2
/
+2
*
Ifdefed conditionally used simplock variables.
bde
1999-01-02
1
-1
/
+3
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-2
/
+1
*
Fixed a missing include. `SYSININT(...);' garbage in gave null garbage out.
bde
1998-11-23
1
-1
/
+2
*
The new resource manager, hopefully in a reasonably stable form.
wollman
1998-10-29
1
-0
/
+589