Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2024年08月10日 | fix lost or delayed wakes in sem_post under certain race conditions | Rich Felker | -1/+1 |
2022年12月13日 | semaphores: fix missed wakes from ABA bug in waiter count logic | Rich Felker | -4/+8 |
2014年08月15日 | make futex operations use private-futex mode when possible | Rich Felker | -2/+2 |
2011年10月26日 | report sem value overflows in sem_post | Rich Felker | -0/+4 |
2011年08月02日 | overhaul posix semaphores to fix destructability race | Rich Felker | -3/+6 |
2011年04月06日 | major semaphore improvements (performance and correctness) | Rich Felker | -1/+2 |
2011年03月04日 | implement POSIX semaphores | Rich Felker | -0/+9 |