aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2021-05-17nptl: Move pthread_getattr_default_np into libcFlorian Weimer
2021-05-17elf: Move static TLS size and alignment into _rtld_global_roFlorian Weimer
2021-05-17elf: Remove DL_STATIC_INITFlorian Weimer
2021-05-17powerpc: Remove _dl_var_initFlorian Weimer
2021-05-17mips: Remove _dl_var_initFlorian Weimer
2021-05-17m68k: Remove _dl_var_initFlorian Weimer
2021-05-17ia64: Remove _dl_var_initFlorian Weimer
2021-05-17arc: Remove _dl_var_initFlorian Weimer
2021-05-17aarch64: Remove _dl_var_initFlorian Weimer
2021-05-17elf: Partially initialize ld.so after static dlopen (bug 20802)Florian Weimer
2021-05-17nptl: Move __nptl_initial_report_events into ld.so/startup codeFlorian Weimer
2021-05-13Make sysdeps/generic/libc.abilist emptyJoseph Myers
2021-05-12linux/check_native: Always close socket on returnSiddhesh Poyarekar
2021-05-11nptl: Move pthread_getconcurrency, pthread_setconcurrency into libcFlorian Weimer
2021-05-11nptl: Move pthread_cancel into libcFlorian Weimer
2021-05-11nptl: Move __pthread_register_cancel_defer, __pthread_unregister_cancel_resto...Florian Weimer
2021-05-11nptl: Move __pthread_register_cancel, __pthread_unregister_cancel to libcFlorian Weimer
2021-05-11nptl: Move pthread_attr_setstacksize into libcFlorian Weimer
2021-05-11nptl: Move pthread_attr_setstackaddr into libcFlorian Weimer
2021-05-11nptl: Move pthread_attr_setstack into libcFlorian Weimer
2021-05-11nptl: Move pthread_attr_setguardsize into libcFlorian Weimer
2021-05-11nptl: Move pthread_attr_getstacksize into libcFlorian Weimer
2021-05-11nptl: Move pthread_attr_getstackaddr into libcFlorian Weimer
2021-05-11nptl: Move pthread_attr_getstack into libcFlorian Weimer
2021-05-11nptl: Move pthread_attr_getguardsize into libcFlorian Weimer
2021-05-11nptl: Move pthread_attr_getaffinity_np into libcFlorian Weimer
2021-05-11elf: Use relaxed atomics for racy accesses [BZ #19329]Szabolcs Nagy
2021-05-11nptl: Move thread join functions into libcFlorian Weimer
2021-05-11nptl: Move pthread_detach, thrd_detach into libcFlorian Weimer
2021-05-11nptl: Move pthread_setattr_default_np into libcFlorian Weimer
2021-05-11nptl: Replace pthread_sigqueue implementation with Linux oneFlorian Weimer
2021-05-10linux: Move funlockfile/_IO_funlockfile into libcAdhemerval Zanella
2021-05-10linux: Move ftrylockfile/_IO_ftrylockfile into libcAdhemerval Zanella
2021-05-10linux: Move flockfile/_IO_flockfile into libcAdhemerval Zanella
2021-05-10Add PTRACE_SYSEMU and PT_SYSEMU_SINGLESTEP from Linux 5.12 for s390Joseph Myers
2021-05-10add workload traces for cbrtlPaul Zimmermann
2021-05-10Linux: Move __reclaim_stacks into the fork implementation in libcFlorian Weimer
2021-05-10nptl: Move changing of stack permissions into ld.soFlorian Weimer
2021-05-10nptl: Move more stack management variables into _rtld_globalFlorian Weimer
2021-05-10elf: Introduce __tls_pre_init_tpFlorian Weimer
2021-05-10Linux: Simplify and fix the definition of SINGLE_THREAD_PFlorian Weimer
2021-05-10Linux: Explicitly disable cancellation checking in the dynamic loaderFlorian Weimer
2021-05-10nptl: Export __libc_multiple_threads from libc as an internal symbolFlorian Weimer
2021-05-10elf, nptl: Resolve recursive lock implementation earlyFlorian Weimer
2021-05-10Hurd: Add missing hidden proto definition for __ttyname_rFlorian Weimer
2021-05-08x86: Add EVEX optimized memchr family not safe for RTMNoah Goldstein
2021-05-07x86-64: Fix an unknown vector operation in memchr-evex.SAlice Xu
2021-05-07powerpc64le: Fix ifunc selection for memset, memmove, bzero and bcopyRaoni Fassina Firmino
2021-05-07linux: implement ttyname as a wrapper around ttyname_r.Érico Nogueira
2021-05-07linux: use fd_to_filename instead of _fitoa_word in ttyname_r.Érico Nogueira