about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* nptl: Move pthread_getcpuclockid into libcFlorian Weimer2021-05-1765-36/+93
* nptl: Replace pthread_getcpuclockid with Linux implementationFlorian Weimer2021-05-172-60/+6
* nptl: Move pthread_getattr_default_np into libcFlorian Weimer2021-05-1766-35/+112
* elf: Move static TLS size and alignment into _rtld_global_roFlorian Weimer2021-05-174-18/+26
* elf: Remove DL_STATIC_INITFlorian Weimer2021-05-172-10/+0
* powerpc: Remove _dl_var_initFlorian Weimer2021-05-174-122/+10
* mips: Remove _dl_var_initFlorian Weimer2021-05-174-100/+0
* m68k: Remove _dl_var_initFlorian Weimer2021-05-174-122/+0
* ia64: Remove _dl_var_initFlorian Weimer2021-05-174-102/+0
* arc: Remove _dl_var_initFlorian Weimer2021-05-174-129/+0
* aarch64: Remove _dl_var_initFlorian Weimer2021-05-174-130/+0
* elf: Partially initialize ld.so after static dlopen (bug 20802)Florian Weimer2021-05-178-13/+208
* nptl: Move __nptl_create_event, __nptl_death_event into libcFlorian Weimer2021-05-176-9/+15
* nptl: Move __nptl_initial_report_events into ld.so/startup codeFlorian Weimer2021-05-177-18/+24
* Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor2021-05-1613-41/+308
* nptl: Fix tst-pthread-gdb-attach for ptrace_scope equal 1Adhemerval Zanella2021-05-141-17/+39
* stdlib: Fix data race in __run_exit_handlers [BZ #27749]Vitaly Buka2021-05-143-17/+133
* Make sysdeps/generic/libc.abilist emptyJoseph Myers2021-05-131-1/+0
* support: Free gdb_script_nameSiddhesh Poyarekar2021-05-131-0/+1
* 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