Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-07-10 | Clean up semaphore EINTR handling after Linux futex docs clarification. | Torvald Riegel | 1 | -30/+7 |
2015-07-10 | Add and use new glibc-internal futex API. | Torvald Riegel | 1 | -109/+6 |
2015-03-18 | Make sem_timedwait use FUTEX_CLOCK_REALTIME (bug 18138). | Joseph Myers | 1 | -0/+15 |
2015-01-23 | Also use uint64_t in __new_sem_wait_fast | H.J. Lu | 1 | -1/+1 |
2015-01-23 | Use uint64_t and (uint64_t) 1 for 64-bit int | H.J. Lu | 1 | -5/+5 |
2015-01-21 | Fix semaphore destruction (bug 12674). | Carlos O'Donell | 1 | -0/+467 |