Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
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 |