summaryrefslogtreecommitdiff
path: root/src/thread/sem_open.c
AgeCommit message (Expand)AuthorLines
2012-09-30protect sem_open against cancellationRich Felker-13/+19
2012-09-30overhaul sem_openRich Felker-105/+96
2012-09-29sem_open should make process-shared semaphoresRich Felker-1/+1
2012-09-29use O_CLOEXEC to open semaphore files in sem_openRich Felker-2/+2
2011-06-26fix useless use of potentially-uninitialized mode variable in sem_openRich Felker-1/+1
2011-03-10fix failure behavior of sem_open when sem does not existRich Felker-1/+5
2011-03-10fix sem_open and sem_close to obey posix semanticsRich Felker-26/+80
2011-03-04implement POSIX semaphoresRich Felker-0/+116