aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)Author
2021-08-18Remove sysdeps/*/tls-macros.hFangrui Song
2021-07-22mtrace: Wean away from malloc hooksSiddhesh Poyarekar
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar
2021-07-14elf: Fix DTV gap reuse logic (BZ #27135)Adhemerval Zanella
2021-07-09Add a generic malloc test for MALLOC_ALIGNMENTH.J. Lu
2021-07-08posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella
2021-06-28Linux: Cleanups after librt moveFlorian Weimer
2021-06-27Use GCC builtins for roundeven functions if desired.Shen-Ta Hsieh
2021-06-25Linux: Move aio_init from librt into libcFlorian Weimer
2021-06-24posix: Consolidate fork implementationAdhemerval Zanella
2021-06-22rt: Move generic implementation from sysdeps/pthread to rtFlorian Weimer
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella
2021-06-04nptl: Remove exit-thread.hAdhemerval Zanella
2021-06-03dlfcn: Rework static dlopen hooksFlorian Weimer
2021-05-24Properly check stack alignment [BZ #27901]H.J. Lu
2021-05-19elf: Add hook for checking HWCAP bits after auxiliary vector parsingFlorian 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-17elf: Partially initialize ld.so after static dlopen (bug 20802)Florian Weimer
2021-05-13Make sysdeps/generic/libc.abilist emptyJoseph Myers
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-10elf, nptl: Resolve recursive lock implementation earlyFlorian Weimer
2021-05-05elf, nptl: Initialize static TLS directly in ld.soFlorian Weimer
2021-04-21elf: Introduce __tls_init_tp for second-phase TCB initializationFlorian Weimer
2021-04-21Remove pthread_key_create-related internals from libc-lock.hFlorian Weimer
2021-04-21dlfcn: dlerror needs to call free from the base namespace [BZ #24773]Florian Weimer
2021-04-21dlfcn: Failures after dlmopen should not terminate process [BZ #24772]Florian Weimer
2021-04-21csu: Move calling main out of __libc_start_main_implFlorian Weimer
2021-04-21nptl: Move __pthread_unwind_next into libcFlorian Weimer
2021-03-29fork.h: replace with register-atfork.hSamuel Thibault
2021-03-26nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_curre...Adhemerval Zanella
2021-03-26malloc: Only support zeroing and not arbitrary memset with mtagSzabolcs Nagy
2021-03-26malloc: Ensure the generic mtag hooks are not usedSzabolcs Nagy
2021-03-25Support for multiple versions in versioned_symbol, compat_symbolFlorian Weimer
2021-03-25Change how the symbol_version_reference macro is definedFlorian Weimer
2021-03-16Legacy unwinder: Remove definition of _Unwind_GetCFAFlorian Weimer
2021-03-12posix: Consolidate register-atforkAdhemerval Zanella
2021-03-11math: Remove mpa files [BZ #15267]Wilco Dijkstra
2021-03-01Implement _Unwind_Resume in libc on top of <unwind-link.h>Florian Weimer
2021-03-01Move sysdeps/gnu/unwind-resume.c to sysdeps/generic/unwind-resume.cFlorian Weimer
2021-03-01__frame_state_for: Use <unwind-link.h> for unwinder accessFlorian Weimer
2021-03-01Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer
2021-02-01sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]H.J. Lu
2021-01-19Use <startup.h> in __libc_init_secureH.J. Lu
2021-01-13ldconfig/x86: Store ISA level in cache and aux cacheH.J. Lu
2021-01-04Move generic nan-pseudo-number.h to ldbl-96Siddhesh Poyarekar
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert