about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* Add test of ELF hash collisionsJoseph Myers4 days19-1/+1364
* Silence most -Wzero-as-null-pointer-constant diagnosticsAlejandro Colomar8 days9-14/+14
* elf: Handle static PIE with non-zero load address [BZ #31799]H.J. Lu12 days4-7/+90
* elf: handle addition overflow in _dl_find_object_update_1 [BZ #32245]Aurelien Jarno2024-11-131-0/+8
* linux: Add support for getrandom vDSOAdhemerval Zanella2024-11-121-0/+3
* elf: avoid jumping over a needed declarationDJ Delorie2024-11-071-3/+3
* elf: Switch to main malloc after final ld.so self-relocationFlorian Weimer2024-11-066-16/+99
* elf: Introduce _dl_relocate_object_no_relroFlorian Weimer2024-11-061-10/+14
* elf: Do not define consider_profiling, consider_symbind as macrosFlorian Weimer2024-11-061-6/+2
* elf: rtld_multiple_ref is always trueFlorian Weimer2024-11-061-56/+48
* Revert "elf: Run constructors on cyclic recursive dlopen (bug 31986)"Florian Weimer2024-10-287-167/+7
* elf: Change ldconfig auxcache magic number (bug 32231)Florian Weimer2024-10-281-1/+1
* elf: Fix map_complete Systemtap probe in dl_open_workerFlorian Weimer2024-10-251-1/+1
* elf: Signal RT_CONSISTENT after relocation processing in dlopen (bug 31986)Florian Weimer2024-10-255-15/+219
* elf: Signal LA_ACT_CONSISTENT to auditors after RT_CONSISTENT switchFlorian Weimer2024-10-253-13/+13
* elf: Run constructors on cyclic recursive dlopen (bug 31986)Florian Weimer2024-10-256-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