aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2024-06-18elf: Remove HWCAP_IMPORTANTStefan Liebler1-1/+0
2024-06-18elf: Remove LD_HWCAP_MASK / tunable glibc.cpu.hwcap_maskStefan Liebler2-8/+0
2024-06-18elf: Remove _dl_string_platformStefan Liebler1-2/+0
2024-06-18elf: Remove loading legacy hwcaps/platform entries in dynamic loaderStefan Liebler1-19/+3
2024-06-14elf: Change module-names to modules-names in commentsH.J. Lu1-1/+1
2024-06-12linux: Remove __stack_protAdhemerval Zanella1-45/+1
2024-06-04Add more NT_ARM_* constants from Linux kernel to elf.hJoseph Myers1-0/+4
2024-06-03elf: Avoid some free (NULL) calls in _dl_update_slotinfoFlorian Weimer1-1/+8
2024-05-30elf: add note identifier for dlopen metadataLuca Boccassi1-0/+4
2024-05-30elf: update NT_FDO_PACKAGING_METADATA spec URLLuca Boccassi1-1/+1
2024-05-25elf/Makefile: Split and sort PIE testsH.J. Lu1-3/+13
2024-05-21Obsolete _dl_mcount_wrapper in glibc 2.40 [BZ #31765]H.J. Lu1-1/+5
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