aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)AuthorFilesLines
2021-03-05nptl: Fix __pthread_clockjoin_np64 __pthread_timedjoin_np64 hidden protoAdhemerval Zanella3-4/+4
2021-03-04[PATCH] pthread_once hangs when init routine throws an exception [BZ #18435]Jakub Jelinek4-9/+64
2021-03-01nptl: Use <unwind-link.h> for accessing the libgcc_s unwinderFlorian Weimer3-4/+6
2021-02-23nptl: Move elision implementations into libcFlorian Weimer12-39/+101
2021-02-22nptl: Move futex-internal into libcFlorian Weimer3-5/+5
2021-02-22nptl: Move lowlevellock into libc [BZ #15648]Florian Weimer4-26/+5
2021-02-22nptl: Move futex-internal.c into main nptl directoryFlorian Weimer2-0/+129
2021-02-22nptl: Reformat VersionsFlorian Weimer1-188/+279
2021-02-22nptl: Split libpthread-routines into one routine per lineFlorian Weimer1-86/+152
2021-02-08pthread: Refactor semaphore codeAdhemerval Zanella2-22/+1
2021-02-08linux: Require /dev/shm as the shared memory file systemFlorian Weimer4-4/+0
2021-01-04nptl: Fix comment typo in pthread_cond_wait.cJangwoong Kim1-1/+1
2021-01-04nptl: Remove set*id, set*gid files which are not builtFlorian Weimer9-28/+0
2021-01-02Update copyright dates not handled by scripts/update-copyrights.Paul Eggert1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert280-280/+280
2020-12-16{nptl,htl}/semaphoreP.h: clean upSamuel Thibault1-2/+2
2020-12-16htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]Samuel Thibault3-439/+0
2020-12-16pthread: Move semaphore initialization for open to semaphoreP.hSamuel Thibault2-11/+16
2020-12-01nptl: Fix __futex_clocklock64 return error check [BZ #26964]Lucas A. M. Magalhaes2-1/+139
2020-11-30y2038: Convert aio_suspend to support 64 bit timeLukasz Majewski1-0/+1
2020-11-27nptl: Add EOVERFLOW checks for futex callsAdhemerval Zanella4-13/+13
2020-11-27nptl: Fix PTHREAD_PRIO_PROTECT timed lockAdhemerval Zanella4-25/+11
2020-11-25nptl: Return EINVAL for invalid clock for pthread_clockjoin_npAdhemerval Zanella1-0/+4
2020-11-25nptl: Return EINVAL for pthread_mutex_clocklock/PI with CLOCK_MONOTONIC [BZ #...Adhemerval Zanella3-1/+76
2020-11-25nptl: Replace lll_futex_wake with futex-internal.hAdhemerval Zanella3-12/+7
2020-11-25nptl: Replace lll_futex_supported_clockid with futex-internal.hAdhemerval Zanella1-1/+1
2020-11-25nptl: Replace lll_futex_{timed_}wait by futex-internal.hAdhemerval Zanella4-12/+14
2020-11-25nptl: Replace lll_timedwait with __futex_abstimed_wait64Adhemerval Zanella3-65/+2
2020-11-25nptl: Replace __futex_clocklock_wait64 with __futex_abstimed_wait64Adhemerval Zanella1-2/+2
2020-11-25nptl: Remove _futex_clock_wait_bitset64Adhemerval Zanella1-3/+4
2020-11-25nptl: Remove clockwait_tidAdhemerval Zanella1-58/+18
2020-11-25nptl: Remove futex_wait_cancelableAdhemerval Zanella1-20/+2
2020-11-25nptl: Remove unused internal futex functionsAdhemerval Zanella1-2/+1
2020-11-16Add {,sysdep-}ld-library-path make variableSamuel Thibault1-1/+1
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer5-126/+47
2020-11-13nptl: Eliminate <smp.h> and __is_smpFlorian Weimer6-43/+0
2020-11-03tst-setuid1-static-ENV: Add $(common-objpfx)nss [BZ #26820]H.J. Lu1-1/+1
2020-10-30Disable spurious -Wstringop-overflow for setjmp/longjmp (bug 26647)Joseph Myers2-0/+20
2020-10-21y2038: nptl: Provide __futex_clock_wait_bitset64 to support 64 bit bitsetLukasz Majewski1-1/+1
2020-10-15y2038: nptl: Convert pthread_mutex_{clock|timed}lock to support 64 bitLukasz Majewski2-20/+55
2020-10-08Revert "Fix missing redirects in testsuite targets"Andreas Schwab1-1/+1
2020-10-04y2038: nptl: Convert pthread_rwlock_{clock|timed}{rd|wr}lock to support 64 bi...Lukasz Majewski8-31/+104
2020-10-02aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy1-2/+12
2020-09-14y2038: nptl: Convert sem_{clock|timed}wait to support 64 bit timeLukasz Majewski5-14/+56
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella1-1/+1
2020-09-02y2038: nptl: Convert pthread_cond_{clock|timed}wait to support 64 bit timeLukasz Majewski2-8/+46
2020-08-17nptl: Handle NULL abstime [BZ #26394]H.J. Lu2-6/+16
2020-08-13y2038: nptl: Convert pthread_{clock|timed}join_np to support 64 bit timeLukasz Majewski4-14/+58
2020-08-06htl: Enable tst-cancelx?[45]Samuel Thibault7-1991/+2
2020-08-07tst-cancel4: Make blocking on write more portableSamuel Thibault1-4/+4