index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread
/
sem_open.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
split internal lock API out of libc.h, creating lock.h
Rich Felker
2018-09-12
1
-1
/
+1
*
overhaul internally-public declarations using wrapper headers
Rich Felker
2018-09-12
1
-2
/
+0
*
revise the definition of multiple basic locks in the code
Jens Gustedt
2018-01-09
1
-1
/
+1
*
fix mmap leak in sem_open failure path for link call
Rich Felker
2015-04-21
1
-0
/
+1
*
make all objects used with atomic operations volatile
Rich Felker
2015-03-03
1
-1
/
+1
*
fix temp file leak in sem_open on successful creation of new semaphore
Rich Felker
2013-06-26
1
-2
/
+2
*
fix bug whereby sem_open leaked its own internal slots on failure
Rich Felker
2013-06-26
1
-3
/
+6
*
in sem_open, don't leak vm mapping if fstat fails
Rich Felker
2013-06-26
1
-2
/
+2
*
protect sem_open against cancellation
Rich Felker
2012-09-30
1
-13
/
+19
*
overhaul sem_open
Rich Felker
2012-09-30
1
-105
/
+96
*
sem_open should make process-shared semaphores
Rich Felker
2012-09-29
1
-1
/
+1
*
use O_CLOEXEC to open semaphore files in sem_open
Rich Felker
2012-09-29
1
-2
/
+2
*
fix useless use of potentially-uninitialized mode variable in sem_open
Rich Felker
2011-06-26
1
-1
/
+1
*
fix failure behavior of sem_open when sem does not exist
Rich Felker
2011-03-10
1
-1
/
+5
*
fix sem_open and sem_close to obey posix semantics
Rich Felker
2011-03-10
1
-26
/
+80
*
implement POSIX semaphores
Rich Felker
2011-03-04
1
-0
/
+116