summaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
2025-08-05tst-env-setuid: Delete LD_DEBUG_OUTPUT outputH.J. Lu
2025-08-01elf: Handle ld.so with LOAD segment gaps in _dl_find_object (bug 31943)Florian Weimer
2025-08-01elf: Extract rtld_setup_phdr function from dl_mainFlorian Weimer
2025-07-28elf: Compile _dl_debug_state separately (bug 33224)Florian Weimer
2025-07-24elf: Check SFrame on tst-dl_find_object.cAdhemerval Zanella
2025-07-18elf: Initialize GLRO (dl_read_only_area) after static dlopen (bug 33139)Florian Weimer
2025-07-14elf: Add SFrame support to _dl_find_object functionClaudiu Zissulescu
2025-07-09elf: Remove now pointless empty ld.so.conf files in single testsAndreas K. Hüttel
2025-07-05elf: Restore support for _r_debug interpositions and copy relocationsFlorian Weimer
2025-07-05elf: Introduce _dl_debug_change_stateFlorian Weimer
2025-07-05elf: Introduce separate _r_debug_array variableFlorian Weimer
2025-07-01elf: Add DL_ADDRESS_WITHOUT_RELOC [BZ #33088]H.J. Lu
2025-06-26elf: Add missing DSO dependencies for tst-rtld-no-malloc-{audit,preload}Florian Weimer
2025-06-19x86: Update tst-gnu2-tls2 testsH.J. Lu
2025-06-19i386: Update ___tls_get_addr to preserve vector registersH.J. Lu
2025-06-16elf: Add optimization barrier for __ehdr_start and _endH.J. Lu
2025-06-15elf: Remove the unused _etext declarationH.J. Lu
2025-06-04Makefile: Avoid $(objpfx)/ in makefilesFlorian Weimer
2025-06-02elf: Fix UB on _dl_map_object_from_fdAdhemerval Zanella
2025-05-28Update RISC-V relocationsAndreas Schwab
2025-05-27malloc: Fix malloc init orderWilco Dijkstra
2025-05-22Fix error reporting (false negatives) in SGID testsFlorian Weimer
2025-05-21elf: Fix subprocess status handling for tst-dlopen-sgid (bug 32987)Florian Weimer
2025-05-20elf: Test case for bug 32976 (CVE-2025-4802)Florian Weimer
2025-05-19AArch64: Cleanup PAC and BTIWilco Dijkstra
2025-05-12malloc: Improve malloc initializationWilco Dijkstra
2025-05-05S390: Add new s390 platform z17.Stefan Liebler
2025-04-28nptl: Fix pthread_getattr_np when modules with execstack are allowed (BZ 32897)Adhemerval Zanella
2025-04-22Add NT_ARM_GCS and NT_RISCV_TAGGED_ADDR_CTRL from Linux 6.13 to elf.hJoseph Myers
2025-04-08elf: Extend glibc.rtld.execstack tunable to force executable stack (BZ 32653)Adhemerval Zanella
2025-03-31elf: Fix tst-origin build when toolchain defaults to --as-needed (BZ 32823)John David Anglin
2025-03-21elf: Use +nolink-deps to add make-only dependency for tst-originFlorian Weimer
2025-03-21debug: Improve '%n' fortify detection (BZ 30932)Adhemerval Zanella
2025-03-21Remove eloop-threshold.hAdhemerval Zanella
2025-03-18elf: Fix tst-origin make rulesAdhemerval Zanella
2025-03-17elf: Fix tst-origin make rulesAdhemerval Zanella
2025-03-13elf: Canonicalize $ORIGIN in an explicit ld.so invocation [BZ 25263]Adhemerval Zanella
2025-03-11elf: Test dlopen (NULL, RTLD_LAZY) from an ELF constructorFlorian Weimer
2025-03-07elf: Fix handling of symbol versions which hash to zero (bug 29190)Florian Weimer
2025-03-07elf: Check if __attribute__ ((aligned (65536))) is supportedH.J. Lu
2025-03-06static-pie: Skip the empty PT_LOAD segment at offset 0 [BZ #32763]H.J. Lu
2025-03-05Remove dl-procinfo.hAdhemerval Zanella
2025-03-04Pass -Wl,--no-error-execstack for tests where -Wl,-z,execstack is used [PR32717]Sam James
2025-02-24AArch64: Remove AARCH64_R macroWilco Dijkstra
2025-02-13elf: Keep using minimal malloc after early DTV resize (bug 32412)Florian Weimer
2025-02-05elf: Build dl-tls.o with early startup symbol redirectionsFlorian Weimer
2025-02-02elf: Use _dl_find_object instead of _dl_find_dso_for_object in dlopenFlorian Weimer
2025-02-02elf: Add fast path to dlopen for fully-opened mapsFlorian Weimer
2025-02-02elf: Determine the caller link map in _dl_openFlorian Weimer
2025-02-02elf: Merge __dl_libc_freemem into __rtld_libc_freeresFlorian Weimer