aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2022-02-02Fix elf/tst-audit25a with default bind now toolchainsSzabolcs Nagy1-0/+1
2022-02-01elf: Fix runtime linker auditing on aarch64 (BZ #26643)Ben Woodard1-1/+2
2022-02-01elf: Issue la_symbind for bind-now (BZ #23734)Adhemerval Zanella28-37/+1322
2022-02-01elf: Fix initial-exec TLS access on audit modules (BZ #28096)Adhemerval Zanella6-4/+167
2022-02-01elf: Add la_activity during application exitAdhemerval Zanella5-0/+351
2022-01-31elf: Add <dl-r_debug.h>H.J. Lu2-25/+24
2022-01-28Fix elf/loadfail test build dependenciesSzabolcs Nagy1-1/+3
2022-01-27Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader)Florian Weimer3-0/+39
2022-01-26Guard tst-valgrind-smoke.out with run-built-testsMark Wielaard1-0/+2
2022-01-26elf: Replace tst-p_alignmod1-editX with a python scriptAdhemerval Zanella4-190/+4
2022-01-25elf: Fix use-after-free in ldconfig [BZ #26779]Martin Sebor1-1/+1
2022-01-24elf: Add a test for PT_LOAD segments with invalid p_align [BZ #28688]H.J. Lu4-0/+88
2022-01-24elf: Add a test for PT_LOAD segments with p_align == 1 [BZ #28688]H.J. Lu3-0/+67
2022-01-24elf: Add a test for PT_LOAD segments with mixed p_align [BZ #28676]H.J. Lu6-0/+258
2022-01-24Add and use link-test-modules-rpath-link [BZ #28455]H.J. Lu3-0/+80
2022-01-22Add valgrind smoke testAlexandra Hájková3-0/+102
2022-01-21elf: Properly align all PT_LOAD segments [BZ #28676]H.J. Lu1-1/+8
2022-01-18elf: Fix tst-align3Adhemerval Zanella1-2/+3
2022-01-18elf: Move _dl_setup_hash to its own fileFlorian Weimer3-45/+65
2022-01-17elf: Reinstate tst-audit17Adhemerval Zanella1-0/+1
2022-01-17elf: Fix 64 time_t support for installed statically binariesAdhemerval Zanella5-36/+36
2022-01-17Revert "elf: Fix 64 time_t support for installed statically binaries"Adhemerval Zanella5-36/+36
2022-01-17elf/tst-dl_find_object: Disable subtests for non-contiguous maps (bug 28732)Florian Weimer1-12/+17
2022-01-17elf: Set l_contiguous to 1 for the main map in more casesFlorian Weimer1-0/+25
2022-01-17elf: Introduce rtld_setup_main_mapFlorian Weimer1-144/+159
2022-01-15elf tst-dl_find_object: Fix typoSamuel Thibault1-1/+1
2022-01-14Add --with-rtld-early-cflags configure optionFlorian Weimer1-0/+8
2022-01-14elf: Split dl-printf.c from dl-misc.cFlorian Weimer3-277/+297
2022-01-14elf/Makefile: Reflow and sort most variable assignmentsFlorian Weimer1-102/+318
2022-01-12elf: Fix 64 time_t support for installed statically binariesAdhemerval Zanella5-36/+36
2022-01-10elf: Simplify software TM implementation in _dl_find_objectFlorian Weimer1-36/+20
2022-01-07elf: Fix fences in _dl_find_object_update (bug 28745)Florian Weimer3-77/+133
2022-01-05elf: Add reloc for OpenRISCStafford Horne1-0/+37
2022-01-04elf: Add a comment after trailing backslashesH.J. Lu1-0/+4
2022-01-04elf: Also try DT_RUNPATH for LD_AUDIT dlopen [BZ #28455]H.J. Lu3-3/+24
2022-01-04elf: Fix tst-linkall-static link when pthread is not in libcSamuel Thibault1-0/+4
2022-01-03elf: Sort tests and modules-namesH.J. Lu1-147/+405
2022-01-03Remove stale reference to libanl.aAdhemerval Zanella1-1/+0
2022-01-03elf: Add <dl-debug.h>H.J. Lu2-18/+6
2022-01-01Update copyright dates not handled by scripts/update-copyrights.Paul Eggert5-5/+5
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert319-320/+320
2021-12-28elf: Add _dl_find_object functionFlorian Weimer23-4/+1697
2021-12-28elf: Do not fail for failed dlmopen on audit modules (BZ #28061)Adhemerval Zanella4-2/+87
2021-12-28elf: Issue audit la_objopen for vDSOAdhemerval Zanella6-8/+197
2021-12-28elf: Add audit tests for modules with TLSDESCAdhemerval Zanella6-0/+242
2021-12-28elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)Adhemerval Zanella9-10/+289
2021-12-28elf: Add _dl_audit_pltexitAdhemerval Zanella3-66/+58
2021-12-28elf: Add _dl_audit_pltenterAdhemerval Zanella2-72/+78
2021-12-28elf: Add _dl_audit_preinitAdhemerval Zanella2-1/+16
2021-12-28elf: Add _dl_audit_symbind_alt and _dl_audit_symbindAdhemerval Zanella4-124/+125