aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2023-11-20aarch64: Add vector implementations of expm1 routinesJoe Ramsay13-0/+462
2023-11-20linux: Use fchmodat2 on fchmod for flags different than 0 (BZ 26401)Adhemerval Zanella2-53/+75
2023-11-15x86: Fix unchecked AVX512-VBMI2 usage in strrchr-evex-base.SNoah Goldstein1-24/+51
2023-11-15sparc: Fix broken memset for sparc32 [BZ #31068]Andreas Larsson1-2/+2
2023-11-14hurd: Fix spawni returning allocation errors.Samuel Thibault1-2/+8
2023-11-13AArch64: Remove Falkor memcpyWilco Dijkstra7-331/+0
2023-11-13AArch64: Add memset_zva64Wilco Dijkstra6-68/+38
2023-11-13AArch64: Cleanup emag memsetWilco Dijkstra4-197/+90
2023-11-10aarch64: Add vector implementations of log1p routinesJoe Ramsay13-0/+500
2023-11-10aarch64: Add vector implementations of atan2 routinesJoe Ramsay15-0/+535
2023-11-10aarch64: Add vector implementations of atan routinesJoe Ramsay13-0/+407
2023-11-10aarch64: Add vector implementations of acos routinesJoe Ramsay13-1/+440
2023-11-10aarch64: Add vector implementations of asin routinesJoe Ramsay13-1/+407
2023-11-07elf: Add glibc.mem.decorate_maps tunableAdhemerval Zanella1-5/+10
2023-11-07linux: Decorate __libc_fatal error bufferAdhemerval Zanella1-0/+3
2023-11-07linux: Add PR_SET_VMA_ANON_NAME supportAdhemerval Zanella4-0/+108
2023-11-07hurd: statfsconv: Add missing f_ffree conversionSamuel Thibault1-0/+1
2023-11-06Update BAD_TYPECHECK to work on x86_64Flavio Cruz1-6/+3
2023-11-03sysdeps: sem_open: Clear O_CREAT when semaphore file is expected to exist [BZ...Sergio Durigan Junior1-6/+4
2023-11-03Add SEGV_CPERR from Linux 6.6 to bits/siginfo-consts.hJoseph Myers1-1/+3
2023-11-03linux: Add HWCAP2_HBC from Linux 6.6 to AArch64 bits/hwcap.hAdhemerval Zanella1-0/+1
2023-11-03linux: Add FSCONFIG_CMD_CREATE_EXCL from Linux 6.6 to sys/mount.hAdhemerval Zanella1-0/+2
2023-11-03linux: Add MMAP_ABOVE4G from Linux 6.6 to sys/mman.hAdhemerval Zanella2-1/+2
2023-11-03Update kernel version to 6.6 in header constant testsAdhemerval Zanella2-3/+3
2023-11-03Update syscall lists for Linux 6.6Adhemerval Zanella28-2/+32
2023-11-01AArch64: Cleanup ifuncsWilco Dijkstra18-125/+41
2023-11-01Use correct subdir when building tst-rfc3484* for mach and armArjun Shankar2-6/+2
2023-10-31string: Add internal memswap implementationAdhemerval Zanella1-0/+41
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella39-319/+1
2023-10-30sparc: Remove optimize md5, sha256, and sha512Adhemerval Zanella14-454/+0
2023-10-26LoongArch: Delete excessively allocated memory.caiyinyu1-34/+34
2023-10-26LoongArch: Update hwcap.h to sync with LoongArch kernel.caiyinyu1-0/+1
2023-10-26LoongArch: Unify Register Names.caiyinyu2-19/+19
2023-10-24AArch64: Add support for MOPS memcpy/memmove/memsetWilco Dijkstra11-1/+141
2023-10-24Move getaddrinfo from 'posix' into 'nss'Arjun Shankar1-2625/+0
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