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
*
In revision 231989, we pass a 16-bit clock ID into kernel, however
davidxu
2012-02-25
1
-10
/
+16
*
Insert read memory barriers.
davidxu
2012-01-16
1
-1
/
+1
*
To support stack unwinding for cancellation points, add -fexceptions flag
davidxu
2010-09-25
1
-22
/
+9
*
Reapply r201145 to lib/libc/gen/sem.c
antoine
2010-01-23
1
-1
/
+1
*
forgot to remove SYM_FBP10. ;-)
davidxu
2010-01-05
1
-1
/
+0
*
Remove unused macros.
davidxu
2010-01-05
1
-5
/
+0
*
Use umtx to implement process sharable semaphore, to make this work,
davidxu
2010-01-05
1
-58
/
+174
*
(S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.
antoine
2009-12-28
1
-1
/
+1
*
Make __sem_timedwait() consistent with the sem_timedwait() prototype.
stefanf
2005-10-18
1
-1
/
+1
*
Include <sys/types.h> and <limits.h> ourselves, don't assume they are included
stefanf
2005-08-20
1
-0
/
+1
*
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