aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
6 daysAArch64: Improve codegen for SVE powfYat Long Poon1-58/+59
6 daysAArch64: Improve codegen for SVE powYat Long Poon1-103/+142
6 daysAArch64: Improve codegen for SVE erfcfYat Long Poon1-6/+6
6 daysAarch64: Improve codegen in SVE exp and users, and update expf_inlineLuna Lamb5-49/+59
6 daysAarch64: Improve codegen in SVE asinhLuna Lamb1-34/+77
6 daysmath: Improve layout of exp/exp10 dataWilco Dijkstra1-2/+4
7 daysmath: Consolidate coshf and sinhf internal tablesAdhemerval Zanella4-60/+100
7 daysmath: Consolidate acoshf and asinhf internal tablesAdhemerval Zanella4-203/+174
7 daysmath: Use tanpif from CORE-MATHAdhemerval Zanella20-59/+116
7 daysmath: Use sinpif from CORE-MATHAdhemerval Zanella18-59/+134
7 daysmath: Use cospif from CORE-MATHAdhemerval Zanella18-59/+136
7 daysmath: Use atanpif from CORE-MATHAdhemerval Zanella18-59/+109
7 daysmath: Use atan2pif from CORE-MATHAdhemerval Zanella18-59/+238
7 daysmath: Use asinpif from CORE-MATHAdhemerval Zanella18-59/+137
7 daysmath: Use acospif from CORE-MATHAdhemerval Zanella18-59/+137
9 dayshurd: Replace char foo[1024] with string_tSamuel Thibault7-7/+7
9 dayshurd: Drop useless buffer initialization in ttyname*Samuel Thibault2-2/+0
10 dayshtl: stop exporting __pthread_default_barrierattr.gfleury1-1/+0
10 dayshtl: move pthread_barrier_wait into libc.gfleury6-4/+14
10 dayshtl: move pthread_barrier_init into libc.gfleury6-4/+16
10 dayshtl: move pthread_barrier_destroy into libc.gfleury6-3/+14
10 dayshtl: move pthread_barrierattr_getpshared, pthread_barrierattr_setpshared into...gfleury7-6/+30
10 dayshtl: move pthread_barrierattr_init into libc.gfleury6-3/+14
10 dayshtl: move pthread_barrierattr_destroy into libc.gfleury6-4/+15
10 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
2025-01-30nptl: Add support for setup guard pages with MADV_GUARD_INSTALLAdhemerval Zanella3-2/+5
2025-01-29htl: move pthread_setcanceltype into libc.gfleury5-4/+4
2025-01-29htl: move pthread_mutex_consistent, pthread_mutex_consistent_np into libc.gfleury6-8/+21
2025-01-29htl: move pthread_mutex_destroy into libc.gfleury7-10/+7
2025-01-29htl: move pthread_mutex_getprioceiling, pthread_mutex_setprioceiling into libcgfleury7-8/+30
2025-01-29htl: move pthread_mutex_{lock, unlock, trylock, timedlock, clocklock}gfleury12-46/+47
2025-01-29htl: move pthread_mutex_init into libc.gfleury8-12/+9
2025-01-29htl: remove leftover for pthread_mutexattr_settypegfleury2-6/+0
2025-01-28Add new tests for fopenMartin Coufal2-0/+251
2025-01-22Fix underallocation of abort_msg_s struct (CVE-2025-0395)Siddhesh Poyarekar1-1/+3
2025-01-21aarch64: Add HWCAP_GCSYury Khrustalev2-4/+1
2025-01-20Linux: Do not check unused bytes after sched_getattr in tst-sched_setattrFlorian Weimer1-11/+0
2025-01-20i386: Update ulps for *pi functionsFlorian Weimer1-9/+9
2025-01-20aarch64: Fix tests not compatible with targets supporting GCSYury Khrustalev1-1/+3