Age | Commit message (Expand) | Author | Files | Lines |
2023-10-23 | aarch64: Add vector implementations of tan routines | Joe Ramsay | 19 | -1/+1248 |
2023-10-20 | tst-spawn-cgroup.c: Fix argument order of UNSUPPORTED message. | Stefan Liebler | 1 | -3/+3 |
2023-10-19 | s390: Fix undefined behaviour in feenableexcept, fedisableexcept [BZ #30960] | Stefan Liebler | 2 | -2/+4 |
2023-10-18 | Revert "elf: Always call destructors in reverse constructor order (bug 30785)" | Florian Weimer | 1 | -4/+0 |
2023-10-17 | Add LE DSCP code point from RFC-8622. | Bruno Victal | 1 | -0/+5 |
2023-10-17 | Add HWCAP2_MOPS from Linux 6.5 to AArch64 bits/hwcap.h | Joseph Myers | 1 | -0/+1 |
2023-10-16 | Add SCM_SECURITY, SCM_PIDFD to bits/socket.h | Joseph Myers | 1 | -0/+4 |
2023-10-16 | Add AT_HANDLE_FID from Linux 6.5 to bits/fcntl-linux.h | Joseph Myers | 1 | -0/+11 |
2023-10-16 | Avoid maybe-uninitialized warning in __kernel_rem_pio2 | Andreas Schwab | 1 | -9/+5 |
2023-10-06 | x86: Prepare `strrchr-evex` and `strrchr-evex512` for AVX10 | Noah Goldstein | 3 | -569/+293 |
2023-10-05 | aarch64: Optimise vecmath logs | Joe Ramsay | 7 | -215/+226 |
2023-10-05 | aarch64: Cosmetic change in SVE exp routines | Joe Ramsay | 2 | -47/+44 |
2023-10-05 | aarch64: Optimize SVE cos & cosf | Joe Ramsay | 2 | -53/+47 |
2023-10-05 | aarch64: Improve vecmath sin routines | Joe Ramsay | 3 | -73/+87 |
2023-10-04 | Fix FORTIFY_SOURCE false positive | Volker Weißmann | 1 | -1/+3 |
2023-10-02 | Propagate GLIBC_TUNABLES in setxid binaries | Siddhesh Poyarekar | 1 | -1/+0 |
2023-10-02 | Linux: add ST_NOSYMFOLLOW | Kir Kolyshkin | 1 | -1/+3 |
2023-10-02 | mips: dl-machine-reject-phdr: Get rid of alloca. | Joe Simmons-Talbott | 1 | -16/+10 |
2023-09-29 | x86: Add support for AVX10 preset and vec size in cpu-features | Noah Goldstein | 4 | -3/+71 |
2023-09-28 | hurd: Drop REG_GSFS and REG_ESDS from x86_64's ucontext | Samuel Thibault | 4 | -16/+8 |
2023-09-27 | fegetenv_and_set_rn now uses the builtins provided by GCC. | Manjunath Matti | 1 | -0/+9 |
2023-09-27 | io: Do not implement fstat with fstatat | Adhemerval Zanella | 3 | -12/+68 |
2023-09-26 | AArch64: Remove -0.0 check from vector sin | Wilco Dijkstra | 2 | -12/+2 |
2023-09-26 | elf: Add dummy declaration of _dl_audit_objclose for !SHARED | Florian Weimer | 1 | -1/+8 |
2023-09-25 | Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843] | Romain Geissler | 1 | -3/+1 |
2023-09-21 | Revert "LoongArch: Add glibc.cpu.hwcap support." | caiyinyu | 11 | -329/+8 |
2023-09-20 | Update kernel version to 6.5 in header constant tests | Joseph Myers | 2 | -2/+2 |
2023-09-19 | LoongArch: Add glibc.cpu.hwcap support. | caiyinyu | 11 | -8/+329 |
2023-09-15 | getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806) | Siddhesh Poyarekar | 1 | -8/+17 |
2023-09-15 | LoongArch: Change to put magic number to .rodata section | dengjianbo | 1 | -10/+10 |
2023-09-15 | LoongArch: Add ifunc support for strrchr{aligned, lsx, lasx} | dengjianbo | 7 | -0/+578 |
2023-09-15 | LoongArch: Add ifunc support for strcpy, stpcpy{aligned, unaligned, lsx, lasx} | dengjianbo | 12 | -0/+963 |
2023-09-15 | LoongArch: Replace deprecated $v0 with $a0 to eliminate 'as' Warnings. | caiyinyu | 1 | -1/+1 |
2023-09-15 | LoongArch: Add lasx/lsx support for _dl_runtime_profile. | caiyinyu | 7 | -179/+331 |
2023-09-14 | Add MOVE_MOUNT_BENEATH from Linux 6.5 to sys/mount.h | Joseph Myers | 2 | -2/+3 |
2023-09-12 | Update syscall lists for Linux 6.5 | Joseph Myers | 28 | -2/+31 |
2023-09-11 | ia64: Work around miscompilation and fix build on ia64's gcc-10 and later | Sergei Trofimovich | 1 | -1/+3 |
2023-09-11 | stdio: Remove __libc_message alloca usage | Joe Simmons-Talbott | 1 | -34/+13 |
2023-09-09 | htl: avoid exposing the vm_region symbol | Samuel Thibault | 1 | -1/+1 |
2023-09-08 | elf: Always call destructors in reverse constructor order (bug 30785) | Florian Weimer | 1 | -0/+4 |
2023-09-07 | io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64 | Aurelien Jarno | 1 | -1/+1 |
2023-09-06 | getaddrinfo: Get rid of alloca | Joe Simmons-Talbott | 1 | -15/+9 |
2023-09-06 | riscv: Add support for XTheadBb in string-fz[a,i].h | Christoph Müllner | 2 | -2/+7 |
2023-09-05 | getcanonname: Fix a typo | Siddhesh Poyarekar | 1 | -1/+1 |
2023-09-05 | linux: Add pidfd_getpid | Adhemerval Zanella Netto | 42 | -0/+478 |
2023-09-05 | posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349) | Adhemerval Zanella Netto | 51 | -3/+499 |
2023-09-05 | linux: Add posix_spawnattr_{get, set}cgroup_np (BZ 26371) | Adhemerval Zanella Netto | 41 | -3/+414 |
2023-09-05 | linux: Define __ASSUME_CLONE3 to 0 for alpha, ia64, nios2, sh, and sparc | Adhemerval Zanella Netto | 5 | -0/+40 |
2023-09-05 | mips: Add the clone3 wrapper | Adhemerval Zanella Netto | 2 | -0/+141 |
2023-09-05 | arm: Add the clone3 wrapper | Adhemerval Zanella Netto | 2 | -0/+81 |