summaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
2025-11-21Enable --enable-fortify-source with clangAdhemerval Zanella
2025-11-18Remove support for lock elision.Stefan Liebler
2025-11-10Filter out internal abort during ld.so buildAdhemerval Zanella
2025-11-08Add missing $(rpath-link) to elf/ld.so --library-pathSamuel Thibault
2025-11-03tls: Add debug logging for TLS and TCB managementFrédéric Bérat
2025-10-29Annotate swtich fall-throughAdhemerval Zanella
2025-10-22sprof: fix -Wformat warnings on 32-bit hostsCollin Funk
2025-10-21sprof: check pread size and offset for overflowDJ Delorie
2025-10-21elf: Fix tunable handing with clangAdhemerval Zanella
2025-10-21elf: Fix clang -Wstring-plus-int on rtld.cAdhemerval Zanella
2025-10-21Suppress -Wmaybe-uninitialized only for gccAdhemerval Zanella
2025-10-20elf: Only define _dl_tls_allocate_active for SHAREDAdhemerval Zanella
2025-10-08elf: Report when found libraries are rejected [BZ #25669]Ben Boeckel
2025-10-08atomic: Remove atomic_forced_readWilco Dijkstra
2025-09-15ldd: define the "unused" variableAurelien Jarno
2025-09-10atomics: Remove unused atomicsWilco Dijkstra
2025-09-05testsuite: Update tests for 'xfclose' useMaciej W. Rozycki
2025-09-05testsuite: Update tests for 'xfmemopen' useMaciej W. Rozycki
2025-08-27elf: early conversion of elf p_flags to mprotect flagsCupertino Miranda
2025-08-04tst-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