about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* Test that errno is set to 0 at program startupAaron Merey10 days2-0/+59
* elf: Fix tst-dlopen-tlsreinit1.out test dependencyFlorian Weimer2024-09-091-1/+1
* nptl: Fix Race conditions in pthread cancellation [BZ#12683]Adhemerval Zanella2024-08-231-4/+1
* elf: Make dl-fptr and dl-symaddr hppa specificAdhemerval Zanella2024-08-192-355/+0
* support: Use macros for *stat wrappersFlorian Weimer2024-08-161-1/+1
* elf: Remove struct dl_init_args from elf/dl-open.cFlorian Weimer2024-08-081-23/+3
* rtld: Add test case for '--' optionHenrik Lindström2024-08-062-0/+48
* rtld: Fix handling of '--' optionHenrik Lindström2024-08-061-6/+10
* elf: Avoid re-initializing already allocated TLS in dlopen (bug 31717)Florian Weimer2024-08-0510-37/+307
* elf: Clarify and invert second argument of _dl_allocate_tls_initFlorian Weimer2024-08-052-5/+10
* elf: Parse the auxv values as unsigned on tst-tunables-enable_secure-env.c (B...Adhemerval Zanella2024-07-191-1/+1
* elf/tst-rtld-does-not-exist: Pass --inhibit-cache to rtldXi Ruoyao2024-07-191-1/+3
* ldconfig: Ignore all GDB extension filesAdam Sampson2024-07-081-4/+6
* ldconfig: Move endswithn into a new header fileAdam Sampson2024-07-083-12/+36
* elf: Make dl-rseq-symbols Linux onlyAdhemerval Zanella2024-07-042-65/+0
* nptl: fix potential merge of __rseq_* relro symbolsMichael Jeanson2024-07-032-0/+65
* elf/rtld: Fix auxiliary vector for enable_secureStefan Liebler2024-07-033-12/+126
* elf: Support recursive use of dynamic TLS in interposed mallocFlorian Weimer2024-07-016-9/+266
* Fix conditionals on mtrace-based tests (bug 31892)Carlos O'Donell2024-07-011-2/+8
* elf: Remove HWCAP_IMPORTANTStefan Liebler2024-06-181-1/+0
* elf: Remove LD_HWCAP_MASK / tunable glibc.cpu.hwcap_maskStefan Liebler2024-06-182-8/+0
* elf: Remove _dl_string_platformStefan Liebler2024-06-181-2/+0
* elf: Remove loading legacy hwcaps/platform entries in dynamic loaderStefan Liebler2024-06-181-19/+3
* elf: Change module-names to modules-names in commentsH.J. Lu2024-06-141-1/+1
* linux: Remove __stack_protAdhemerval Zanella2024-06-121-45/+1
* Add more NT_ARM_* constants from Linux kernel to elf.hJoseph Myers2024-06-041-0/+4
* elf: Avoid some free (NULL) calls in _dl_update_slotinfoFlorian Weimer2024-06-031-1/+8
* elf: add note identifier for dlopen metadataLuca Boccassi2024-05-301-0/+4
* elf: update NT_FDO_PACKAGING_METADATA spec URLLuca Boccassi2024-05-301-1/+1
* elf/Makefile: Split and sort PIE testsH.J. Lu2024-05-251-3/+13
* Obsolete _dl_mcount_wrapper in glibc 2.40 [BZ #31765]H.J. Lu2024-05-211-1/+5
* LoongArch: Add support for TLS Descriptorsmengqinggang2024-05-151-0/+2
* elf: Make glibc.rtld.enable_secure ignore alias environment variablesAdhemerval Zanella2024-05-072-23/+149
* support: Add envp argument to support_capture_subprogramAdhemerval Zanella2024-05-0710-13/+13
* elf: Remove glibc.rtld.enable_secure check from parse_tunables_stringAdhemerval Zanella2024-05-071-20/+38
* elf: Only process multiple tunable once (BZ 31686)Adhemerval Zanella2024-05-072-14/+77
* elf: Also compile dl-misc.os with $(rtld-early-cflags)H.J. Lu2024-04-251-0/+1
* Revert "Allow glibc to be compiled without EXEC_PAGESIZE"Samuel Thibault2024-04-222-7/+1
* elf: Do not check for loader mmap on tst-decorate-maps (BZ 31553)Adhemerval Zanella2024-04-221-6/+6
* elf/rtld: Count skipped environment variables for enable_secureJoe Simmons-Talbott2024-04-163-8/+66
* Revert "x86_64: Suppress false positive valgrind error"Florian Weimer2024-04-132-5/+3
* elf: Add ld.so test with non-existing program nameFlorian Weimer2024-04-082-0/+46
* elf: Check objname before calling fatal_errorH.J. Lu2024-04-081-1/+5
* elf: Add CPU iteration support for future use in ld.so diagnosticsFlorian Weimer2024-04-081-0/+136
* Allow glibc to be compiled without EXEC_PAGESIZESergey Bugaev2024-03-232-1/+7
* powerpc: Add HWCAP3/HWCAP4 data to TCB for Power Architecture.Manjunath Matti2024-03-193-0/+8
* elf: Enable TLS descriptor tests on aarch64Adhemerval Zanella2024-03-191-13/+13
* arm: Update _dl_tlsdesc_dynamic to preserve caller-saved registers (BZ 31372)Adhemerval Zanella2024-03-195-7/+10
* rtld: Add glibc.rtld.enable_secure tunable.Joe Simmons-Talbott2024-02-295-0/+146
* x86_64: Suppress false positive valgrind errorH.J. Lu2024-02-282-3/+5