about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* aarch64: Add vector implementations of exp2 routinesJoe Ramsay2023-10-2313-0/+463
* aarch64: Add vector implementations of tan routinesJoe Ramsay2023-10-2319-1/+1248
* tst-spawn-cgroup.c: Fix argument order of UNSUPPORTED message.Stefan Liebler2023-10-201-3/+3
* s390: Fix undefined behaviour in feenableexcept, fedisableexcept [BZ #30960]Stefan Liebler2023-10-192-2/+4
* Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer2023-10-181-4/+0
* Add LE DSCP code point from RFC-8622.Bruno Victal2023-10-171-0/+5
* Add HWCAP2_MOPS from Linux 6.5 to AArch64 bits/hwcap.hJoseph Myers2023-10-171-0/+1
* Add SCM_SECURITY, SCM_PIDFD to bits/socket.hJoseph Myers2023-10-161-0/+4
* Add AT_HANDLE_FID from Linux 6.5 to bits/fcntl-linux.hJoseph Myers2023-10-161-0/+11
* Avoid maybe-uninitialized warning in __kernel_rem_pio2Andreas Schwab2023-10-161-9/+5
* x86: Prepare `strrchr-evex` and `strrchr-evex512` for AVX10Noah Goldstein2023-10-063-569/+293
* aarch64: Optimise vecmath logsJoe Ramsay2023-10-057-215/+226
* aarch64: Cosmetic change in SVE exp routinesJoe Ramsay2023-10-052-47/+44
* aarch64: Optimize SVE cos & cosfJoe Ramsay2023-10-052-53/+47
* aarch64: Improve vecmath sin routinesJoe Ramsay2023-10-053-73/+87
* Fix FORTIFY_SOURCE false positiveVolker Weißmann2023-10-041-1/+3
* Propagate GLIBC_TUNABLES in setxid binariesSiddhesh Poyarekar2023-10-021-1/+0
* Linux: add ST_NOSYMFOLLOWKir Kolyshkin2023-10-021-1/+3
* mips: dl-machine-reject-phdr: Get rid of alloca.Joe Simmons-Talbott2023-10-021-16/+10
* x86: Add support for AVX10 preset and vec size in cpu-featuresNoah Goldstein2023-09-294-3/+71
* hurd: Drop REG_GSFS and REG_ESDS from x86_64's ucontextSamuel Thibault2023-09-284-16/+8
* fegetenv_and_set_rn now uses the builtins provided by GCC.Manjunath Matti2023-09-271-0/+9
* io: Do not implement fstat with fstatatAdhemerval Zanella2023-09-273-12/+68
* AArch64: Remove -0.0 check from vector sinWilco Dijkstra2023-09-262-12/+2
* elf: Add dummy declaration of _dl_audit_objclose for !SHAREDFlorian Weimer2023-09-261-1/+8
* Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843]Romain Geissler2023-09-251-3/+1
* Revert "LoongArch: Add glibc.cpu.hwcap support."caiyinyu2023-09-2111-329/+8
* Update kernel version to 6.5 in header constant testsJoseph Myers2023-09-202-2/+2
* LoongArch: Add glibc.cpu.hwcap support.caiyinyu2023-09-1911-8/+329
* getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)Siddhesh Poyarekar2023-09-151-8/+17
* LoongArch: Change to put magic number to .rodata sectiondengjianbo2023-09-151-10/+10
* LoongArch: Add ifunc support for strrchr{aligned, lsx, lasx}dengjianbo2023-09-157-0/+578
* LoongArch: Add ifunc support for strcpy, stpcpy{aligned, unaligned, lsx, lasx}dengjianbo2023-09-1512-0/+963
* LoongArch: Replace deprecated $v0 with $a0 to eliminate 'as' Warnings.caiyinyu2023-09-151-1/+1
* LoongArch: Add lasx/lsx support for _dl_runtime_profile.caiyinyu2023-09-157-179/+331
* Add MOVE_MOUNT_BENEATH from Linux 6.5 to sys/mount.hJoseph Myers2023-09-142-2/+3
* Update syscall lists for Linux 6.5Joseph Myers2023-09-1228-2/+31
* ia64: Work around miscompilation and fix build on ia64's gcc-10 and laterSergei Trofimovich2023-09-111-1/+3
* stdio: Remove __libc_message alloca usageJoe Simmons-Talbott2023-09-111-34/+13
* htl: avoid exposing the vm_region symbolSamuel Thibault2023-09-091-1/+1
* elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer2023-09-081-0/+4
* io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64Aurelien Jarno2023-09-071-1/+1
* getaddrinfo: Get rid of allocaJoe Simmons-Talbott2023-09-061-15/+9
* riscv: Add support for XTheadBb in string-fz[a,i].hChristoph Müllner2023-09-062-2/+7
* getcanonname: Fix a typoSiddhesh Poyarekar2023-09-051-1/+1
* linux: Add pidfd_getpidAdhemerval Zanella Netto2023-09-0542-0/+478
* posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349)Adhemerval Zanella Netto2023-09-0551-3/+499
* linux: Add posix_spawnattr_{get, set}cgroup_np (BZ 26371)Adhemerval Zanella Netto2023-09-0541-3/+414
* linux: Define __ASSUME_CLONE3 to 0 for alpha, ia64, nios2, sh, and sparcAdhemerval Zanella Netto2023-09-055-0/+40
* mips: Add the clone3 wrapperAdhemerval Zanella Netto2023-09-052-0/+141