aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)Author
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-16{nptl,htl}/semaphoreP.h: clean upSamuel Thibault
2020-12-16htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]Samuel Thibault
2020-12-16pthread: Move semaphore initialization for open to semaphoreP.hSamuel Thibault
2020-12-01nptl: Fix __futex_clocklock64 return error check [BZ #26964]Lucas A. M. Magalhaes
2020-11-30y2038: Convert aio_suspend to support 64 bit timeLukasz Majewski
2020-11-27nptl: Add EOVERFLOW checks for futex callsAdhemerval Zanella
2020-11-27nptl: Fix PTHREAD_PRIO_PROTECT timed lockAdhemerval Zanella
2020-11-25nptl: Return EINVAL for invalid clock for pthread_clockjoin_npAdhemerval Zanella
2020-11-25nptl: Return EINVAL for pthread_mutex_clocklock/PI with CLOCK_MONOTONIC [BZ #...Adhemerval Zanella
2020-11-25nptl: Replace lll_futex_wake with futex-internal.hAdhemerval Zanella
2020-11-25nptl: Replace lll_futex_supported_clockid with futex-internal.hAdhemerval Zanella
2020-11-25nptl: Replace lll_futex_{timed_}wait by futex-internal.hAdhemerval Zanella
2020-11-25nptl: Replace lll_timedwait with __futex_abstimed_wait64Adhemerval Zanella
2020-11-25nptl: Replace __futex_clocklock_wait64 with __futex_abstimed_wait64Adhemerval Zanella
2020-11-25nptl: Remove _futex_clock_wait_bitset64Adhemerval Zanella
2020-11-25nptl: Remove clockwait_tidAdhemerval Zanella
2020-11-25nptl: Remove futex_wait_cancelableAdhemerval Zanella
2020-11-25nptl: Remove unused internal futex functionsAdhemerval Zanella
2020-11-16Add {,sysdep-}ld-library-path make variableSamuel Thibault
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer
2020-11-13nptl: Eliminate <smp.h> and __is_smpFlorian Weimer
2020-11-03tst-setuid1-static-ENV: Add $(common-objpfx)nss [BZ #26820]H.J. Lu
2020-10-30Disable spurious -Wstringop-overflow for setjmp/longjmp (bug 26647)Joseph Myers
2020-10-21y2038: nptl: Provide __futex_clock_wait_bitset64 to support 64 bit bitsetLukasz Majewski
2020-10-15y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bitLukasz Majewski
2020-10-08Revert "Fix missing redirects in testsuite targets"Andreas Schwab
2020-10-04y2038: nptl: Convert pthread_rwlock_{clock|timed}{rd|wr}lock to support 64 bi...Lukasz Majewski
2020-10-02aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy
2020-09-14y2038: nptl: Convert sem_{clock|timed}wait to support 64 bit timeLukasz Majewski
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella
2020-09-02y2038: nptl: Convert pthread_cond_{clock|timed}wait to support 64 bit timeLukasz Majewski
2020-08-17nptl: Handle NULL abstime [BZ #26394]H.J. Lu
2020-08-13y2038: nptl: Convert pthread_{clock|timed}join_np to support 64 bit timeLukasz Majewski
2020-08-06htl: Enable tst-cancelx?[45]Samuel Thibault
2020-08-07tst-cancel4: Make blocking on write more portableSamuel Thibault
2020-07-27nptl: Zero-extend arguments to SETXID syscalls [BZ #26248]H.J. Lu
2020-07-16Linux: Remove rseq supportFlorian Weimer
2020-07-07string: Remove old TLS usage on strsignalAdhemerval Zanella
2020-07-07linux: Fix __NSIG_WORDS and add __NSIG_BYTESAdhemerval Zanella
2020-07-06Add the __libc_single_threaded variableFlorian Weimer
2020-07-06Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers
2020-07-05tst-cancel4: deal with ENOSYS errorsSamuel Thibault
2020-06-29htl: Enable cancel*16 an cancel*20 testsSamuel Thibault
2020-06-26tst-cancel4-common.c: fix calling socketpairSamuel Thibault
2020-06-25nptl: Don't madvise user provided stackSzabolcs Nagy
2020-06-24htl: Make sem_*wait cancellations pointsSamuel Thibault
2020-06-24htl: Enable tst-cancel25 testSamuel Thibault
2020-06-17nptl: Remove now-spurious tst-cancelx9 referencesSamuel Thibault
2020-06-14htl: Enable more cancellation testsSamuel Thibault