summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* elf: Fix audit regressionAdhemerval Zanella2021-07-304-10/+61
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-222-10/+6
* elf: Fix a wrong array access on tst-tls20Adhemerval Zanella2021-07-161-4/+4
* elf: Add -Wl,--no-as-needed for tst-tls-manydynamic*mod-dep-bad.so (BZ #28089)Adhemerval Zanella2021-07-151-0/+11
* elf: Fix DTV gap reuse logic (BZ #27135)Adhemerval Zanella2021-07-147-31/+347
* Force building with -fno-commonFlorian Weimer2021-07-092-5/+4
* Add NT_ARM_PAC_ENABLED_KEYS to elf.hJoseph Myers2021-07-081-0/+2
* elf/tests: Make thrlock and noload depend on libmSiddhesh Poyarekar2021-07-081-0/+2
* elf: Clean up GLIBC_PRIVATE exports of internal libdl symbolsFlorian Weimer2021-07-079-243/+4
* elf: Call free from base namespace on error in dl-libc.c [BZ #27646]Florian Weimer2021-07-061-1/+1
* Linux: Cleanups after librt moveFlorian Weimer2021-06-281-1/+3
* Install shared objects under their ABI namesFlorian Weimer2021-06-281-8/+2
* elf: Generalize name-based DSO recognition in ldconfigFlorian Weimer2021-06-284-4/+72
* elf: Disable most of TLS modid gaps processing [BZ #27135]Florian Weimer2021-06-253-6/+15
* elf: Fix glibc-hwcaps priorities with cache flags mismatches [BZ #27046]Florian Weimer2021-06-251-64/+60
* Use 64 bit time_t stat internallyAdhemerval Zanella2021-06-223-8/+8
* elf: Use _dl_catch_error from base namespace in dl-libc.c [BZ #27646]Florian Weimer2021-06-174-3/+66
* Remove stale references to libdl.aFlorian Weimer2021-06-091-6/+1
* Fix elf/tst-tls9-static after libdl cleanups.Stefan Liebler2021-06-091-2/+0
* dlfcn: Rework static dlopen hooksFlorian Weimer2021-06-033-68/+24
* dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer2021-06-031-143/+29
* dlfcn: Move dlvsym into libcFlorian Weimer2021-06-031-1/+1
* dlfcn: Move dlsym into libcFlorian Weimer2021-06-032-1/+1
* elf: Use custom NODELETE DSO for tst-dlopenfail, tst-dlopenfail-2Florian Weimer2021-05-215-36/+61
* nptl: Eliminate the __static_tls_size, __static_tls_align_m1 variablesFlorian Weimer2021-05-211-2/+3
* elf: Initialize GLRO (dl_minsigstacksize) after static dlopenFlorian Weimer2021-05-201-0/+3
* elf: Add hook for checking HWCAP bits after auxiliary vector parsingFlorian Weimer2021-05-191-0/+3
* ldconfig: Avoid boolean coercion of opt_chrootSiddhesh Poyarekar2021-05-181-17/+17
* ldconfig: Fix memory leaksSiddhesh Poyarekar2021-05-181-6/+14
* elf/cache.c: Fix resource leaks identified by static analyzersSiddhesh Poyarekar2021-05-181-4/+12
* elf: Move static TLS size and alignment into _rtld_global_roFlorian Weimer2021-05-173-14/+20
* elf: Remove DL_STATIC_INITFlorian Weimer2021-05-171-4/+0
* elf: Partially initialize ld.so after static dlopen (bug 20802)Florian Weimer2021-05-175-5/+174
* Remove all usage of @BASH@ or ${BASH} in installed files, and hardcode /bin/b...Romain GEISSLER2021-05-123-5/+3
* 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-113-16/+40
* elf: Fix data races in pthread_create and TLS access [BZ #19329]Szabolcs Nagy2021-05-111-16/+47
* _dl_exception_create_format: Add missing va_endSiddhesh Poyarekar2021-05-111-0/+1
* nptl: Move changing of stack permissions into ld.soFlorian Weimer2021-05-103-6/+10
* nptl: Move more stack management variables into _rtld_globalFlorian Weimer2021-05-101-0/+3
* elf: Introduce __tls_pre_init_tpFlorian Weimer2021-05-103-38/+31
* elf, nptl: Resolve recursive lock implementation earlyFlorian Weimer2021-05-103-1/+39
* nptl: Consolidate async cancel enable/disable implementation in libcFlorian Weimer2021-05-051-2/+4
* elf, nptl: Initialize static TLS directly in ld.soFlorian Weimer2021-05-055-5/+46
* pthread: Introduce __pthread_early_initFlorian Weimer2021-04-211-0/+3
* elf: Introduce __tls_init_tp for second-phase TCB initializationFlorian Weimer2021-04-213-13/+27
* dlfcn: dlerror needs to call free from the base namespace [BZ #24773]Florian Weimer2021-04-214-11/+52
* dlfcn: Failures after dlmopen should not terminate process [BZ #24772]Florian Weimer2021-04-215-2/+97
* nptl: Move __pthread_unwind_next into libcFlorian Weimer2021-04-211-0/+2