about summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* nptl: Remove recv from libpthreadAdhemerval Zanella2021-03-182-3/+1
* nptl: Remove connect from libpthreadAdhemerval Zanella2021-03-182-4/+1
* nptl: Remove accept from libpthreadAdhemerval Zanella2021-03-182-3/+0
* nptl: Remove close from libpthreadAdhemerval Zanella2021-03-182-4/+1
* nptl: Remove read from libpthreadAdhemerval Zanella2021-03-182-4/+1
* nptl: Remove write from libpthreadAdhemerval Zanella2021-03-183-5/+2
* nptl: Move fork into libcAdhemerval Zanella2021-03-123-52/+0
* posix: Consolidate register-atforkAdhemerval Zanella2021-03-122-151/+0
* nptl: Move Linux pthread_kill to nptlAdhemerval Zanella2021-03-121-9/+17
* nptl: Fix __pthread_clockjoin_np64 __pthread_timedjoin_np64 hidden protoAdhemerval Zanella2021-03-053-4/+4
* [PATCH] pthread_once hangs when init routine throws an exception [BZ #18435]Jakub Jelinek2021-03-044-9/+64
* nptl: Use <unwind-link.h> for accessing the libgcc_s unwinderFlorian Weimer2021-03-013-4/+6
* nptl: Move elision implementations into libcFlorian Weimer2021-02-2312-39/+101
* nptl: Move futex-internal into libcFlorian Weimer2021-02-223-5/+5
* nptl: Move lowlevellock into libc [BZ #15648]Florian Weimer2021-02-224-26/+5
* nptl: Move futex-internal.c into main nptl directoryFlorian Weimer2021-02-222-0/+129
* nptl: Reformat VersionsFlorian Weimer2021-02-221-188/+279
* nptl: Split libpthread-routines into one routine per lineFlorian Weimer2021-02-221-86/+152
* 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