aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2024-05-15LoongArch: Add support for TLS Descriptorsmengqinggang1-0/+2
2024-05-07elf: Make glibc.rtld.enable_secure ignore alias environment variablesAdhemerval Zanella2-23/+149
2024-05-07support: Add envp argument to support_capture_subprogramAdhemerval Zanella10-13/+13
2024-05-07elf: Remove glibc.rtld.enable_secure check from parse_tunables_stringAdhemerval Zanella1-20/+38
2024-05-07elf: Only process multiple tunable once (BZ 31686)Adhemerval Zanella2-14/+77
2024-04-25elf: Also compile dl-misc.os with $(rtld-early-cflags)H.J. Lu1-0/+1
2024-04-22Revert "Allow glibc to be compiled without EXEC_PAGESIZE"Samuel Thibault2-7/+1
2024-04-22elf: Do not check for loader mmap on tst-decorate-maps (BZ 31553)Adhemerval Zanella1-6/+6
2024-04-16elf/rtld: Count skipped environment variables for enable_secureJoe Simmons-Talbott3-8/+66
2024-04-13Revert "x86_64: Suppress false positive valgrind error"Florian Weimer2-5/+3
2024-04-08elf: Add ld.so test with non-existing program nameFlorian Weimer2-0/+46
2024-04-08elf: Check objname before calling fatal_errorH.J. Lu1-1/+5
2024-04-08elf: Add CPU iteration support for future use in ld.so diagnosticsFlorian Weimer1-0/+136
2024-03-23Allow glibc to be compiled without EXEC_PAGESIZESergey Bugaev2-1/+7
2024-03-19powerpc: Add HWCAP3/HWCAP4 data to TCB for Power Architecture.Manjunath Matti3-0/+8
2024-03-19elf: Enable TLS descriptor tests on aarch64Adhemerval Zanella1-13/+13
2024-03-19arm: Update _dl_tlsdesc_dynamic to preserve caller-saved registers (BZ 31372)Adhemerval Zanella5-7/+10
2024-02-29rtld: Add glibc.rtld.enable_secure tunable.Joe Simmons-Talbott5-0/+146
2024-02-28x86_64: Suppress false positive valgrind errorH.J. Lu2-3/+5
2024-02-28x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registersH.J. Lu6-0/+269
2024-02-23arm: Use _dl_find_object on __gnu_Unwind_Find_exidx (BZ 31405)Adhemerval Zanella2-3/+4
2024-02-22elf: Add new LoongArch reloc types (110 to 126) into elf.hXi Ruoyao1-0/+17
2024-02-09elf: Remove attempt at env handling in elf/tst-rtld-list-diagnostics.pyFlorian Weimer1-3/+2
2024-02-01elf: Remove _dl_sysdep_open_object hook functionFlorian Weimer2-60/+0
2024-01-29elf: correct relocation statistics for !ELF_MACHINE_START_ADDRESSAndreas Schwab1-4/+3
2024-01-10elf: Fix tst-nodeps2 test failure.Carlos O'Donell1-1/+4
2024-01-08Remove ia64-linux-gnuAdhemerval Zanella1-3/+0
2024-01-05elf: Add ELF_DYNAMIC_AFTER_RELOC to rewrite PLTH.J. Lu3-0/+11
2024-01-01Update copyright dates not handled by scripts/update-copyrightsPaul Eggert5-5/+5
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert395-396/+396
2024-01-01elf: Always provide _dl_get_dl_main_map in libc.aH.J. Lu1-2/+0
2023-12-20elf: Add TLS modid reuse test for bug 29039Szabolcs Nagy5-0/+113
2023-12-20Fix elf/tst-env-setuid[-static] if test needs to be rerun.Stefan Liebler3-6/+42
2023-12-19elf: Do not set invalid tunables valuesAdhemerval Zanella3-6/+68
2023-12-19elf: Do not duplicate the GLIBC_TUNABLES stringAdhemerval Zanella3-53/+99
2023-12-08elf: Initialize GLRO(dl_lazy) before relocating libc in dynamic startupFlorian Weimer1-3/+3
2023-12-07elf: Fix wrong break removal from 8ee878592cAdhemerval Zanella1-0/+1
2023-12-05elf: Refactor process_envvarsAdhemerval Zanella1-48/+84
2023-12-05elf: Ignore LD_BIND_NOW and LD_BIND_NOT for setuid binariesAdhemerval Zanella2-4/+8
2023-12-05elf: Ignore loader debug env vars for setuidAdhemerval Zanella2-8/+18
2023-11-29elf: Add a way to check if tunable is set (BZ 27069)Adhemerval Zanella5-0/+71
2023-11-28elf: Fix TLS modid reuse generation assignment (BZ 29039)Hector Martin1-0/+1
2023-11-27elf: Relocate libc.so early during startup and dlmopen (bug 31083)Florian Weimer7-2/+118
2023-11-27elf: Introduce the _dl_open_relocate_one_object functionFlorian Weimer1-39/+47
2023-11-27elf: In _dl_relocate_object, skip processing if object is relocatedFlorian Weimer1-3/+3
2023-11-21elf: Add comments on how LD_AUDIT and LD_PRELOAD handle __libc_enable_secureAdhemerval Zanella1-1/+8
2023-11-21elf: Ignore LD_LIBRARY_PATH and debug env var for setuid for staticAdhemerval Zanella1-16/+16
2023-11-21elf: Remove any_debug from dl_main_stateAdhemerval Zanella2-6/+1
2023-11-21elf: Remove LD_PROFILE for static binariesAdhemerval Zanella5-25/+16
2023-11-21elf: Ignore LD_PROFILE for setuid binariesAdhemerval Zanella3-6/+17