aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-12Remove all usage of @BASH@ or ${BASH} in installed files, and hardcode /bin/b...Romain GEISSLER8-15/+10
2021-05-11nptl: Move pthread_getconcurrency, pthread_setconcurrency into libcFlorian Weimer65-66/+152
2021-05-11nptl: Move pthread_cancel into libcFlorian Weimer65-33/+72
2021-05-11nptl: Move __pthread_register_cancel_defer, __pthread_unregister_cancel_resto...Florian Weimer64-64/+149
2021-05-11nptl: Move __pthread_register_cancel, __pthread_unregister_cancel to libcFlorian Weimer65-77/+154
2021-05-11nptl: Move pthread_attr_setstacksize into libcFlorian Weimer68-56/+125
2021-05-11nptl: Move pthread_attr_setstackaddr into libcFlorian Weimer64-33/+74
2021-05-11nptl: Move pthread_attr_setstack into libcFlorian Weimer64-52/+96
2021-05-11nptl: Move pthread_attr_setguardsize into libcFlorian Weimer64-33/+75
2021-05-11nptl: Move pthread_attr_getstacksize into libcFlorian Weimer64-33/+74
2021-05-11nptl: Move pthread_attr_getstackaddr into libcFlorian Weimer64-33/+74
2021-05-11nptl: Move pthread_attr_getstack into libcFlorian Weimer64-33/+74
2021-05-11nptl: Move pthread_attr_getguardsize into libcFlorian Weimer64-33/+75
2021-05-11nptl: Move pthread_attr_getaffinity_np into libcFlorian Weimer64-50/+93
2021-05-11elf: Fix DTV gap reuse logic [BZ #27135]Szabolcs Nagy3-15/+6
2021-05-11elf: Add test case for [BZ #19329]Szabolcs Nagy3-2/+76
2021-05-11elf: Use relaxed atomics for racy accesses [BZ #19329]Szabolcs Nagy4-17/+42
2021-05-11elf: Fix data races in pthread_create and TLS access [BZ #19329]Szabolcs Nagy1-16/+47
2021-05-11write_archive_locales: Fix memory leakSiddhesh Poyarekar1-0/+2
2021-05-11nptl: Move thread join functions into libcFlorian Weimer71-178/+436
2021-05-11nptl: Move pthread_detach, thrd_detach into libcFlorian Weimer67-66/+157
2021-05-11nptl: Move __free_tcb into libcFlorian Weimer7-29/+52
2021-05-11nptl: Move stack cache management, __libpthread_freeres into libcFlorian Weimer10-158/+212
2021-05-11nptl: Move pthread_setattr_default_np into libcFlorian Weimer65-35/+80
2021-05-11nptl: Remove always-disabled debugging supportFlorian Weimer3-75/+5
2021-05-11nptl: Replace pthread_sigqueue implementation with Linux oneFlorian Weimer2-75/+38
2021-05-11get-translit.py: Fix typoSiddhesh Poyarekar1-1/+1
2021-05-11_dl_exception_create_format: Add missing va_endSiddhesh Poyarekar1-0/+1
2021-05-10linux: Move funlockfile/_IO_funlockfile into libcAdhemerval Zanella32-92/+3
2021-05-10linux: Move ftrylockfile/_IO_ftrylockfile into libcAdhemerval Zanella32-94/+3
2021-05-10linux: Move flockfile/_IO_flockfile into libcAdhemerval Zanella32-94/+3
2021-05-10Use a #pragma to suppress a bogus GCC 10 warning instead of an assert [BZ 278...Martin Sebor1-1/+11
2021-05-10Add PTRACE_SYSEMU and PT_SYSEMU_SINGLESTEP from Linux 5.12 for s390Joseph Myers1-0/+10
2021-05-10add workload traces for cbrtlPaul Zimmermann3-0/+1011
2021-05-10Linux: Move __reclaim_stacks into the fork implementation in libcFlorian Weimer5-119/+110
2021-05-10nptl: Move __default_pthread_attr, __default_pthread_attr_lock into libcFlorian Weimer4-6/+14
2021-05-10nptl: Simplify resetting the in-flight stack in __reclaim_stacksFlorian Weimer1-3/+3
2021-05-10nptl: Move changing of stack permissions into ld.soFlorian Weimer9-83/+100
2021-05-10nptl: Simplify the change_stack_perm calling conventionFlorian Weimer1-24/+5
2021-05-10nptl: Move more stack management variables into _rtld_globalFlorian Weimer4-30/+36
2021-05-10elf: Introduce __tls_pre_init_tpFlorian Weimer6-40/+60
2021-05-10nptl: Eliminate __pthread_multiple_threadsFlorian Weimer4-17/+3
2021-05-10Linux: Simplify and fix the definition of SINGLE_THREAD_PFlorian Weimer1-29/+7
2021-05-10Linux: Explicitly disable cancellation checking in the dynamic loaderFlorian Weimer1-2/+9
2021-05-10nptl: Export __libc_multiple_threads from libc as an internal symbolFlorian Weimer8-30/+13
2021-05-10elf, nptl: Resolve recursive lock implementation earlyFlorian Weimer7-24/+120
2021-05-10scripts/versions.awk: Add strings and hashes to <first-versions.h>Florian Weimer1-0/+36
2021-05-10Hurd: Add missing hidden proto definition for __ttyname_rFlorian Weimer1-1/+1
2021-05-08x86: Add EVEX optimized memchr family not safe for RTMNoah Goldstein10-41/+217
2021-05-07x86-64: Fix an unknown vector operation in memchr-evex.SAlice Xu1-1/+1