summaryrefslogtreecommitdiff
path: root/nptl/sem_waitcommon.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-1/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* nptl: Add EOVERFLOW checks for futex callsAdhemerval Zanella2020-11-271-1/+1
* y2038: nptl: Convert sem_{clock|timed}wait to support 64 bit timeLukasz Majewski2020-09-141-6/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* nptl: Add POSIX-proposed sem_clockwaitMike Crowe2019-07-121-7/+8
* nptl: Add clockid parameter to futex timed wait callsMike Crowe2019-07-121-2/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* 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