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_rmlock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixup r240424: On entering KDB backends, the hijacked thread to run
attilio
2012-12-22
1
-2
/
+3
*
Add an unified macro to deny ability from the compiler to reorder
attilio
2012-10-09
1
-6
/
+2
*
Improve check coverage about idle threads.
attilio
2012-09-12
1
-0
/
+6
*
panic: add a switch and infrastructure for stopping other CPUs in SMP case
avg
2011-12-11
1
-0
/
+22
*
Constify arguments for locking KPIs where possible.
pjd
2011-11-16
1
-5
/
+5
*
With retirement of cpumask_t and usage of cpuset_t for representing a
attilio
2011-07-04
1
-3
/
+3
*
Commit the support for removing cpumask_t and replacing it directly with
attilio
2011-05-05
1
-7
/
+8
*
No need to include sys/systm.h twice.
cognet
2010-11-16
1
-1
/
+0
*
rmlock(9) two additions and one change/fix:
mlaier
2010-09-01
1
-37
/
+90
*
Remove extra spaces (no functional change).
bz
2009-12-25
1
-6
/
+6
*
Minor comment tweaks in rmlocks.
rwatson
2009-12-25
1
-5
/
+5
*
Minor style tweak.
rwatson
2009-05-29
1
-1
/
+2
*
Since sched_pin() and sched_unpin() are already inlined, don't manually
rwatson
2009-05-29
1
-2
/
+2
*
Make the rmlock(9) interface a bit more like the rwlock(9) interface:
rwatson
2009-05-29
1
-6
/
+26
*
Add the OpenSolaris dtrace lockstat provider. The lockstat provider
sson
2009-05-26
1
-0
/
+16
*
Improve approximation of style(9).
rwatson
2009-04-26
1
-149
/
+132
*
Teach WITNESS about the interlocks used with lockmgr. This removes a bunch
jhb
2008-09-10
1
-2
/
+2
*
Expand lock class with the "virtual" function lc_assert which will offer
attilio
2007-11-18
1
-0
/
+9
*
Add rm_wowned(9) function to test whether the current thread owns an
rwatson
2007-11-10
1
-0
/
+7
*
Initial checkin for rmlock (read mostly lock) a multi reader single writer
ups
2007-11-08
1
-0
/
+500