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