about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* support: Close fds in copy_funcSiddhesh Poyarekar2021-05-131-8/+13
* inet: Free result from getaddrinfoSiddhesh Poyarekar2021-05-132-8/+9
* linux/check_native: Always close socket on returnSiddhesh Poyarekar2021-05-121-12/+11
* Remove all usage of @BASH@ or ${BASH} in installed files, and hardcode /bin/b...Romain GEISSLER2021-05-128-15/+10
* nptl: Move pthread_getconcurrency, pthread_setconcurrency into libcFlorian Weimer2021-05-1165-66/+152
* nptl: Move pthread_cancel into libcFlorian Weimer2021-05-1165-33/+72
* nptl: Move __pthread_register_cancel_defer, __pthread_unregister_cancel_resto...Florian Weimer2021-05-1164-64/+149
* nptl: Move __pthread_register_cancel, __pthread_unregister_cancel to libcFlorian Weimer2021-05-1165-77/+154
* nptl: Move pthread_attr_setstacksize into libcFlorian Weimer2021-05-1168-56/+125
* nptl: Move pthread_attr_setstackaddr into libcFlorian Weimer2021-05-1164-33/+74
* nptl: Move pthread_attr_setstack into libcFlorian Weimer2021-05-1164-52/+96
* nptl: Move pthread_attr_setguardsize into libcFlorian Weimer2021-05-1164-33/+75
* nptl: Move pthread_attr_getstacksize into libcFlorian Weimer2021-05-1164-33/+74
* nptl: Move pthread_attr_getstackaddr into libcFlorian Weimer2021-05-1164-33/+74
* nptl: Move pthread_attr_getstack into libcFlorian Weimer2021-05-1164-33/+74
* nptl: Move pthread_attr_getguardsize into libcFlorian Weimer2021-05-1164-33/+75
* nptl: Move pthread_attr_getaffinity_np into libcFlorian Weimer2021-05-1164-50/+93
* elf: Fix DTV gap reuse logic [BZ #27135]Szabolcs Nagy2021-05-113-15/+6
* elf: Add test case for [BZ #19329]Szabolcs Nagy2021-05-113-2/+76
* elf: Use relaxed atomics for racy accesses [BZ #19329]Szabolcs Nagy2021-05-114-17/+42
* elf: Fix data races in pthread_create and TLS access [BZ #19329]Szabolcs Nagy2021-05-111-16/+47
* write_archive_locales: Fix memory leakSiddhesh Poyarekar2021-05-111-0/+2
* nptl: Move thread join functions into libcFlorian Weimer2021-05-1171-178/+436
* nptl: Move pthread_detach, thrd_detach into libcFlorian Weimer2021-05-1167-66/+157
* nptl: Move __free_tcb into libcFlorian Weimer2021-05-117-29/+52
* nptl: Move stack cache management, __libpthread_freeres into libcFlorian Weimer2021-05-1110-158/+212
* nptl: Move pthread_setattr_default_np into libcFlorian Weimer2021-05-1165-35/+80
* nptl: Remove always-disabled debugging supportFlorian Weimer2021-05-113-75/+5
* nptl: Replace pthread_sigqueue implementation with Linux oneFlorian Weimer2021-05-112-75/+38
* get-translit.py: Fix typoSiddhesh Poyarekar2021-05-111-1/+1
* _dl_exception_create_format: Add missing va_endSiddhesh Poyarekar2021-05-111-0/+1
* linux: Move funlockfile/_IO_funlockfile into libcAdhemerval Zanella2021-05-1032-92/+3
* linux: Move ftrylockfile/_IO_ftrylockfile into libcAdhemerval Zanella2021-05-1032-94/+3
* linux: Move flockfile/_IO_flockfile into libcAdhemerval Zanella2021-05-1032-94/+3
* Use a #pragma to suppress a bogus GCC 10 warning instead of an assert [BZ 278...Martin Sebor2021-05-101-1/+11
* Add PTRACE_SYSEMU and PT_SYSEMU_SINGLESTEP from Linux 5.12 for s390Joseph Myers2021-05-101-0/+10
* add workload traces for cbrtlPaul Zimmermann2021-05-103-0/+1011
* Linux: Move __reclaim_stacks into the fork implementation in libcFlorian Weimer2021-05-105-119/+110
* nptl: Move __default_pthread_attr, __default_pthread_attr_lock into libcFlorian Weimer2021-05-104-6/+14
* nptl: Simplify resetting the in-flight stack in __reclaim_stacksFlorian Weimer2021-05-101-3/+3
* nptl: Move changing of stack permissions into ld.soFlorian Weimer2021-05-109-83/+100
* nptl: Simplify the change_stack_perm calling conventionFlorian Weimer2021-05-101-24/+5
* nptl: Move more stack management variables into _rtld_globalFlorian Weimer2021-05-104-30/+36
* elf: Introduce __tls_pre_init_tpFlorian Weimer2021-05-106-40/+60
* nptl: Eliminate __pthread_multiple_threadsFlorian Weimer2021-05-104-17/+3
* Linux: Simplify and fix the definition of SINGLE_THREAD_PFlorian Weimer2021-05-101-29/+7
* Linux: Explicitly disable cancellation checking in the dynamic loaderFlorian Weimer2021-05-101-2/+9
* nptl: Export __libc_multiple_threads from libc as an internal symbolFlorian Weimer2021-05-108-30/+13
* elf, nptl: Resolve recursive lock implementation earlyFlorian Weimer2021-05-107-24/+120
* scripts/versions.awk: Add strings and hashes to <first-versions.h>Florian Weimer2021-05-101-0/+36