about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* x86_64: Add exp10m1f with FMAAdhemerval Zanella30 hours4-0/+41
* math: Use log10p1f from CORE-MATHAdhemerval Zanella30 hours18-62/+182
* math: Use log1pf from CORE-MATHAdhemerval Zanella30 hours29-340/+189
* math: Use log2p1f from CORE-MATHAdhemerval Zanella30 hours19-67/+248
* math: Use log10f from CORE-MATHAdhemerval Zanella30 hours2-110/+152
* math: Use expm1f from CORE-MATHAdhemerval Zanella30 hours28-320/+119
* math: Use exp2m1f from CORE-MATHAdhemerval Zanella30 hours19-66/+192
* math: Use exp10m1f from CORE-MATHAdhemerval Zanella30 hours19-66/+225
* math: Add e_gammaf_r to glibc code and styleAdhemerval Zanella30 hours2-78/+103
* LoongArch: Add RSEQ_SIG in rseq.h.caiyinyu42 hours1-0/+36
* nptl: Add <thread_pointer.h> for LoongArchMichael Jeanson42 hours1-0/+36
* powerpc64: Obviate the need for ROP protection in clone/clone3Sachin Monga3 days2-21/+21
* powerpc64le: Adhere to ABI stack alignment requirementSachin Monga5 days1-1/+1
* AArch64: Small optimisation in AdvSIMD erf and erfcJoe Ramsay5 days2-15/+23
* Linux: Match kernel text for SCHED_ macrosFlorian Weimer8 days1-3/+5
* Add more tests of pthread_mutexattr_gettype and pthread_mutexattr_settypeJoseph Myers10 days2-0/+61
* configure: default to --prefix=/usr on GNU/LinuxDJ Delorie11 days2-2/+7
* Check time arguments to pthread_timedjoin_np and pthread_clockjoin_npJoseph Myers12 days3-0/+90
* linux: Fix tst-syscall-restart.c on old gcc (BZ 32283)Adhemerval Zanella2024-10-181-1/+1
* sparc: Fix restartable syscalls (BZ 32173)Adhemerval Zanella2024-10-167-36/+165
* LoongArch: Regenerate loongarch/arch-syscall.h by build-many-glibcs.py update...caiyinyu2024-10-121-2/+0
* replace tgammaf by the CORE-MATH implementationPaul Zimmermann2024-10-1129-331/+129
* misc: Add support for Linux uio.h RWF_ATOMIC flagAdhemerval Zanella2024-10-101-0/+2
* Update kernel version to 6.11 in header constant testsAdhemerval Zanella2024-10-102-2/+2
* linux: Add MAP_DROPPABLE from Linux 6.11Adhemerval Zanella2024-10-102-1/+2
* Update PIDFD_* constants for Linux 6.11Adhemerval Zanella2024-10-102-1/+15
* Update syscall lists for Linux 6.11Adhemerval Zanella2024-10-105-2/+8
* Fix header guard in sysdeps/mach/hurd/x86_64/vm_param.hJoseph Myers2024-10-091-1/+1
* stdlib: Make abort/_Exit AS-safe (BZ 26275)Adhemerval Zanella2024-10-089-11/+78
* linux: Use GLRO(dl_vdso_time) on timeAdhemerval Zanella2024-10-081-4/+3
* linux: Use GLRO(dl_vdso_gettimeofday) on gettimeofdayAdhemerval Zanella2024-10-081-4/+4
* S390: Don't use r11 for cu-instructions as used as frame-pointer. [BZ# 32192]Stefan Liebler2024-10-083-16/+16
* Fix whitespace related license issues.Carlos O'Donell2024-10-0713-19/+19
* hurd: Add missing va_end call in fcntl implementation. [BZ #32234]Bruno Haible2024-10-031-1/+5
* riscv: align .preinit_array (bug 32228)Andreas Schwab2024-10-021-0/+1
* linux: sparc: Fix clone for LEON/sparcv8 (BZ 31394)Adhemerval Zanella2024-10-011-0/+4
* linux: sparc: Fix syscall_cancel for LEONAdhemerval Zanella2024-10-011-0/+9
* math: Improve layout of expf dataWilco Dijkstra2024-10-011-1/+1
* x86/string: Fixup alignment of main loop in str{n}cmp-evex [BZ #32212]Noah Goldstein2024-09-301-13/+13
* Linux: Block signals around _Fork (bug 32215)Florian Weimer2024-09-281-0/+7
* Fix missing randomness in __gen_tempname (bug 32214)Andreas Schwab2024-09-261-0/+2
* arc: Cleanup arcbePavel Kozlov2024-09-254-17/+4
* arc: Remove HAVE_ARC_BE macro and disable big-endian portFlorian Weimer2024-09-253-17/+5
* LoongArch: Undef __NR_fstat and __NR_newfstatat.caiyinyu2024-09-251-0/+21
* misc: Enable internal use of memory protection keysFlorian Weimer2024-09-249-9/+43
* AArch64: Simplify rounding-multiply pattern in several AdvSIMD routinesJoe Ramsay2024-09-235-38/+30
* AArch64: Improve codegen in users of ADVSIMD expm1f helperJoe Ramsay2024-09-234-91/+58
* AArch64: Improve codegen in users of AdvSIMD log1pf helperJoe Ramsay2024-09-235-139/+146
* AArch64: Improve codegen in SVE F32 logsJoe Ramsay2024-09-233-47/+69
* AArch64: Improve codegen in SVE expf & related routinesJoe Ramsay2024-09-235-148/+136