aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2023-10-23aarch64: Add vector implementations of exp10 routinesJoe Ramsay13-0/+528
2023-10-23aarch64: Add vector implementations of log10 routinesJoe Ramsay15-1/+584
2023-10-23aarch64: Add vector implementations of log2 routinesJoe Ramsay15-1/+549
2023-10-23aarch64: Add vector implementations of exp2 routinesJoe Ramsay13-0/+463
2023-10-23aarch64: Add vector implementations of tan routinesJoe Ramsay19-1/+1248
2023-10-20tst-spawn-cgroup.c: Fix argument order of UNSUPPORTED message.Stefan Liebler1-3/+3
2023-10-19s390: Fix undefined behaviour in feenableexcept, fedisableexcept [BZ #30960]Stefan Liebler2-2/+4
2023-10-18Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer1-4/+0
2023-10-17Add LE DSCP code point from RFC-8622.Bruno Victal1-0/+5
2023-10-17Add HWCAP2_MOPS from Linux 6.5 to AArch64 bits/hwcap.hJoseph Myers1-0/+1
2023-10-16Add SCM_SECURITY, SCM_PIDFD to bits/socket.hJoseph Myers1-0/+4
2023-10-16Add AT_HANDLE_FID from Linux 6.5 to bits/fcntl-linux.hJoseph Myers1-0/+11
2023-10-16Avoid maybe-uninitialized warning in __kernel_rem_pio2Andreas Schwab1-9/+5
2023-10-06x86: Prepare `strrchr-evex` and `strrchr-evex512` for AVX10Noah Goldstein3-569/+293
2023-10-05aarch64: Optimise vecmath logsJoe Ramsay7-215/+226
2023-10-05aarch64: Cosmetic change in SVE exp routinesJoe Ramsay2-47/+44
2023-10-05aarch64: Optimize SVE cos & cosfJoe Ramsay2-53/+47
2023-10-05aarch64: Improve vecmath sin routinesJoe Ramsay3-73/+87
2023-10-04Fix FORTIFY_SOURCE false positiveVolker Weißmann1-1/+3
2023-10-02Propagate GLIBC_TUNABLES in setxid binariesSiddhesh Poyarekar1-1/+0
2023-10-02Linux: add ST_NOSYMFOLLOWKir Kolyshkin1-1/+3
2023-10-02mips: dl-machine-reject-phdr: Get rid of alloca.Joe Simmons-Talbott1-16/+10
2023-09-29x86: Add support for AVX10 preset and vec size in cpu-featuresNoah Goldstein4-3/+71
2023-09-28hurd: Drop REG_GSFS and REG_ESDS from x86_64's ucontextSamuel Thibault4-16/+8
2023-09-27fegetenv_and_set_rn now uses the builtins provided by GCC.Manjunath Matti1-0/+9
2023-09-27io: Do not implement fstat with fstatatAdhemerval Zanella3-12/+68
2023-09-26AArch64: Remove -0.0 check from vector sinWilco Dijkstra2-12/+2
2023-09-26elf: Add dummy declaration of _dl_audit_objclose for !SHAREDFlorian Weimer1-1/+8
2023-09-25Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843]Romain Geissler1-3/+1
2023-09-21Revert "LoongArch: Add glibc.cpu.hwcap support."caiyinyu11-329/+8
2023-09-20Update kernel version to 6.5 in header constant testsJoseph Myers2-2/+2
2023-09-19LoongArch: Add glibc.cpu.hwcap support.caiyinyu11-8/+329
2023-09-15getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)Siddhesh Poyarekar1-8/+17
2023-09-15LoongArch: Change to put magic number to .rodata sectiondengjianbo1-10/+10
2023-09-15LoongArch: Add ifunc support for strrchr{aligned, lsx, lasx}dengjianbo7-0/+578
2023-09-15LoongArch: Add ifunc support for strcpy, stpcpy{aligned, unaligned, lsx, lasx}dengjianbo12-0/+963
2023-09-15LoongArch: Replace deprecated $v0 with $a0 to eliminate 'as' Warnings.caiyinyu1-1/+1
2023-09-15LoongArch: Add lasx/lsx support for _dl_runtime_profile.caiyinyu7-179/+331
2023-09-14Add MOVE_MOUNT_BENEATH from Linux 6.5 to sys/mount.hJoseph Myers2-2/+3
2023-09-12Update syscall lists for Linux 6.5Joseph Myers28-2/+31
2023-09-11ia64: Work around miscompilation and fix build on ia64's gcc-10 and laterSergei Trofimovich1-1/+3
2023-09-11stdio: Remove __libc_message alloca usageJoe Simmons-Talbott1-34/+13
2023-09-09htl: avoid exposing the vm_region symbolSamuel Thibault1-1/+1
2023-09-08elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer1-0/+4
2023-09-07io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64Aurelien Jarno1-1/+1
2023-09-06getaddrinfo: Get rid of allocaJoe Simmons-Talbott1-15/+9
2023-09-06riscv: Add support for XTheadBb in string-fz[a,i].hChristoph Müllner2-2/+7
2023-09-05getcanonname: Fix a typoSiddhesh Poyarekar1-1/+1
2023-09-05linux: Add pidfd_getpidAdhemerval Zanella Netto42-0/+478
2023-09-05posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349)Adhemerval Zanella Netto51-3/+499