aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
2021-07-16elf: Fix a wrong array access on tst-tls20Adhemerval Zanella
2021-07-15elf: Add -Wl,--no-as-needed for tst-tls-manydynamic*mod-dep-bad.so (BZ #28089)Adhemerval Zanella
2021-07-14elf: Fix DTV gap reuse logic (BZ #27135)Adhemerval Zanella
2021-07-09Force building with -fno-commonFlorian Weimer
2021-07-08Add NT_ARM_PAC_ENABLED_KEYS to elf.hJoseph Myers
2021-07-08elf/tests: Make thrlock and noload depend on libmSiddhesh Poyarekar
2021-07-07elf: Clean up GLIBC_PRIVATE exports of internal libdl symbolsFlorian Weimer
2021-07-06elf: Call free from base namespace on error in dl-libc.c [BZ #27646]Florian Weimer
2021-06-28Linux: Cleanups after librt moveFlorian Weimer
2021-06-28Install shared objects under their ABI namesFlorian Weimer
2021-06-28elf: Generalize name-based DSO recognition in ldconfigFlorian Weimer
2021-06-25elf: Disable most of TLS modid gaps processing [BZ #27135]Florian Weimer
2021-06-25elf: Fix glibc-hwcaps priorities with cache flags mismatches [BZ #27046]Florian Weimer
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella
2021-06-17elf: Use _dl_catch_error from base namespace in dl-libc.c [BZ #27646]Florian Weimer
2021-06-09Remove stale references to libdl.aFlorian Weimer
2021-06-09Fix elf/tst-tls9-static after libdl cleanups.Stefan Liebler
2021-06-03dlfcn: Rework static dlopen hooksFlorian Weimer
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer
2021-06-03dlfcn: Move dlvsym into libcFlorian Weimer
2021-06-03dlfcn: Move dlsym into libcFlorian Weimer
2021-05-21elf: Use custom NODELETE DSO for tst-dlopenfail, tst-dlopenfail-2Florian Weimer
2021-05-21nptl: Eliminate the __static_tls_size, __static_tls_align_m1 variablesFlorian Weimer
2021-05-20elf: Initialize GLRO (dl_minsigstacksize) after static dlopenFlorian Weimer
2021-05-19elf: Add hook for checking HWCAP bits after auxiliary vector parsingFlorian Weimer
2021-05-18ldconfig: Avoid boolean coercion of opt_chrootSiddhesh Poyarekar
2021-05-18ldconfig: Fix memory leaksSiddhesh Poyarekar
2021-05-18elf/cache.c: Fix resource leaks identified by static analyzersSiddhesh Poyarekar
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-12Remove all usage of @BASH@ or ${BASH} in installed files, and hardcode /bin/b...Romain GEISSLER
2021-05-11elf: Fix DTV gap reuse logic [BZ #27135]Szabolcs Nagy
2021-05-11elf: Add test case for [BZ #19329]Szabolcs Nagy
2021-05-11elf: Use relaxed atomics for racy accesses [BZ #19329]Szabolcs Nagy
2021-05-11elf: Fix data races in pthread_create and TLS access [BZ #19329]Szabolcs Nagy
2021-05-11_dl_exception_create_format: Add missing va_endSiddhesh Poyarekar
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-05nptl: Consolidate async cancel enable/disable implementation in libcFlorian Weimer
2021-05-05elf, nptl: Initialize static TLS directly in ld.soFlorian Weimer
2021-04-21pthread: Introduce __pthread_early_initFlorian Weimer
2021-04-21elf: Introduce __tls_init_tp for second-phase TCB initializationFlorian 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-21nptl: Move __pthread_unwind_next into libcFlorian Weimer
2021-04-21elf: Remove lazy tlsdesc relocation related codeSzabolcs Nagy
2021-04-15elf: Fix missing include in test case [BZ #27136]Szabolcs Nagy