about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* Revert "elf: Run constructors on cyclic recursive dlopen (bug 31986)"Florian Weimer8 days7-167/+7
* elf: Change ldconfig auxcache magic number (bug 32231)Florian Weimer8 days1-1/+1
* elf: Fix map_complete Systemtap probe in dl_open_workerFlorian Weimer11 days1-1/+1
* elf: Signal RT_CONSISTENT after relocation processing in dlopen (bug 31986)Florian Weimer11 days5-15/+219
* elf: Signal LA_ACT_CONSISTENT to auditors after RT_CONSISTENT switchFlorian Weimer11 days3-13/+13
* elf: Run constructors on cyclic recursive dlopen (bug 31986)Florian Weimer11 days6-0/+165
* elf: Move __rtld_malloc_init_stubs call into _dl_start_finalFlorian Weimer2024-09-241-2/+2
* elf: Eliminate alloca in open_verifyFlorian Weimer2024-09-241-7/+5
* elf: Remove version assert in check_match in elf/dl-lookup.cFlorian Weimer2024-09-243-36/+5
* elf: In rtld_setup_main_map, assume ld.so has a DYNAMIC segmentFlorian Weimer2024-09-241-24/+0
* Test that errno is set to 0 at program startupAaron Merey2024-09-202-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