about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* nptl: Move pthread_getattr_default_np into libcFlorian Weimer2021-05-1761-29/+86
* elf: Move static TLS size and alignment into _rtld_global_roFlorian Weimer2021-05-171-4/+6
* elf: Remove DL_STATIC_INITFlorian Weimer2021-05-171-6/+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-172-0/+31
* nptl: Move __nptl_initial_report_events into ld.so/startup codeFlorian Weimer2021-05-171-0/+8
* Make sysdeps/generic/libc.abilist emptyJoseph Myers2021-05-131-1/+0
* linux/check_native: Always close socket on returnSiddhesh Poyarekar2021-05-121-12/+11
* nptl: Move pthread_getconcurrency, pthread_setconcurrency into libcFlorian Weimer2021-05-1161-58/+128
* nptl: Move pthread_cancel into libcFlorian Weimer2021-05-1161-29/+64
* nptl: Move __pthread_register_cancel_defer, __pthread_unregister_cancel_resto...Florian Weimer2021-05-1161-58/+128
* nptl: Move __pthread_register_cancel, __pthread_unregister_cancel to libcFlorian Weimer2021-05-1161-58/+128
* nptl: Move pthread_attr_setstacksize into libcFlorian Weimer2021-05-1165-45/+106
* nptl: Move pthread_attr_setstackaddr into libcFlorian Weimer2021-05-1161-29/+64
* nptl: Move pthread_attr_setstack into libcFlorian Weimer2021-05-1161-37/+75
* nptl: Move pthread_attr_setguardsize into libcFlorian Weimer2021-05-1161-29/+64
* nptl: Move pthread_attr_getstacksize into libcFlorian Weimer2021-05-1161-29/+64
* nptl: Move pthread_attr_getstackaddr into libcFlorian Weimer2021-05-1161-29/+64
* nptl: Move pthread_attr_getstack into libcFlorian Weimer2021-05-1161-29/+64
* nptl: Move pthread_attr_getguardsize into libcFlorian Weimer2021-05-1161-29/+64
* nptl: Move pthread_attr_getaffinity_np into libcFlorian Weimer2021-05-1161-45/+83
* elf: Use relaxed atomics for racy accesses [BZ #19329]Szabolcs Nagy2021-05-111-1/+2
* nptl: Move thread join functions into libcFlorian Weimer2021-05-1163-147/+359
* nptl: Move pthread_detach, thrd_detach into libcFlorian Weimer2021-05-1163-60/+140
* nptl: Move pthread_setattr_default_np into libcFlorian Weimer2021-05-1161-29/+64
* nptl: Replace pthread_sigqueue implementation with Linux oneFlorian Weimer2021-05-111-71/+0
* linux: Move funlockfile/_IO_funlockfile into libcAdhemerval Zanella2021-05-1030-88/+0
* linux: Move ftrylockfile/_IO_ftrylockfile into libcAdhemerval Zanella2021-05-1030-89/+0
* linux: Move flockfile/_IO_flockfile into libcAdhemerval Zanella2021-05-1030-89/+0
* 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-101-0/+3
* Linux: Move __reclaim_stacks into the fork implementation in libcFlorian Weimer2021-05-101-0/+110
* nptl: Move changing of stack permissions into ld.soFlorian Weimer2021-05-103-9/+84
* nptl: Move more stack management variables into _rtld_globalFlorian Weimer2021-05-102-0/+12
* elf: Introduce __tls_pre_init_tpFlorian Weimer2021-05-102-2/+27
* 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-101-1/+5
* elf, nptl: Resolve recursive lock implementation earlyFlorian Weimer2021-05-103-14/+81
* Hurd: Add missing hidden proto definition for __ttyname_rFlorian Weimer2021-05-101-1/+1
* x86: Add EVEX optimized memchr family not safe for RTMNoah Goldstein2021-05-0810-41/+217
* x86-64: Fix an unknown vector operation in memchr-evex.SAlice Xu2021-05-071-1/+1
* powerpc64le: Fix ifunc selection for memset, memmove, bzero and bcopyRaoni Fassina Firmino2021-05-075-20/+22
* linux: implement ttyname as a wrapper around ttyname_r.Érico Nogueira2021-05-072-159/+13
* linux: use fd_to_filename instead of _fitoa_word in ttyname_r.Érico Nogueira2021-05-071-5/+3