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
/
kern_mtxpool.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r298819:
bdrewery
2016-06-27
1
-1
/
+1
*
Fix a number of style issues in the MALLOC / FREE commit. I've tried to
des
2008-10-23
1
-1
/
+2
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-4
/
+3
*
Universally adopt most conventional spelling of acquire.
rwatson
2007-05-27
1
-1
/
+1
*
Make a bunch of malloc types static.
phk
2005-02-10
1
-1
/
+1
*
Expand COPYRIGHT inline, per Matthew Dillon's earlier approval.
imp
2005-01-06
1
-4
/
+24
*
Rearrange the SYSINIT order to call lockmgr_init() earlier so that
truckman
2003-07-16
1
-1
/
+1
*
Extend the mutex pool implementation to permit the creation and use of
truckman
2003-07-13
1
-54
/
+133
*
Style(9).
mux
2003-06-13
1
-14
/
+17
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+1
*
Rename SI_SUB_MUTEX to SI_SUB_MTX_POOL to make the name at all accurate.
green
2002-03-13
1
-1
/
+1
*
cast hashing index to (int)(intptr_t) for calculation.
dillon
2001-11-19
1
-3
/
+3
*
Fix some warnings on 64 bit platforms.
peter
2001-11-17
1
-1
/
+4
*
Create a mutex pool API for short term leaf mutexes.
dillon
2001-11-13
1
-0
/
+112