aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2024-08-05elf: Avoid re-initializing already allocated TLS in dlopen (bug 31717)Florian Weimer10-37/+307
2024-08-05elf: Clarify and invert second argument of _dl_allocate_tls_initFlorian Weimer2-5/+10
2024-07-19elf: Parse the auxv values as unsigned on tst-tunables-enable_secure-env.c (B...Adhemerval Zanella1-1/+1
2024-07-19elf/tst-rtld-does-not-exist: Pass --inhibit-cache to rtldXi Ruoyao1-1/+3
2024-07-08ldconfig: Ignore all GDB extension filesAdam Sampson1-4/+6
2024-07-08ldconfig: Move endswithn into a new header fileAdam Sampson3-12/+36
2024-07-04elf: Make dl-rseq-symbols Linux onlyAdhemerval Zanella2-65/+0
2024-07-03nptl: fix potential merge of __rseq_* relro symbolsMichael Jeanson2-0/+65
2024-07-03elf/rtld: Fix auxiliary vector for enable_secureStefan Liebler3-12/+126
2024-07-01elf: Support recursive use of dynamic TLS in interposed mallocFlorian Weimer6-9/+266
2024-07-01Fix conditionals on mtrace-based tests (bug 31892)Carlos O'Donell1-2/+8
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