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
/
thread
/
thr_sem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename _thr_enter_cancellation_point to _thr_cancel_enter, rename
davidxu
2003-12-09
1
-2
/
+2
*
Revamp libpthread so that it has a chance of working in an SMP
deischen
2003-04-18
1
-34
/
+38
*
Make the changes needed for libpthread to compile in its new home.
mini
2002-09-16
1
-1
/
+1
*
Condition variable waiters are queued in descending priority order, so
jasone
2001-05-18
1
-9
/
+2
*
To be consistent, use the __weak_reference macro from <sys/cdefs.h>
deischen
2001-04-10
1
-9
/
+9
*
Add weak definitions for wrapped system calls. In general:
deischen
2001-01-24
1
-11
/
+20
*
Implement zero system call thread switching. Performance of
deischen
2000-10-13
1
-0
/
+1
*
The second call to _thread_kern_sig_defer() in sem_post() should be a call
jasone
2000-08-23
1
-1
/
+1
*
Make sem_post() safe to call from within a signal handler, as required by
jasone
2000-08-01
1
-0
/
+7
*
Change my email address in the copyright notices for the sake of consistency
jasone
2000-07-18
1
-1
/
+1
*
For errors, return -1 and set errno to indicate the error type, rather than
jasone
2000-02-16
1
-16
/
+33
*
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
jasone
2000-01-27
1
-0
/
+3
*
Add sem_*() functions. Named semaphores and process-shared semaphores
jasone
2000-01-20
1
-0
/
+224