summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-20malloc: Extend malloc function hiding to tst-pvallocazanella/clangAdhemerval Zanella
2025-11-20stdlib: Avoid stpcpy plt with clangAdhemerval Zanella
2025-11-20stdlib: Avoid strlen plt with clangAdhemerval Zanella
2025-11-20x86_64: Fix mark-plt configure testAdhemerval Zanella
2025-11-20math: Fix potential underflow on ldbl-128 erflAdhemerval Zanella
2025-11-20stdio: Fix tst-vfprintf-user-type on clangAdhemerval Zanella
2025-11-20x86: Do not use __builtin_isinf_sign on clangAdhemerval Zanella
2025-11-20x86: Do not use __builtin_fpclassify on clangAdhemerval Zanella
2025-11-20math: Fix isgreater* and isless* for clangAdhemerval Zanella
2025-11-20Extend malloc function hiding to tst-memaling-2 and tst-reallocarray (BZ #32366)Adhemerval Zanella
2025-11-20configure: remove overly restrictive check for clangAdhemerval Zanella
2025-11-20bench-malloc-thread: Add libm for powfAdhemerval Zanella
2025-11-20benchtests: Remove clang warningsAdhemerval Zanella
2025-11-20benchtests: Add attribute_optimizeAdhemerval Zanella
2025-11-20benchtests: Use __f128 on ilogbf128-inputs constantsAdhemerval Zanella
2025-11-20Enable --enable-fortify-source with clangAdhemerval Zanella
2025-11-20configure: Only use -fno-fp-int-builtin-inexact if compiler supports itAdhemerval Zanella
2025-11-20Handle clang -Wignored-attributes on weak aliasesAdhemerval Zanella
2025-11-20stdlib: Remove longlong.hAdhemerval Zanella
2025-11-20Add umul_ppmm to gmp-arch.hdocAdhemerval Zanella
2025-11-20Add add_ssaaaa and sub_ssaaaa to gmp-arch.hAdhemerval Zanella
2025-11-20Add gmp-arch and udiv_qrnndAdhemerval Zanella
2025-11-20Check if linker supports -Wl,--undefined-versionAdhemerval Zanella
2025-11-20nptl: Replace FALLTHROUGH with [[fallthrough]]Adhemerval Zanella
2025-11-20hurd: Add missing free_sized and free_aligned_sizedSamuel Thibault
2025-11-20Use __fstat64_time64 in __fts64_children_time64 (bug 33653)Andreas Schwab
2025-11-20malloc: Use _int_free_chunk in tcache_thread_shutdownWilco Dijkstra
2025-11-19math: Sync atanh from CORE-MATHAdhemerval Zanella
2025-11-19malloc: add free_sized and free_aligned_sized from C23Justin King
2025-11-19math: Sync acosh from CORE-MATHAdhemerval Zanella
2025-11-19linux/termios: test the kernel-side termios canonicalizationH. Peter Anvin
2025-11-18nss: Remove effectively unused __nss_*_database variablesFlorian Weimer
2025-11-18AArch64: Remove WANT_SIMD_EXCEPT from aarch64 AdvSIMD math routinesDylan Fleming
2025-11-18AArch64: Fix and improve SVE pow(f) special casesPierre Blanchard
2025-11-18AArch64: fix SVE tanpi(f) [BZ #33642]Pierre Blanchard
2025-11-18htl: move pthread_hurd_cond_timedwait_np, pthread_hurd_cond_wait_np into libc.gfleury
2025-11-18htl: move pthread_getname_np/setname_np into libc.gfleury
2025-11-18htl: fix compatibilitygfleury
2025-11-18Add new AArch64 HWCAP3 definitions from Linux 6.17 to bits/hwcap.hAdhemerval Zanella
2025-11-18malloc: Simplify tst-free-errno munmap failure testArjun Shankar
2025-11-18Remove support for lock elision.Stefan Liebler
2025-11-18nss: Remove effectively unused struct nss_database_default_cacheFlorian Weimer
2025-11-18nss: Clean up function pointer/void * unionsFlorian Weimer
2025-11-18linux/termios: factor out the kernel interface from termios_internal.hH. Peter Anvin
2025-11-18linux/termios: clear k_termios.c_cflag & CIBAUD for non-split speed [BZ 33340]H. Peter Anvin
2025-11-17manual: don't use the FSF's old address in license text.Collin Funk
2025-11-17posix: execvpe: fix UMR with file > NAME_MAX [BZ #33627]Pádraig Brady
2025-11-17configure: Remove for redirection of built-in functionsAdhemerval Zanella
2025-11-17math: Handle fabsf128 !__USE_EXTERN_INLINESAdhemerval Zanella
2025-11-17x86: Fix strstr ifunc on clangAdhemerval Zanella