aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2021-08-24elf: Skip tst-auditlogmod-* if the linker doesn't support --depaudit [BZ #28151]Fangrui Song1-1/+3
2021-08-23rtld: copy terminating null in tunables_strdup (bug 28256)Andreas Schwab1-2/+0
2021-08-20elf: Fix missing colon in LD_SHOW_AUXV output [BZ #28253]Arjun Shankar1-1/+1
2021-08-16elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ ...Fangrui Song11-193/+60
2021-08-10elf: Unconditionally use __ehdr_startFangrui Song1-9/+4
2021-08-03ldconfig: avoid leak on empty paths in config fileSiddhesh Poyarekar1-1/+5
2021-07-30elf: Fix audit regressionAdhemerval Zanella4-10/+61
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar2-10/+6
2021-07-16elf: Fix a wrong array access on tst-tls20Adhemerval Zanella1-4/+4
2021-07-15elf: Add -Wl,--no-as-needed for tst-tls-manydynamic*mod-dep-bad.so (BZ #28089)Adhemerval Zanella1-0/+11
2021-07-14elf: Fix DTV gap reuse logic (BZ #27135)Adhemerval Zanella7-31/+347
2021-07-09Force building with -fno-commonFlorian Weimer2-5/+4
2021-07-08Add NT_ARM_PAC_ENABLED_KEYS to elf.hJoseph Myers1-0/+2
2021-07-08elf/tests: Make thrlock and noload depend on libmSiddhesh Poyarekar1-0/+2
2021-07-07elf: Clean up GLIBC_PRIVATE exports of internal libdl symbolsFlorian Weimer9-243/+4
2021-07-06elf: Call free from base namespace on error in dl-libc.c [BZ #27646]Florian Weimer1-1/+1
2021-06-28Linux: Cleanups after librt moveFlorian Weimer1-1/+3
2021-06-28Install shared objects under their ABI namesFlorian Weimer1-8/+2
2021-06-28elf: Generalize name-based DSO recognition in ldconfigFlorian Weimer4-4/+72
2021-06-25elf: Disable most of TLS modid gaps processing [BZ #27135]Florian Weimer3-6/+15
2021-06-25elf: Fix glibc-hwcaps priorities with cache flags mismatches [BZ #27046]Florian Weimer1-64/+60
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella3-8/+8
2021-06-17elf: Use _dl_catch_error from base namespace in dl-libc.c [BZ #27646]Florian Weimer4-3/+66
2021-06-09Remove stale references to libdl.aFlorian Weimer1-6/+1
2021-06-09Fix elf/tst-tls9-static after libdl cleanups.Stefan Liebler1-2/+0
2021-06-03dlfcn: Rework static dlopen hooksFlorian Weimer3-68/+24
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer1-143/+29
2021-06-03dlfcn: Move dlvsym into libcFlorian Weimer1-1/+1
2021-06-03dlfcn: Move dlsym into libcFlorian Weimer2-1/+1
2021-05-21elf: Use custom NODELETE DSO for tst-dlopenfail, tst-dlopenfail-2Florian Weimer5-36/+61
2021-05-21nptl: Eliminate the __static_tls_size, __static_tls_align_m1 variablesFlorian Weimer1-2/+3
2021-05-20elf: Initialize GLRO (dl_minsigstacksize) after static dlopenFlorian Weimer1-0/+3
2021-05-19elf: Add hook for checking HWCAP bits after auxiliary vector parsingFlorian Weimer1-0/+3
2021-05-18ldconfig: Avoid boolean coercion of opt_chrootSiddhesh Poyarekar1-17/+17
2021-05-18ldconfig: Fix memory leaksSiddhesh Poyarekar1-6/+14
2021-05-18elf/cache.c: Fix resource leaks identified by static analyzersSiddhesh Poyarekar1-4/+12
2021-05-17elf: Move static TLS size and alignment into _rtld_global_roFlorian Weimer3-14/+20
2021-05-17elf: Remove DL_STATIC_INITFlorian Weimer1-4/+0
2021-05-17elf: Partially initialize ld.so after static dlopen (bug 20802)Florian Weimer5-5/+174
2021-05-12Remove all usage of @BASH@ or ${BASH} in installed files, and hardcode /bin/b...Romain GEISSLER3-5/+3
2021-05-11elf: Fix DTV gap reuse logic [BZ #27135]Szabolcs Nagy3-15/+6
2021-05-11elf: Add test case for [BZ #19329]Szabolcs Nagy3-2/+76
2021-05-11elf: Use relaxed atomics for racy accesses [BZ #19329]Szabolcs Nagy3-16/+40
2021-05-11elf: Fix data races in pthread_create and TLS access [BZ #19329]Szabolcs Nagy1-16/+47
2021-05-11_dl_exception_create_format: Add missing va_endSiddhesh Poyarekar1-0/+1
2021-05-10nptl: Move changing of stack permissions into ld.soFlorian Weimer3-6/+10
2021-05-10nptl: Move more stack management variables into _rtld_globalFlorian Weimer1-0/+3
2021-05-10elf: Introduce __tls_pre_init_tpFlorian Weimer3-38/+31
2021-05-10elf, nptl: Resolve recursive lock implementation earlyFlorian Weimer3-1/+39
2021-05-05nptl: Consolidate async cancel enable/disable implementation in libcFlorian Weimer1-2/+4