aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2023-10-23aarch64: Add vector implementations of exp10 routinesJoe Ramsay
2023-10-23aarch64: Add vector implementations of log10 routinesJoe Ramsay
2023-10-23aarch64: Add vector implementations of log2 routinesJoe Ramsay
2023-10-23aarch64: Add vector implementations of exp2 routinesJoe Ramsay
2023-10-23aarch64: Add vector implementations of tan routinesJoe Ramsay
2023-10-20tst-spawn-cgroup.c: Fix argument order of UNSUPPORTED message.Stefan Liebler
2023-10-19s390: Fix undefined behaviour in feenableexcept, fedisableexcept [BZ #30960]Stefan Liebler
2023-10-18Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer
2023-10-17Add LE DSCP code point from RFC-8622.Bruno Victal
2023-10-17Add HWCAP2_MOPS from Linux 6.5 to AArch64 bits/hwcap.hJoseph Myers
2023-10-16Add SCM_SECURITY, SCM_PIDFD to bits/socket.hJoseph Myers
2023-10-16Add AT_HANDLE_FID from Linux 6.5 to bits/fcntl-linux.hJoseph Myers
2023-10-16Avoid maybe-uninitialized warning in __kernel_rem_pio2Andreas Schwab
2023-10-06x86: Prepare `strrchr-evex` and `strrchr-evex512` for AVX10Noah Goldstein
2023-10-05aarch64: Optimise vecmath logsJoe Ramsay
2023-10-05aarch64: Cosmetic change in SVE exp routinesJoe Ramsay
2023-10-05aarch64: Optimize SVE cos & cosfJoe Ramsay
2023-10-05aarch64: Improve vecmath sin routinesJoe Ramsay
2023-10-04Fix FORTIFY_SOURCE false positiveVolker Weißmann
2023-10-02Propagate GLIBC_TUNABLES in setxid binariesSiddhesh Poyarekar
2023-10-02Linux: add ST_NOSYMFOLLOWKir Kolyshkin
2023-10-02mips: dl-machine-reject-phdr: Get rid of alloca.Joe Simmons-Talbott
2023-09-29x86: Add support for AVX10 preset and vec size in cpu-featuresNoah Goldstein
2023-09-28hurd: Drop REG_GSFS and REG_ESDS from x86_64's ucontextSamuel Thibault
2023-09-27fegetenv_and_set_rn now uses the builtins provided by GCC.Manjunath Matti
2023-09-27io: Do not implement fstat with fstatatAdhemerval Zanella
2023-09-26AArch64: Remove -0.0 check from vector sinWilco Dijkstra
2023-09-26elf: Add dummy declaration of _dl_audit_objclose for !SHAREDFlorian Weimer
2023-09-25Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843]Romain Geissler
2023-09-21Revert "LoongArch: Add glibc.cpu.hwcap support."caiyinyu
2023-09-20Update kernel version to 6.5 in header constant testsJoseph Myers
2023-09-19LoongArch: Add glibc.cpu.hwcap support.caiyinyu
2023-09-15getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)Siddhesh Poyarekar
2023-09-15LoongArch: Change to put magic number to .rodata sectiondengjianbo
2023-09-15LoongArch: Add ifunc support for strrchr{aligned, lsx, lasx}dengjianbo
2023-09-15LoongArch: Add ifunc support for strcpy, stpcpy{aligned, unaligned, lsx, lasx}dengjianbo
2023-09-15LoongArch: Replace deprecated $v0 with $a0 to eliminate 'as' Warnings.caiyinyu
2023-09-15LoongArch: Add lasx/lsx support for _dl_runtime_profile.caiyinyu
2023-09-14Add MOVE_MOUNT_BENEATH from Linux 6.5 to sys/mount.hJoseph Myers
2023-09-12Update syscall lists for Linux 6.5Joseph Myers
2023-09-11ia64: Work around miscompilation and fix build on ia64's gcc-10 and laterSergei Trofimovich
2023-09-11stdio: Remove __libc_message alloca usageJoe Simmons-Talbott
2023-09-09htl: avoid exposing the vm_region symbolSamuel Thibault
2023-09-08elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer
2023-09-07io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64Aurelien Jarno
2023-09-06getaddrinfo: Get rid of allocaJoe Simmons-Talbott
2023-09-06riscv: Add support for XTheadBb in string-fz[a,i].hChristoph Müllner
2023-09-05getcanonname: Fix a typoSiddhesh Poyarekar
2023-09-05linux: Add pidfd_getpidAdhemerval Zanella Netto
2023-09-05posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349)Adhemerval Zanella Netto