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_umtx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the proc lock to sleep on a libthr umtx.
mtm
2004-03-27
1
-2
/
+6
*
Return EINVAL if the contested bit is not set on the umtx passed to
tjr
2003-09-07
1
-1
/
+2
*
Initialize 'blocked' to NULL. I think this was a real problem, but I
peter
2003-07-23
1
-0
/
+1
*
Turn a KASSERT back into an EINVAL return value. So, next time someone
mtm
2003-07-19
1
-2
/
+4
*
Remove a lock held across casuptr() that snuck in last commit.
mtm
2003-07-18
1
-2
/
+5
*
Move the decision on whether to unset the contested
mtm
2003-07-18
1
-48
/
+40
*
Fix umtx locking, for libthr, in the kernel.
mtm
2003-07-17
1
-24
/
+47
*
I was so happy I found the semi-colon from hell that I didn't
mtm
2003-07-04
1
-1
/
+1
*
It's unfair how one extraneous semi-colon can cause so much grief.
mtm
2003-07-04
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-06-11
1
-3
/
+3
*
- Remove the blocked pointer from the umtx structure.
jeff
2003-06-03
1
-171
/
+163
*
- Create a new lock, umtx_lock, for use instead of the proc lock for
jeff
2003-05-25
1
-6
/
+13
*
- Make casuptr return the old value of the location we're trying to update,
jake
2003-04-02
1
-10
/
+13
*
- Add an api for doing smp safe locks in userland.
jeff
2003-04-01
1
-0
/
+303