summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* Fix elf/tst-audit25a with default bind now toolchainsSzabolcs Nagy2022-02-021-0/+1
* elf: Fix runtime linker auditing on aarch64 (BZ #26643)Ben Woodard2022-02-011-1/+2
* elf: Issue la_symbind for bind-now (BZ #23734)Adhemerval Zanella2022-02-0128-37/+1322
* elf: Fix initial-exec TLS access on audit modules (BZ #28096)Adhemerval Zanella2022-02-016-4/+167
* elf: Add la_activity during application exitAdhemerval Zanella2022-02-015-0/+351
* elf: Add <dl-r_debug.h>H.J. Lu2022-01-312-25/+24
* Fix elf/loadfail test build dependenciesSzabolcs Nagy2022-01-281-1/+3
* Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader)Florian Weimer2022-01-273-0/+39
* Guard tst-valgrind-smoke.out with run-built-testsMark Wielaard2022-01-261-0/+2
* elf: Replace tst-p_alignmod1-editX with a python scriptAdhemerval Zanella2022-01-264-190/+4
* elf: Fix use-after-free in ldconfig [BZ #26779]Martin Sebor2022-01-251-1/+1
* elf: Add a test for PT_LOAD segments with invalid p_align [BZ #28688]H.J. Lu2022-01-244-0/+88
* elf: Add a test for PT_LOAD segments with p_align == 1 [BZ #28688]H.J. Lu2022-01-243-0/+67
* elf: Add a test for PT_LOAD segments with mixed p_align [BZ #28676]H.J. Lu2022-01-246-0/+258
* Add and use link-test-modules-rpath-link [BZ #28455]H.J. Lu2022-01-243-0/+80
* Add valgrind smoke testAlexandra Hájková2022-01-223-0/+102
* elf: Properly align all PT_LOAD segments [BZ #28676]H.J. Lu2022-01-211-1/+8
* elf: Fix tst-align3Adhemerval Zanella2022-01-181-2/+3
* elf: Move _dl_setup_hash to its own fileFlorian Weimer2022-01-183-45/+65
* elf: Reinstate tst-audit17Adhemerval Zanella2022-01-171-0/+1
* elf: Fix 64 time_t support for installed statically binariesAdhemerval Zanella2022-01-175-36/+36
* Revert "elf: Fix 64 time_t support for installed statically binaries"Adhemerval Zanella2022-01-175-36/+36
* elf/tst-dl_find_object: Disable subtests for non-contiguous maps (bug 28732)Florian Weimer2022-01-171-12/+17
* elf: Set l_contiguous to 1 for the main map in more casesFlorian Weimer2022-01-171-0/+25
* elf: Introduce rtld_setup_main_mapFlorian Weimer2022-01-171-144/+159
* elf tst-dl_find_object: Fix typoSamuel Thibault2022-01-151-1/+1
* Add --with-rtld-early-cflags configure optionFlorian Weimer2022-01-141-0/+8
* elf: Split dl-printf.c from dl-misc.cFlorian Weimer2022-01-143-277/+297
* elf/Makefile: Reflow and sort most variable assignmentsFlorian Weimer2022-01-141-102/+318
* elf: Fix 64 time_t support for installed statically binariesAdhemerval Zanella2022-01-125-36/+36
* elf: Simplify software TM implementation in _dl_find_objectFlorian Weimer2022-01-101-36/+20
* elf: Fix fences in _dl_find_object_update (bug 28745)Florian Weimer2022-01-073-77/+133
* elf: Add reloc for OpenRISCStafford Horne2022-01-051-0/+37
* elf: Add a comment after trailing backslashesH.J. Lu2022-01-041-0/+4
* elf: Also try DT_RUNPATH for LD_AUDIT dlopen [BZ #28455]H.J. Lu2022-01-043-3/+24
* elf: Fix tst-linkall-static link when pthread is not in libcSamuel Thibault2022-01-041-0/+4
* elf: Sort tests and modules-namesH.J. Lu2022-01-031-147/+405
* Remove stale reference to libanl.aAdhemerval Zanella2022-01-031-1/+0
* elf: Add <dl-debug.h>H.J. Lu2022-01-032-18/+6
* Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2022-01-015-5/+5
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01319-320/+320
* elf: Add _dl_find_object functionFlorian Weimer2021-12-2823-4/+1697
* elf: Do not fail for failed dlmopen on audit modules (BZ #28061)Adhemerval Zanella2021-12-284-2/+87
* elf: Issue audit la_objopen for vDSOAdhemerval Zanella2021-12-286-8/+197
* elf: Add audit tests for modules with TLSDESCAdhemerval Zanella2021-12-286-0/+242
* elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)Adhemerval Zanella2021-12-289-10/+289
* elf: Add _dl_audit_pltexitAdhemerval Zanella2021-12-283-66/+58
* elf: Add _dl_audit_pltenterAdhemerval Zanella2021-12-282-72/+78
* elf: Add _dl_audit_preinitAdhemerval Zanella2021-12-282-1/+16
* elf: Add _dl_audit_symbind_alt and _dl_audit_symbindAdhemerval Zanella2021-12-284-124/+125