about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
...
* elf: Move LAV_CURRENT to link_lavcurrent.hAdhemerval Zanella2022-04-082-1/+2
* elf: Fix elf_get_dynamic_info() for bootstrapAdhemerval Zanella2022-04-085-45/+61
* elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella2022-04-087-65/+73
* elf: Fix elf_get_dynamic_info definitionAdhemerval Zanella2022-04-088-17/+24
* elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song2022-04-087-107/+108
* Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader)Florian Weimer2022-01-313-0/+36
* elf/Makefile: Reflow and sort most variable assignmentsFlorian Weimer2022-01-311-92/+296
* elf: Add a comment after trailing backslashesH.J. Lu2022-01-311-0/+4
* elf: Sort tests and modules-namesH.J. Lu2022-01-311-127/+385
* elf: Earlier missing dynamic segment check in _dl_map_object_from_fdFlorian Weimer2021-11-051-10/+12
* Avoid warning: overriding recipe for .../tst-ro-dynamic-mod.soH.J. Lu2021-11-031-2/+3
* ld.so: Initialize bootstrap_map.l_ld_readonly [BZ #28340]H.J. Lu2021-11-031-0/+1
* ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu2021-11-039-27/+97
* elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy2021-10-195-9/+56
* elf: Replace nsid with args.nsid [BZ #27609]H.J. Lu2021-10-131-1/+1
* elf: Fix missing colon in LD_SHOW_AUXV output [BZ #28253]Arjun Shankar2021-08-201-1/+1
* ldconfig: avoid leak on empty paths in config fileSiddhesh Poyarekar2021-08-041-1/+5
* 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