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