summaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
46 hoursmalloc: Show hugetlb tunable default in --list-tunablesWilco Dijkstra
13 daysriscv: Resolve calls to memcpy using memcpy-generic in early startupAdhemerval Zanella Netto
14 daysmisc: Fix a few typos in commentsYury Khrustalev
2026-03-16elf: factor out ld.conf parsingDJ Delorie
2026-03-16nptl/htl: Fix confusion over PTHREAD_IN_LIBC and __PTHREAD_NPTL/HTLSamuel Thibault
2026-03-16elf: directly call dl_init_static_tlsSamuel Thibault
2026-03-15resolv: Move libanl symbols to libc on hurd tooSamuel Thibault
2026-03-15elf: Drop librt.so from localplt-built-dsoSamuel Thibault
2026-03-12Support loading libunwind instead of libgcc_sAdhemerval Zanella
2026-03-12configure: Parametrize runtime libraries to support compiler-rtAdhemerval Zanella
2026-03-10feat(rtld): Allow LD_DEBUG category exclusionFrédéric Bérat
2026-03-10elf(tls): Add debug logging for TLS operationsFrédéric Bérat
2026-03-09elf: should check result of openat with -1 not 1Weixie Cui
2026-02-25elf: Fix tst-link-map-contiguous-ldso build for HurdAdhemerval Zanella
2026-02-24elf: parse /proc/self/maps as the last resort to find the gap for tst-link-ma...Xi Ruoyao
2026-02-18elf: Use dl-symbol-redir-ifunc.h instead _dl_strlenAdhemerval Zanella
2026-02-06malloc: Remove unused tcache code from unsorted bin scanWilco Dijkstra
2026-02-04elf: Build tst-gnu2-tls2 iff compiler supports TLS descriptorAdhemerval Zanella
2026-02-02elf: Add test case for LD_PROFILE/LD_PROFILE_OUTPUT interactionFlorian Weimer
2026-02-02elf: Fix ambiguous error message for --f in sotruss [BZ #25257]Avinal Kumar
2026-01-19elf: Ignore LD_PROFILE if LD_PROFILE_OUTPUT is not set (bug 33797)Florian Weimer
2026-01-14aarch64: Fix LD_AUDIT with GCS in permissive modeAdhemerval Zanella
2026-01-13aarch64: Add LD_DEBUG=security to log BTI and GCS warningsYury Khrustalev
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2026-01-01Pass glibc pre-commit checksPaul Eggert
2025-12-22elf: Fix elf/tst-decorate-maps on aarch64 after 321e1fc73fAdhemerval Zanella
2025-12-19elf: Support vDSO with more than one PT_LOAD with v_addr starting at 0 (BZ 32...Adhemerval Zanella
2025-12-02misc: fix some typosYury Khrustalev
2025-11-22htl: Fix conditions for thread list variablesSamuel Thibault
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