aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
5 daysmath: Consolidate acosf and asinf internal tablesAdhemerval Zanella4-32/+84
5 daysmath: Consolidate acospif and asinpif internal tablesAdhemerval Zanella4-104/+119
5 daysmath: Consolidate cospif and sinpif internal tablesAdhemerval Zanella4-115/+123
6 dayshtl: don't export __pthread_default_rwlockattr anymore.gfleury1-1/+0
6 dayshtl: move pthread_rwlock_init into libc.gfleury6-5/+12
6 dayshtl: move pthread_rwlock_destroy into libc.gfleury6-6/+12
6 dayshtl: move pthread_rwlock_{rdlock, timedrdlock, timedwrlock, wrlock, clockrdlo...gfleury11-29/+78
6 dayshtl: move pthread_rwlock_unlock into libc.gfleury7-7/+12
6 dayshtl: move pthread_rwlock_tryrdlock, pthread_rwlock_trywrlock into libc.gfleury7-12/+26
6 dayshtl: move pthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared into l...gfleury7-6/+30
6 dayshtl: move pthread_rwlockattr_destroy into libc.gfleury6-3/+14
6 dayshtl: move pthread_rwlockattr_init into libc.gfleury6-3/+14
6 dayshtl: move __pthread_default_rwlockattr into libc.gfleury1-0/+1
7 daysFix tst-aarch64-pkey to handle ENOSPC as not supportedAurelien Jarno1-0/+4
9 daysAArch64: Improve codegen for SVE powfYat Long Poon1-58/+59
9 daysAArch64: Improve codegen for SVE powYat Long Poon1-103/+142
9 daysAArch64: Improve codegen for SVE erfcfYat Long Poon1-6/+6
9 daysAarch64: Improve codegen in SVE exp and users, and update expf_inlineLuna Lamb5-49/+59
9 daysAarch64: Improve codegen in SVE asinhLuna Lamb1-34/+77
9 daysmath: Improve layout of exp/exp10 dataWilco Dijkstra1-2/+4
10 daysmath: Consolidate coshf and sinhf internal tablesAdhemerval Zanella4-60/+100
10 daysmath: Consolidate acoshf and asinhf internal tablesAdhemerval Zanella4-203/+174
10 daysmath: Use tanpif from CORE-MATHAdhemerval Zanella20-59/+116
10 daysmath: Use sinpif from CORE-MATHAdhemerval Zanella18-59/+134
10 daysmath: Use cospif from CORE-MATHAdhemerval Zanella18-59/+136
10 daysmath: Use atanpif from CORE-MATHAdhemerval Zanella18-59/+109
10 daysmath: Use atan2pif from CORE-MATHAdhemerval Zanella18-59/+238
10 daysmath: Use asinpif from CORE-MATHAdhemerval Zanella18-59/+137
10 daysmath: Use acospif from CORE-MATHAdhemerval Zanella18-59/+137
12 dayshurd: Replace char foo[1024] with string_tSamuel Thibault7-7/+7
12 dayshurd: Drop useless buffer initialization in ttyname*Samuel Thibault2-2/+0
13 dayshtl: stop exporting __pthread_default_barrierattr.gfleury1-1/+0
13 dayshtl: move pthread_barrier_wait into libc.gfleury6-4/+14
13 dayshtl: move pthread_barrier_init into libc.gfleury6-4/+16
13 dayshtl: move pthread_barrier_destroy into libc.gfleury6-3/+14
13 dayshtl: move pthread_barrierattr_getpshared, pthread_barrierattr_setpshared into...gfleury7-6/+30
13 dayshtl: move pthread_barrierattr_init into libc.gfleury6-3/+14
13 dayshtl: move pthread_barrierattr_destroy into libc.gfleury6-4/+15
13 dayshtl: move __pthread_default_barrierattr into libc.gfleury1-0/+1
2025-02-05powerpc64le: Also avoid IFUNC for __mempcpyFlorian Weimer1-0/+1
2025-02-03math: Fix tanf for some inputs (BZ 32630)Adhemerval Zanella1-1/+1
2025-02-02elf: Add l_soname accessor function for DT_SONAME valuesFlorian Weimer1-0/+12
2025-02-02elf: Split _dl_lookup_map, _dl_map_new_object from _dl_map_objectFlorian Weimer1-0/+13
2025-02-01hurd: Use the new __proc_reauthenticate_complete protocolSergey Bugaev1-5/+23
2025-02-01elf: Do not add a copy of _dl_find_object to libc.soFlorian Weimer1-1/+2
2025-02-01htl: move pthread_setcancelstate into libc.gfleury7-17/+6
2025-01-31math: Fix sinhf for some inputs (BZ 32627)Adhemerval Zanella1-1/+1
2025-01-31math: Fix log10p1f internal table value (BZ 32626)Adhemerval Zanella1-1/+1
2025-01-31sh: Fix tst-guard1 buildAdhemerval Zanella1-2/+0
2025-01-30ld.so: Decorate BSS mappingsPetr Malat3-12/+53