Age | Commit message (Expand) | Author |
2022-04-28 | Use __ehdr_start rather than _begin in _dl_start_final | Alan Modra |
2022-04-27 | elf: Fix DFS sorting algorithm for LD_TRACE_LOADED_OBJECTS with missing libra... | Adhemerval Zanella |
2022-04-26 | elf: Add more DT_RELR tests | H.J. Lu |
2022-04-26 | elf: Properly handle zero DT_RELA/DT_REL values | H.J. Lu |
2022-04-26 | elf: Support DT_RELR relative relocation format [BZ #27924] | Fangrui Song |
2022-04-26 | Add GLIBC_ABI_DT_RELR for DT_RELR support | H.J. Lu |
2022-04-26 | elf: Define DT_RELR related macros and types | H.J. Lu |
2022-04-26 | elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOC | Fangrui Song |
2022-04-26 | dlfcn: Do not use rtld_active () to determine ld.so state (bug 29078) | Florian Weimer |
2022-04-25 | elf: Move post-relocation code of _dl_start into _dl_start_final | Fangrui Song |
2022-04-22 | Default to --with-default-link=no (bug 25812) | Florian Weimer |
2022-04-22 | scripts: Add glibcelf.py module | Florian Weimer |
2022-04-20 | elf: Move elf_dynamic_do_Rel RTLD_BOOTSTRAP branches outside | Fangrui Song |
2022-04-19 | elf: Remove __libc_init_secure | Fangrui Song |
2022-04-14 | S390: Add new s390 platform z16. | Stefan Liebler |
2022-04-13 | Replace {u}int_fast{16|32} with {u}int32_t | Noah Goldstein |
2022-04-13 | elf: Fix memory leak in _dl_find_object_update (bug 29062) | Florian Weimer |
2022-04-07 | S390: Fix elf/tst-audit25[ab] | Stefan Liebler |
2022-04-04 | Allow for unpriviledged nested containers | DJ Delorie |
2022-03-31 | elf: Remove unused functions from tst-audit25(a,b) | Adhemerval Zanella |
2022-03-31 | elf: Remove unused variables in tests | Adhemerval Zanella |
2022-03-31 | elf: Fix wrong fscanf usage on tst-pldd | Adhemerval Zanella |
2022-02-28 | Linux: Consolidate auxiliary vector parsing (redo) | Florian Weimer |
2022-02-25 | build: Properly generate .d dependency files [BZ #28922] | H.J. Lu |
2022-02-21 | elf: Check invalid hole in PT_LOAD segments [BZ #28838] | H.J. Lu |
2022-02-11 | Revert "Linux: Consolidate auxiliary vector parsing" | Florian Weimer |
2022-02-10 | elf: Remove LD_USE_LOAD_BIAS | Adhemerval Zanella |
2022-02-10 | malloc: Remove LD_TRACE_PRELINKING usage from mtrace | Adhemerval Zanella |
2022-02-10 | elf: Remove prelink support | Adhemerval Zanella |
2022-02-10 | Linux: Consolidate auxiliary vector parsing | Florian Weimer |
2022-02-10 | elf: Merge dl-sysdep.c into the Linux version | Florian Weimer |
2022-02-09 | hppa: Fix bind-now audit (BZ #28857) | Adhemerval Zanella |
2022-02-06 | elf: Replace tst-audit24bmod2.so with tst-audit24bmod2 | H.J. Lu |
2022-02-02 | Fix elf/tst-audit25a with default bind now toolchains | Szabolcs Nagy |
2022-02-01 | elf: Fix runtime linker auditing on aarch64 (BZ #26643) | Ben Woodard |
2022-02-01 | elf: Issue la_symbind for bind-now (BZ #23734) | Adhemerval Zanella |
2022-02-01 | elf: Fix initial-exec TLS access on audit modules (BZ #28096) | Adhemerval Zanella |
2022-02-01 | elf: Add la_activity during application exit | Adhemerval Zanella |
2022-01-31 | elf: Add <dl-r_debug.h> | H.J. Lu |
2022-01-28 | Fix elf/loadfail test build dependencies | Szabolcs Nagy |
2022-01-27 | Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader) | Florian Weimer |
2022-01-26 | Guard tst-valgrind-smoke.out with run-built-tests | Mark Wielaard |
2022-01-26 | elf: Replace tst-p_alignmod1-editX with a python script | Adhemerval Zanella |
2022-01-25 | elf: Fix use-after-free in ldconfig [BZ #26779] | Martin Sebor |
2022-01-24 | elf: Add a test for PT_LOAD segments with invalid p_align [BZ #28688] | H.J. Lu |
2022-01-24 | elf: Add a test for PT_LOAD segments with p_align == 1 [BZ #28688] | H.J. Lu |
2022-01-24 | elf: Add a test for PT_LOAD segments with mixed p_align [BZ #28676] | H.J. Lu |
2022-01-24 | Add and use link-test-modules-rpath-link [BZ #28455] | H.J. Lu |
2022-01-22 | Add valgrind smoke test | Alexandra Hájková |
2022-01-21 | elf: Properly align all PT_LOAD segments [BZ #28676] | H.J. Lu |