summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-03Support assert as a variadic macro for C23Joseph Myers
2025-11-03docs: Add dynamic linker environment variable docsFrédéric Bérat
2025-11-03tls: Add debug logging for TLS and TCB managementFrédéric Bérat
2025-10-31riscv: Add Zbkb optimized repeat_bytes helperPincheng Wang
2025-10-31math: Remove xfail from pow test [BZ #33563]Wilco Dijkstra
2025-10-31math: Fix pow special case [BZ #33563]Wilco Dijkstra
2025-10-31math: Fix powf special case [BZ #33563]Wilco Dijkstra
2025-10-31debug: mark __libc_message_wrapper as always inlineYury Khrustalev
2025-10-31aarch64: fix cfi directives around __libc_arm_za_disableYury Khrustalev
2025-10-30cdefs: allow __attribute__ on tccEric Wong
2025-10-30Cleanup some recently added whitespace.Collin Funk
2025-10-30riscv: memcpy_noalignment: Reorder to store via a3, then bump a3Yao Zihong
2025-10-30riscv: memcpy_noalignment: Fold SZREG/BLOCK_SIZE alignment to single andiYao Zihong
2025-10-30riscv: memcpy_noalignment: Make register allocation Zca-friendlyYao Zihong
2025-10-30math: Remove the SVID error handling wrapper from yn/jnAdhemerval Zanella
2025-10-30math: Remove the SVID error handling wrapper from y1/j1Adhemerval Zanella
2025-10-30math: Remove the SVID error handling wrapper from y0/j0Adhemerval Zanella
2025-10-30math: Remove the SVID error handling from coshfAdhemerval Zanella
2025-10-30math: Remove the SVID error handling from atanhfAdhemerval Zanella
2025-10-30math: Remove the SVID error handling from acoshfAdhemerval Zanella
2025-10-30math: Remove the SVID error handling from asinfAdhemerval Zanella
2025-10-30math: Remove the SVID error handling from acosfAdhemerval Zanella
2025-10-30math: Remove the SVID error handling from log10fAdhemerval Zanella
2025-10-30m68k: Remove SVID error handling on fmodAdhemerval Zanella
2025-10-30m68k: Avoid include e_fmod.c on fmod/remainder implementationAdhemerval Zanella
2025-10-30m68k: Remove the SVID error handling from fmodfAdhemerval Zanella
2025-10-30i386: Remove the SVID error handling from fmodfAdhemerval Zanella
2025-10-30i386: Remove the SVID error handling from fmodAdhemerval Zanella
2025-10-29x86: fix wmemset ifunc stray '!' (bug 33542)Jiamei Xie
2025-10-29Updates struct tcp_zerocopy_receive from 5.11 to netinet/tcp.h.Jiayuan Chen
2025-10-29aarch64: Fix tst-ifunc-arg-4 on clang-18Adhemerval Zanella
2025-10-29Enable --no-undefined-version by defaultAdhemerval Zanella
2025-10-29Supress unused command arguments warning with clangAdhemerval Zanella
2025-10-29Annotate swtich fall-throughAdhemerval Zanella
2025-10-29argp: Move attribute_hidden to argp-fmtstream.hAdhemerval Zanella
2025-10-29argp: Expand argp_usage, _option_is_short, and _option_is_endAdhemerval Zanella
2025-10-29Replace count_leading_zeros with stdc_leading_zerosAdhemerval Zanella
2025-10-29malloc: Remove unused tcache_set_inactiveAdhemerval Zanella
2025-10-29include: Sync gnulib intpropsAdhemerval Zanella
2025-10-29i386: Build s_erf_common.c with -fexcess-precision=standardAdhemerval Zanella
2025-10-29Build programs in $(others-noinstall) like testsH.J. Lu
2025-10-28Fix incorrect setrlimit return value checks in testsOsama Abdelkader
2025-10-28Rename uimaxabs to umaxabs (bug 33325)Joseph Myers
2025-10-27math: Consolidate CORE-MATH double-double routinesAdhemerval Zanella
2025-10-27math: Consolidate erf/erfc definitionsAdhemerval Zanella
2025-10-27math: Consolidate internal erf/erfc tablesAdhemerval Zanella
2025-10-27math: Use erfc from CORE-MATHAdhemerval Zanella
2025-10-27math: Use erf from CORE-MATHAdhemerval Zanella
2025-10-27math: Use tgamma from CORE-MATHAdhemerval Zanella
2025-10-27math: Use lgamma from CORE-MATHAdhemerval Zanella