aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
11 dayself: handle addition overflow in _dl_find_object_update_1 [BZ #32245]Aurelien Jarno1-0/+8
12 dayslinux: Add support for getrandom vDSOAdhemerval Zanella1-0/+3
2024-11-07elf: avoid jumping over a needed declarationDJ Delorie1-3/+3
2024-11-06elf: Switch to main malloc after final ld.so self-relocationFlorian Weimer6-16/+99
2024-11-06elf: Introduce _dl_relocate_object_no_relroFlorian Weimer1-10/+14
2024-11-06elf: Do not define consider_profiling, consider_symbind as macrosFlorian Weimer1-6/+2
2024-11-06elf: rtld_multiple_ref is always trueFlorian Weimer1-56/+48
2024-10-28Revert "elf: Run constructors on cyclic recursive dlopen (bug 31986)"Florian Weimer7-167/+7
2024-10-28elf: Change ldconfig auxcache magic number (bug 32231)Florian Weimer1-1/+1
2024-10-25elf: Fix map_complete Systemtap probe in dl_open_workerFlorian Weimer1-1/+1
2024-10-25elf: Signal RT_CONSISTENT after relocation processing in dlopen (bug 31986)Florian Weimer5-15/+219
2024-10-25elf: Signal LA_ACT_CONSISTENT to auditors after RT_CONSISTENT switchFlorian Weimer3-13/+13
2024-10-25elf: Run constructors on cyclic recursive dlopen (bug 31986)Florian Weimer6-0/+165
2024-09-24elf: Move __rtld_malloc_init_stubs call into _dl_start_finalFlorian Weimer1-2/+2
2024-09-24elf: Eliminate alloca in open_verifyFlorian Weimer1-7/+5
2024-09-24elf: Remove version assert in check_match in elf/dl-lookup.cFlorian Weimer3-36/+5
2024-09-24elf: In rtld_setup_main_map, assume ld.so has a DYNAMIC segmentFlorian Weimer1-24/+0
2024-09-20Test that errno is set to 0 at program startupAaron Merey2-0/+59
2024-09-09elf: Fix tst-dlopen-tlsreinit1.out test dependencyFlorian Weimer1-1/+1
2024-08-23nptl: Fix Race conditions in pthread cancellation [BZ#12683]Adhemerval Zanella1-4/+1
2024-08-19elf: Make dl-fptr and dl-symaddr hppa specificAdhemerval Zanella2-355/+0
2024-08-16support: Use macros for *stat wrappersFlorian Weimer1-1/+1
2024-08-08elf: Remove struct dl_init_args from elf/dl-open.cFlorian Weimer1-23/+3
2024-08-06rtld: Add test case for '--' optionHenrik Lindström2-0/+48
2024-08-06rtld: Fix handling of '--' optionHenrik Lindström1-6/+10
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