aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2024-11-05Add Arm HWCAP2_* constants from Linux 3.15 and 6.2 to <bits/hwcap.h>Aurelien Jarno1-0/+8
2024-11-01AArch64: Remove SVE erf and erfc tablesJoe Ramsay16-2691/+50
2024-11-01x86_64: Add exp2m1f with FMAAdhemerval Zanella4-0/+41
2024-11-01x86_64: Add exp10m1f with FMAAdhemerval Zanella4-0/+41
2024-11-01math: Use log10p1f from CORE-MATHAdhemerval Zanella18-62/+182
2024-11-01math: Use log1pf from CORE-MATHAdhemerval Zanella29-340/+189
2024-11-01math: Use log2p1f from CORE-MATHAdhemerval Zanella19-67/+248
2024-11-01math: Use log10f from CORE-MATHAdhemerval Zanella2-110/+152
2024-11-01math: Use expm1f from CORE-MATHAdhemerval Zanella28-320/+119
2024-11-01math: Use exp2m1f from CORE-MATHAdhemerval Zanella19-66/+192
2024-11-01math: Use exp10m1f from CORE-MATHAdhemerval Zanella19-66/+225
2024-11-01math: Add e_gammaf_r to glibc code and styleAdhemerval Zanella2-78/+103
2024-11-01LoongArch: Add RSEQ_SIG in rseq.h.caiyinyu1-0/+36
2024-11-01nptl: Add <thread_pointer.h> for LoongArchMichael Jeanson1-0/+36
2024-10-30powerpc64: Obviate the need for ROP protection in clone/clone3Sachin Monga2-21/+21
2024-10-28powerpc64le: Adhere to ABI stack alignment requirementSachin Monga1-1/+1
2024-10-28AArch64: Small optimisation in AdvSIMD erf and erfcJoe Ramsay2-15/+23
2024-10-25Linux: Match kernel text for SCHED_ macrosFlorian Weimer1-3/+5
2024-10-23Add more tests of pthread_mutexattr_gettype and pthread_mutexattr_settypeJoseph Myers2-0/+61
2024-10-22configure: default to --prefix=/usr on GNU/LinuxDJ Delorie2-2/+7
2024-10-21Check time arguments to pthread_timedjoin_np and pthread_clockjoin_npJoseph Myers3-0/+90
2024-10-18linux: Fix tst-syscall-restart.c on old gcc (BZ 32283)Adhemerval Zanella1-1/+1
2024-10-16sparc: Fix restartable syscalls (BZ 32173)Adhemerval Zanella7-36/+165
2024-10-12LoongArch: Regenerate loongarch/arch-syscall.h by build-many-glibcs.py update...caiyinyu1-2/+0
2024-10-11replace tgammaf by the CORE-MATH implementationPaul Zimmermann29-331/+129
2024-10-10misc: Add support for Linux uio.h RWF_ATOMIC flagAdhemerval Zanella1-0/+2
2024-10-10Update kernel version to 6.11 in header constant testsAdhemerval Zanella2-2/+2
2024-10-10linux: Add MAP_DROPPABLE from Linux 6.11Adhemerval Zanella2-1/+2
2024-10-10Update PIDFD_* constants for Linux 6.11Adhemerval Zanella2-1/+15
2024-10-10Update syscall lists for Linux 6.11Adhemerval Zanella5-2/+8
2024-10-09Fix header guard in sysdeps/mach/hurd/x86_64/vm_param.hJoseph Myers1-1/+1
2024-10-08stdlib: Make abort/_Exit AS-safe (BZ 26275)Adhemerval Zanella9-11/+78
2024-10-08linux: Use GLRO(dl_vdso_time) on timeAdhemerval Zanella1-4/+3
2024-10-08linux: Use GLRO(dl_vdso_gettimeofday) on gettimeofdayAdhemerval Zanella1-4/+4
2024-10-08S390: Don't use r11 for cu-instructions as used as frame-pointer. [BZ# 32192]Stefan Liebler3-16/+16
2024-10-07Fix whitespace related license issues.Carlos O'Donell13-19/+19
2024-10-03hurd: Add missing va_end call in fcntl implementation. [BZ #32234]Bruno Haible1-1/+5
2024-10-02riscv: align .preinit_array (bug 32228)Andreas Schwab1-0/+1
2024-10-01linux: sparc: Fix clone for LEON/sparcv8 (BZ 31394)Adhemerval Zanella1-0/+4
2024-10-01linux: sparc: Fix syscall_cancel for LEONAdhemerval Zanella1-0/+9
2024-10-01math: Improve layout of expf dataWilco Dijkstra1-1/+1
2024-09-30x86/string: Fixup alignment of main loop in str{n}cmp-evex [BZ #32212]Noah Goldstein1-13/+13
2024-09-28Linux: Block signals around _Fork (bug 32215)Florian Weimer1-0/+7
2024-09-26Fix missing randomness in __gen_tempname (bug 32214)Andreas Schwab1-0/+2
2024-09-25arc: Cleanup arcbePavel Kozlov4-17/+4
2024-09-25arc: Remove HAVE_ARC_BE macro and disable big-endian portFlorian Weimer3-17/+5
2024-09-25LoongArch: Undef __NR_fstat and __NR_newfstatat.caiyinyu1-0/+21
2024-09-24misc: Enable internal use of memory protection keysFlorian Weimer9-9/+43
2024-09-23AArch64: Simplify rounding-multiply pattern in several AdvSIMD routinesJoe Ramsay5-38/+30
2024-09-23AArch64: Improve codegen in users of ADVSIMD expm1f helperJoe Ramsay4-91/+58