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
/
libc
/
gen
/
sem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent memory leak on sem_destroy() by destroying the semaphore's
deischen
2004-02-06
1
-1
/
+4
*
Only allow the semaphore to be taken when the value is positive.
deischen
2004-02-06
1
-2
/
+1
*
Correct check for invalid semaphore on sem_destroy() (s/==/!=/).
deischen
2004-02-05
1
-1
/
+1
*
Correct the weak reference for sem_unlink.
deischen
2004-02-05
1
-1
/
+1
*
Allow libc's version of sem_trywait() to work for non-pshared mutexes.
deischen
2004-02-04
1
-2
/
+17
*
Modify the implementation of libc semaphores so that they can be
deischen
2004-02-03
1
-146
/
+132
*
Backout revision 1.6, because some stub functions not in libc, and
davidxu
2004-01-17
1
-18
/
+2
*
Enable cancellation point in sem_wait, it is required by POSIX.
davidxu
2004-01-17
1
-2
/
+18
*
Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).
nectar
2003-02-16
1
-0
/
+2
*
Add the newly created semaphore to the named semaphore list in sem_open()
tjr
2003-01-14
1
-1
/
+2
*
Add restrict type-qualifier to sem_getvalue().
mike
2002-10-04
1
-1
/
+1
*
Welcome the sem_ API to libc!
alfred
2002-09-19
1
-0
/
+354