]> git.ipfire.org Git - thirdparty/glibc.git/history - nptl/sem_waitcommon.c
stdlib: Fix tst-makecontext2 log when swapcontext fails
[thirdparty/glibc.git] / nptl / sem_waitcommon.c
2024-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2023-06-02  Paul PluzhnikovFix all the remaining misspellings -- BZ 25337
2023-01-06  Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-09-03  Siddhesh PoyarekarRemove "Contributed by" lines
2021-01-02  Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-11-27  Adhemerval Zanellanptl: Add EOVERFLOW checks for futex calls
2020-09-14  Lukasz Majewskiy2038: nptl: Convert sem_{clock|timed}wait to support...
2020-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-07-12  Mike Crowenptl: Add POSIX-proposed sem_clockwait
2019-07-12  Mike Crowenptl: Add clockid parameter to futex timed wait calls
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-07-10  Torvald RiegelClean up semaphore EINTR handling after Linux futex...
2015-07-10  Torvald RiegelAdd and use new glibc-internal futex API.
2015-03-18  Joseph MyersMake sem_timedwait use FUTEX_CLOCK_REALTIME (bug 18138).
2015-01-24  H.J. LuAlso use uint64_t in __new_sem_wait_fast
2015-01-23  H.J. LuUse uint64_t and (uint64_t) 1 for 64-bit int
2015-01-21  Carlos O'DonellFix semaphore destruction (bug 12674).