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
/
lib
/
libkse
/
sys
/
lock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
When reinitializing a lockuser, don't assume that the lock is in
deischen
2008-01-31
1
-7
/
+15
*
WARNS=3'ify.
deischen
2007-11-30
1
-12
/
+14
*
Add _pthread_mutex_init_calloc_cb() to libthr and libkse, so that malloc(3)
jasone
2007-11-27
1
-3
/
+4
*
Catch up with the atomic_FOO_ptr() changes and silence a few warnings.
deischen
2005-07-29
1
-7
/
+14
*
Change the spin lock logic to a reasonable one. We should spin when
delphij
2005-02-27
1
-1
/
+1
*
Add the ability to reinitialize libpthread's internal FIFO-queueing
deischen
2003-11-04
1
-12
/
+51
*
Only generate code for _LCK_ASSERT if _LCK_DEBUG is defined.
davidxu
2003-10-02
1
-1
/
+6
*
Don't assume sizeof(long) = sizeof(int) on x86; use int
deischen
2003-09-03
1
-11
/
+11
*
Change low-level locking a bit so that we can tell if
deischen
2003-05-24
1
-21
/
+33
*
Add a method of yielding the current thread with the scheduler
deischen
2003-05-16
1
-28
/
+28
*
Protect against a race between granting a lock and accessing
deischen
2003-05-04
1
-7
/
+27
*
Sorry folks; I accidentally committed a patch from what I was working
deischen
2003-04-18
1
-1
/
+1
*
Add FIFO queueing locking operations based on atomic swap.
deischen
2003-04-18
1
-0
/
+268