| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix elf/tst-audit25a with default bind now toolchains | Szabolcs Nagy | 2022-02-02 | 1 | -0/+1 |
* | elf: Fix runtime linker auditing on aarch64 (BZ #26643) | Ben Woodard | 2022-02-01 | 1 | -1/+2 |
* | elf: Issue la_symbind for bind-now (BZ #23734) | Adhemerval Zanella | 2022-02-01 | 28 | -37/+1322 |
* | elf: Fix initial-exec TLS access on audit modules (BZ #28096) | Adhemerval Zanella | 2022-02-01 | 6 | -4/+167 |
* | elf: Add la_activity during application exit | Adhemerval Zanella | 2022-02-01 | 5 | -0/+351 |
* | elf: Add <dl-r_debug.h> | H.J. Lu | 2022-01-31 | 2 | -25/+24 |
* | Fix elf/loadfail test build dependencies | Szabolcs Nagy | 2022-01-28 | 1 | -1/+3 |
* | Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader) | Florian Weimer | 2022-01-27 | 3 | -0/+39 |
* | Guard tst-valgrind-smoke.out with run-built-tests | Mark Wielaard | 2022-01-26 | 1 | -0/+2 |
* | elf: Replace tst-p_alignmod1-editX with a python script | Adhemerval Zanella | 2022-01-26 | 4 | -190/+4 |
* | elf: Fix use-after-free in ldconfig [BZ #26779] | Martin Sebor | 2022-01-25 | 1 | -1/+1 |
* | elf: Add a test for PT_LOAD segments with invalid p_align [BZ #28688] | H.J. Lu | 2022-01-24 | 4 | -0/+88 |
* | elf: Add a test for PT_LOAD segments with p_align == 1 [BZ #28688] | H.J. Lu | 2022-01-24 | 3 | -0/+67 |
* | elf: Add a test for PT_LOAD segments with mixed p_align [BZ #28676] | H.J. Lu | 2022-01-24 | 6 | -0/+258 |
* | Add and use link-test-modules-rpath-link [BZ #28455] | H.J. Lu | 2022-01-24 | 3 | -0/+80 |
* | Add valgrind smoke test | Alexandra Hájková | 2022-01-22 | 3 | -0/+102 |
* | elf: Properly align all PT_LOAD segments [BZ #28676] | H.J. Lu | 2022-01-21 | 1 | -1/+8 |
* | elf: Fix tst-align3 | Adhemerval Zanella | 2022-01-18 | 1 | -2/+3 |
* | elf: Move _dl_setup_hash to its own file | Florian Weimer | 2022-01-18 | 3 | -45/+65 |
* | elf: Reinstate tst-audit17 | Adhemerval Zanella | 2022-01-17 | 1 | -0/+1 |
* | elf: Fix 64 time_t support for installed statically binaries | Adhemerval Zanella | 2022-01-17 | 5 | -36/+36 |
* | Revert "elf: Fix 64 time_t support for installed statically binaries" | Adhemerval Zanella | 2022-01-17 | 5 | -36/+36 |
* | elf/tst-dl_find_object: Disable subtests for non-contiguous maps (bug 28732) | Florian Weimer | 2022-01-17 | 1 | -12/+17 |
* | elf: Set l_contiguous to 1 for the main map in more cases | Florian Weimer | 2022-01-17 | 1 | -0/+25 |
* | elf: Introduce rtld_setup_main_map | Florian Weimer | 2022-01-17 | 1 | -144/+159 |
* | elf tst-dl_find_object: Fix typo | Samuel Thibault | 2022-01-15 | 1 | -1/+1 |
* | Add --with-rtld-early-cflags configure option | Florian Weimer | 2022-01-14 | 1 | -0/+8 |
* | elf: Split dl-printf.c from dl-misc.c | Florian Weimer | 2022-01-14 | 3 | -277/+297 |
* | elf/Makefile: Reflow and sort most variable assignments | Florian Weimer | 2022-01-14 | 1 | -102/+318 |
* | elf: Fix 64 time_t support for installed statically binaries | Adhemerval Zanella | 2022-01-12 | 5 | -36/+36 |
* | elf: Simplify software TM implementation in _dl_find_object | Florian Weimer | 2022-01-10 | 1 | -36/+20 |
* | elf: Fix fences in _dl_find_object_update (bug 28745) | Florian Weimer | 2022-01-07 | 3 | -77/+133 |
* | elf: Add reloc for OpenRISC | Stafford Horne | 2022-01-05 | 1 | -0/+37 |
* | elf: Add a comment after trailing backslashes | H.J. Lu | 2022-01-04 | 1 | -0/+4 |
* | elf: Also try DT_RUNPATH for LD_AUDIT dlopen [BZ #28455] | H.J. Lu | 2022-01-04 | 3 | -3/+24 |
* | elf: Fix tst-linkall-static link when pthread is not in libc | Samuel Thibault | 2022-01-04 | 1 | -0/+4 |
* | elf: Sort tests and modules-names | H.J. Lu | 2022-01-03 | 1 | -147/+405 |
* | Remove stale reference to libanl.a | Adhemerval Zanella | 2022-01-03 | 1 | -1/+0 |
* | elf: Add <dl-debug.h> | H.J. Lu | 2022-01-03 | 2 | -18/+6 |
* | Update copyright dates not handled by scripts/update-copyrights. | Paul Eggert | 2022-01-01 | 5 | -5/+5 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2022-01-01 | 319 | -320/+320 |
* | elf: Add _dl_find_object function | Florian Weimer | 2021-12-28 | 23 | -4/+1697 |
* | elf: Do not fail for failed dlmopen on audit modules (BZ #28061) | Adhemerval Zanella | 2021-12-28 | 4 | -2/+87 |
* | elf: Issue audit la_objopen for vDSO | Adhemerval Zanella | 2021-12-28 | 6 | -8/+197 |
* | elf: Add audit tests for modules with TLSDESC | Adhemerval Zanella | 2021-12-28 | 6 | -0/+242 |
* | elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533) | Adhemerval Zanella | 2021-12-28 | 9 | -10/+289 |
* | elf: Add _dl_audit_pltexit | Adhemerval Zanella | 2021-12-28 | 3 | -66/+58 |
* | elf: Add _dl_audit_pltenter | Adhemerval Zanella | 2021-12-28 | 2 | -72/+78 |
* | elf: Add _dl_audit_preinit | Adhemerval Zanella | 2021-12-28 | 2 | -1/+16 |
* | elf: Add _dl_audit_symbind_alt and _dl_audit_symbind | Adhemerval Zanella | 2021-12-28 | 4 | -124/+125 |