about summary refs log tree commit diff
path: root/nptl/sem_waitcommon.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Clean up semaphore EINTR handling after Linux futex docs clarification.Torvald Riegel2015-07-101-30/+7
* Add and use new glibc-internal futex API.Torvald Riegel2015-07-101-109/+6
* Make sem_timedwait use FUTEX_CLOCK_REALTIME (bug 18138).Joseph Myers2015-03-181-0/+15
* Also use uint64_t in __new_sem_wait_fastH.J. Lu2015-01-231-1/+1
* Use uint64_t and (uint64_t) 1 for 64-bit intH.J. Lu2015-01-231-5/+5
* Fix semaphore destruction (bug 12674).Carlos O'Donell2015-01-211-0/+467