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