about summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* Add a DTV setup test [BZ #27136]Szabolcs Nagy2021-02-153-2/+106
* Add test case for [BZ #19329]Szabolcs Nagy2021-02-154-3/+85
* pthread: Refactor semaphore codeAdhemerval Zanella2021-02-082-22/+1
* linux: Require /dev/shm as the shared memory file systemFlorian Weimer2021-02-084-4/+0
* nptl: Fix comment typo in pthread_cond_wait.cJangwoong Kim2021-01-041-1/+1
* nptl: Remove set*id, set*gid files which are not builtFlorian Weimer2021-01-049-28/+0
* Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02280-280/+280
* {nptl,htl}/semaphoreP.h: clean upSamuel Thibault2020-12-161-2/+2
* htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]Samuel Thibault2020-12-163-439/+0
* pthread: Move semaphore initialization for open to semaphoreP.hSamuel Thibault2020-12-162-11/+16
* nptl: Fix __futex_clocklock64 return error check [BZ #26964]Lucas A. M. Magalhaes2020-12-012-1/+139
* y2038: Convert aio_suspend to support 64 bit timeLukasz Majewski2020-11-301-0/+1
* nptl: Add EOVERFLOW checks for futex callsAdhemerval Zanella2020-11-274-13/+13
* nptl: Fix PTHREAD_PRIO_PROTECT timed lockAdhemerval Zanella2020-11-274-25/+11
* nptl: Return EINVAL for invalid clock for pthread_clockjoin_npAdhemerval Zanella2020-11-251-0/+4
* nptl: Return EINVAL for pthread_mutex_clocklock/PI with CLOCK_MONOTONIC [BZ #...Adhemerval Zanella2020-11-253-1/+76
* nptl: Replace lll_futex_wake with futex-internal.hAdhemerval Zanella2020-11-253-12/+7
* nptl: Replace lll_futex_supported_clockid with futex-internal.hAdhemerval Zanella2020-11-251-1/+1
* nptl: Replace lll_futex_{timed_}wait by futex-internal.hAdhemerval Zanella2020-11-254-12/+14
* nptl: Replace lll_timedwait with __futex_abstimed_wait64Adhemerval Zanella2020-11-253-65/+2
* nptl: Replace __futex_clocklock_wait64 with __futex_abstimed_wait64Adhemerval Zanella2020-11-251-2/+2
* nptl: Remove _futex_clock_wait_bitset64Adhemerval Zanella2020-11-251-3/+4
* nptl: Remove clockwait_tidAdhemerval Zanella2020-11-251-58/+18
* nptl: Remove futex_wait_cancelableAdhemerval Zanella2020-11-251-20/+2
* nptl: Remove unused internal futex functionsAdhemerval Zanella2020-11-251-2/+1
* Add {,sysdep-}ld-library-path make variableSamuel Thibault2020-11-161-1/+1
* nptl: Move stack list variables into _rtld_globalFlorian Weimer2020-11-165-126/+47
* nptl: Eliminate <smp.h> and __is_smpFlorian Weimer2020-11-136-43/+0
* tst-setuid1-static-ENV: Add $(common-objpfx)nss [BZ #26820]H.J. Lu2020-11-031-1/+1
* Disable spurious -Wstringop-overflow for setjmp/longjmp (bug 26647)Joseph Myers2020-10-302-0/+20
* y2038: nptl: Provide __futex_clock_wait_bitset64 to support 64 bit bitsetLukasz Majewski2020-10-211-1/+1
* y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bitLukasz Majewski2020-10-152-20/+55
* Revert "Fix missing redirects in testsuite targets"Andreas Schwab2020-10-081-1/+1
* y2038: nptl: Convert pthread_rwlock_{clock|timed}{rd|wr}lock to support 64 bi...Lukasz Majewski2020-10-048-31/+104
* aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy2020-10-021-2/+12
* y2038: nptl: Convert sem_{clock|timed}wait to support 64 bit timeLukasz Majewski2020-09-145-14/+56
* Remove internal usage of extensible stat functionsAdhemerval Zanella2020-09-111-1/+1
* y2038: nptl: Convert pthread_cond_{clock|timed}wait to support 64 bit timeLukasz Majewski2020-09-022-8/+46
* nptl: Handle NULL abstime [BZ #26394]H.J. Lu2020-08-172-6/+16
* y2038: nptl: Convert pthread_{clock|timed}join_np to support 64 bit timeLukasz Majewski2020-08-134-14/+58
* htl: Enable tst-cancelx?[45]Samuel Thibault2020-08-067-1991/+2
* tst-cancel4: Make blocking on write more portableSamuel Thibault2020-08-071-4/+4
* nptl: Zero-extend arguments to SETXID syscalls [BZ #26248]H.J. Lu2020-07-273-2/+87
* Linux: Remove rseq supportFlorian Weimer2020-07-161-13/+0
* string: Remove old TLS usage on strsignalAdhemerval Zanella2020-07-072-0/+6
* linux: Fix __NSIG_WORDS and add __NSIG_BYTESAdhemerval Zanella2020-07-072-2/+2
* Add the __libc_single_threaded variableFlorian Weimer2020-07-061-0/+5
* Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers2020-07-061-0/+13
* tst-cancel4: deal with ENOSYS errorsSamuel Thibault2020-07-051-4/+38