aboutsummaryrefslogtreecommitdiff
path: root/nptl/sem_waitcommon.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-1/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-11-27nptl: Add EOVERFLOW checks for futex callsAdhemerval Zanella1-1/+1
2020-09-14y2038: nptl: Convert sem_{clock|timed}wait to support 64 bit timeLukasz Majewski1-6/+6
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-07-12nptl: Add POSIX-proposed sem_clockwaitMike Crowe1-7/+8
2019-07-12nptl: Add clockid parameter to futex timed wait callsMike Crowe1-2/+4
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-07-10Clean up semaphore EINTR handling after Linux futex docs clarification.Torvald Riegel1-30/+7
2015-07-10Add and use new glibc-internal futex API.Torvald Riegel1-109/+6
2015-03-18Make sem_timedwait use FUTEX_CLOCK_REALTIME (bug 18138).Joseph Myers1-0/+15
2015-01-23Also use uint64_t in __new_sem_wait_fastH.J. Lu1-1/+1
2015-01-23Use uint64_t and (uint64_t) 1 for 64-bit intH.J. Lu1-5/+5
2015-01-21Fix semaphore destruction (bug 12674).Carlos O'Donell1-0/+467