about summary refs log tree commit diff
path: root/src/thread/sem_open.c
Commit message (Expand)AuthorAgeFilesLines
* protect sem_open against cancellationRich Felker2012-09-301-13/+19
* overhaul sem_openRich Felker2012-09-301-105/+96
* sem_open should make process-shared semaphoresRich Felker2012-09-291-1/+1
* use O_CLOEXEC to open semaphore files in sem_openRich Felker2012-09-291-2/+2
* fix useless use of potentially-uninitialized mode variable in sem_openRich Felker2011-06-261-1/+1
* fix failure behavior of sem_open when sem does not existRich Felker2011-03-101-1/+5
* fix sem_open and sem_close to obey posix semanticsRich Felker2011-03-101-26/+80
* implement POSIX semaphoresRich Felker2011-03-041-0/+116