about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* rtld: Remove DL_ARGV_NOT_RELROSzabolcs Nagy2022-05-041-7/+0
* rtld: Use generic argv adjustment in ld.so [BZ #23293]Szabolcs Nagy2022-05-041-15/+68
* elf: Remove fallback to the start of DT_STRTAB for dladdrFangrui Song2022-05-021-11/+5
* Use __ehdr_start rather than _begin in _dl_start_finalAlan Modra2022-04-282-6/+4
* elf: Fix DFS sorting algorithm for LD_TRACE_LOADED_OBJECTS with missing libra...Adhemerval Zanella2022-04-2713-1/+92
* elf: Add more DT_RELR testsH.J. Lu2022-04-2610-3/+286
* elf: Properly handle zero DT_RELA/DT_REL valuesH.J. Lu2022-04-262-7/+23
* elf: Support DT_RELR relative relocation format [BZ #27924]Fangrui Song2022-04-265-0/+128
* Add GLIBC_ABI_DT_RELR for DT_RELR supportH.J. Lu2022-04-263-4/+50
* elf: Define DT_RELR related macros and typesH.J. Lu2022-04-261-2/+11
* elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOCFangrui Song2022-04-261-1/+1
* dlfcn: Do not use rtld_active () to determine ld.so state (bug 29078)Florian Weimer2022-04-264-4/+149
* elf: Move post-relocation code of _dl_start into _dl_start_finalFangrui Song2022-04-251-15/+10
* Default to --with-default-link=no (bug 25812)Florian Weimer2022-04-222-0/+170
* scripts: Add glibcelf.py moduleFlorian Weimer2022-04-222-0/+267
* elf: Move elf_dynamic_do_Rel RTLD_BOOTSTRAP branches outsideFangrui Song2022-04-201-21/+28
* elf: Remove __libc_init_secureFangrui Song2022-04-191-10/+0
* S390: Add new s390 platform z16.Stefan Liebler2022-04-142-0/+14
* Replace {u}int_fast{16|32} with {u}int32_tNoah Goldstein2022-04-135-10/+10
* elf: Fix memory leak in _dl_find_object_update (bug 29062)Florian Weimer2022-04-131-2/+3
* S390: Fix elf/tst-audit25[ab]Stefan Liebler2022-04-071-1/+2
* Allow for unpriviledged nested containersDJ Delorie2022-04-041-0/+2
* elf: Remove unused functions from tst-audit25(a,b)Adhemerval Zanella2022-03-312-16/+0
* elf: Remove unused variables in testsAdhemerval Zanella2022-03-313-6/+0
* elf: Fix wrong fscanf usage on tst-plddAdhemerval Zanella2022-03-311-1/+2
* Linux: Consolidate auxiliary vector parsing (redo)Florian Weimer2022-02-282-76/+14
* build: Properly generate .d dependency files [BZ #28922]H.J. Lu2022-02-251-0/+3
* elf: Check invalid hole in PT_LOAD segments [BZ #28838]H.J. Lu2022-02-211-0/+3
* Revert "Linux: Consolidate auxiliary vector parsing"Florian Weimer2022-02-111-4/+76
* elf: Remove LD_USE_LOAD_BIASAdhemerval Zanella2022-02-103-16/+1
* malloc: Remove LD_TRACE_PRELINKING usage from mtraceAdhemerval Zanella2022-02-102-9/+16
* elf: Remove prelink supportAdhemerval Zanella2022-02-1010-605/+53
* Linux: Consolidate auxiliary vector parsingFlorian Weimer2022-02-101-76/+4
* elf: Merge dl-sysdep.c into the Linux versionFlorian Weimer2022-02-101-350/+2
* hppa: Fix bind-now audit (BZ #28857)Adhemerval Zanella2022-02-095-5/+10
* elf: Replace tst-audit24bmod2.so with tst-audit24bmod2H.J. Lu2022-02-061-1/+1
* 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