summaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)Author
2026-03-18string: Add fallback implementation for ctz/clzAdhemerval Zanella
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-14mach: Add __mach_rwlock_*Samuel Thibault
2026-03-12Support loading libunwind instead of libgcc_sAdhemerval Zanella
2026-03-04misc: Fix a few typos in commentsYury Khrustalev
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
2025-12-19stdlib: Avoid strlen plt with clangAdhemerval Zanella
2025-12-17atomic: Reinstate HAVE_64B_ATOMICS configure checkWilco Dijkstra
2025-12-10malloc: Enable 2MB THP by default on Aarch64Dev Jain
2025-12-09Handle clang -Wignored-attributes on weak aliasesAdhemerval Zanella
2025-12-04int128: Check BITS_PER_MP_LIMB == 32 instead of __WORDSIZE == 32H.J. Lu
2025-12-02Use 64-bit atomic on sem_t with 8-byte alignment [BZ #33632]H.J. Lu
2025-11-26stdlib: Remove longlong.hAdhemerval Zanella
2025-11-26Add umul_ppmm to gmp-arch.hdocAdhemerval Zanella
2025-11-26Add add_ssaaaa and sub_ssaaaa to gmp-arch.hAdhemerval Zanella
2025-11-25Add gmp-arch and udiv_qrnndAdhemerval Zanella
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-17math: Don't redirect inlined builtin math functionsAdhemerval Zanella
2025-11-17Reference COPYING.LIB in <sframe.h> copyright headerFlorian Weimer
2025-11-14Revert __HAVE_64B_ATOMICS configure checkAdhemerval Zanella
2025-11-05math: Remove the SVID error handling from tgammafAdhemerval Zanella
2025-11-04nptl: Remove ATOMIC_EXCHANGE_USES_CAS usageWilco Dijkstra
2025-11-04atomic: Consolidate atomic_write_barrier implementationAdhemerval Zanella
2025-11-04atomic: Consolidate atomic_read_barrier implementationAdhemerval Zanella
2025-11-04atomic: Consolidate atomic_full_barrier implementationAdhemerval Zanella
2025-11-03tls: Add debug logging for TLS and TCB managementFrédéric Bérat
2025-10-17math: Add builtin support for (l)lround(f)Wilco Dijkstra
2025-09-11math: Add fetestexcept internal aliasAdhemerval Zanella
2025-08-27elf: early conversion of elf p_flags to mprotect flagsCupertino Miranda
2025-07-24sframe: Add support for SFRAME_F_FDE_FUNC_START_PCREL flagClaudiu Zissulescu
2025-07-24Disable SFrame support by defaultAdhemerval Zanella
2025-07-14elf: Add SFrame stack tracingClaudiu Zissulescu
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-05-28generic: Add missing parameter name to __getrandom_early_initFlorian Weimer
2025-05-16Remove <libc-tsd.h>Florian Weimer
2025-05-14S390: Use cfi_val_offset instead of cfi_escape.Stefan Liebler
2025-04-28nptl: Fix pthread_getattr_np when modules with execstack are allowed (BZ 32897)Adhemerval Zanella
2025-04-08elf: Extend glibc.rtld.execstack tunable to force executable stack (BZ 32653)Adhemerval Zanella
2025-03-27Implement C23 pownJoseph Myers
2025-03-21debug: Improve '%n' fortify detection (BZ 30932)Adhemerval Zanella
2025-03-21Remove eloop-threshold.hAdhemerval Zanella