aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-02-24support: Add support_next_to_fault_before support functionFrédéric Bérat2-10/+39
2025-02-23math: Fix `unknown type name '__float128'` for clang 3.4 to 3.8.1 (bug 32694)koraynilay1-2/+2
2025-02-21nptl: clear the whole rseq area before registrationMichael Jeanson2-6/+6
2025-02-21aarch64: Add GCS test with signal handlerYury Khrustalev2-0/+106
2025-02-21aarch64: Add GCS tests for dlopenYury Khrustalev8-1/+101
2025-02-21aarch64: Add GCS tests for transitive dependenciesYury Khrustalev11-16/+195
2025-02-21aarch64: Add tests for Guarded Control StackYury Khrustalev15-1/+186
2025-02-21aarch64: Add configure checks for GCS supportYury Khrustalev2-0/+116
2025-02-20manual: Mark setlogmask as AS-unsafe and AC-unsafe.Carlos O'Donell1-1/+1
2025-02-20AArch64: Add SVE memsetWilco Dijkstra4-0/+129
2025-02-20x86 (__HAVE_FLOAT128): Defined to 0 for Intel SYCL compiler [BZ #32723]H.J. Lu1-2/+6
2025-02-19manual: Document setlogmask as MT-safe.Carlos O'Donell1-4/+1
2025-02-17math: Consolidate acosf and asinf internal tablesAdhemerval Zanella5-32/+85
2025-02-17math: Consolidate acospif and asinpif internal tablesAdhemerval Zanella5-104/+120
2025-02-17math: Consolidate cospif and sinpif internal tablesAdhemerval Zanella5-115/+124
2025-02-16htl: don't export __pthread_default_rwlockattr anymore.gfleury3-3/+0
2025-02-16htl: move pthread_rwlock_init into libc.gfleury8-9/+15
2025-02-16htl: move pthread_rwlock_destroy into libc.gfleury8-9/+17
2025-02-16htl: move pthread_rwlock_{rdlock, timedrdlock, timedwrlock, wrlock, clockrdlo...gfleury14-40/+95
2025-02-16htl: move pthread_rwlock_unlock into libc.gfleury10-10/+16
2025-02-16htl: move pthread_rwlock_tryrdlock, pthread_rwlock_trywrlock into libc.gfleury9-15/+32
2025-02-16htl: move pthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared into l...gfleury9-11/+36
2025-02-16htl: move pthread_rwlockattr_destroy into libc.gfleury8-5/+18
2025-02-16htl: move pthread_rwlockattr_init into libc.gfleury8-5/+18
2025-02-16htl: move __pthread_default_rwlockattr into libc.gfleury4-1/+4
2025-02-15Fix tst-aarch64-pkey to handle ENOSPC as not supportedAurelien Jarno1-0/+4
2025-02-14Increase the amount of data tested in stdio-common/tst-fwrite-bz29459.cTulio Magno Quites Machado Filho1-2/+2
2025-02-13elf: Keep using minimal malloc after early DTV resize (bug 32412)Florian Weimer4-0/+117
2025-02-13libio: Initialize _total_written for all kinds of streamsTulio Magno Quites Machado Filho2-1/+1
2025-02-13malloc: Add size check when moving fastbin->tcacheBen Kallus1-0/+3
2025-02-13nss: Improve network number parsers (bz 32573, 32575)Tobias Stoeckmann6-14/+109
2025-02-13nptl: Remove unused __g_refs comment.Carlos O'Donell1-5/+0
2025-02-13advisories: Fix up GLIBC-SA-2025-0001Siddhesh Poyarekar1-0/+15
2025-02-13AArch64: Improve codegen for SVE powfYat Long Poon1-58/+59
2025-02-13AArch64: Improve codegen for SVE powYat Long Poon1-103/+142
2025-02-13AArch64: Improve codegen for SVE erfcfYat Long Poon1-6/+6
2025-02-13Aarch64: Improve codegen in SVE exp and users, and update expf_inlineLuna Lamb5-49/+59
2025-02-13Aarch64: Improve codegen in SVE asinhLuna Lamb1-34/+77
2025-02-13math: Improve layout of exp/exp10 dataWilco Dijkstra1-2/+4
2025-02-13assert: Add test for CVE-2025-0395Siddhesh Poyarekar2-0/+93
2025-02-12math: Consolidate coshf and sinhf internal tablesAdhemerval Zanella5-60/+101
2025-02-12math: Consolidate acoshf and asinhf internal tablesAdhemerval Zanella5-203/+175
2025-02-12math: Use tanpif from CORE-MATHAdhemerval Zanella21-59/+120
2025-02-12math: Use sinpif from CORE-MATHAdhemerval Zanella19-59/+138
2025-02-12math: Use cospif from CORE-MATHAdhemerval Zanella19-59/+140
2025-02-12math: Use atanpif from CORE-MATHAdhemerval Zanella21-59/+139
2025-02-12math: Use atan2pif from CORE-MATHAdhemerval Zanella19-59/+242
2025-02-12math: Use asinpif from CORE-MATHAdhemerval Zanella19-59/+141
2025-02-12math: Use acospif from CORE-MATHAdhemerval Zanella19-59/+141
2025-02-12benchtests: Add tanpifAdhemerval Zanella2-0/+2410