about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* aarch64: Add vector implementations of expm1 routinesJoe Ramsay2023-11-2013-0/+462
* linux: Use fchmodat2 on fchmod for flags different than 0 (BZ 26401)Adhemerval Zanella2023-11-202-53/+75
* x86: Fix unchecked AVX512-VBMI2 usage in strrchr-evex-base.SNoah Goldstein2023-11-151-24/+51
* sparc: Fix broken memset for sparc32 [BZ #31068]Andreas Larsson2023-11-151-2/+2
* hurd: Fix spawni returning allocation errors.Samuel Thibault2023-11-141-2/+8
* AArch64: Remove Falkor memcpyWilco Dijkstra2023-11-137-331/+0
* AArch64: Add memset_zva64Wilco Dijkstra2023-11-136-68/+38
* AArch64: Cleanup emag memsetWilco Dijkstra2023-11-134-197/+90
* aarch64: Add vector implementations of log1p routinesJoe Ramsay2023-11-1013-0/+500
* aarch64: Add vector implementations of atan2 routinesJoe Ramsay2023-11-1015-0/+535
* aarch64: Add vector implementations of atan routinesJoe Ramsay2023-11-1013-0/+407
* aarch64: Add vector implementations of acos routinesJoe Ramsay2023-11-1013-1/+440
* aarch64: Add vector implementations of asin routinesJoe Ramsay2023-11-1013-1/+407
* elf: Add glibc.mem.decorate_maps tunableAdhemerval Zanella2023-11-071-5/+10
* linux: Decorate __libc_fatal error bufferAdhemerval Zanella2023-11-071-0/+3
* linux: Add PR_SET_VMA_ANON_NAME supportAdhemerval Zanella2023-11-074-0/+108
* hurd: statfsconv: Add missing f_ffree conversionSamuel Thibault2023-11-071-0/+1
* Update BAD_TYPECHECK to work on x86_64Flavio Cruz2023-11-061-6/+3
* sysdeps: sem_open: Clear O_CREAT when semaphore file is expected to exist [BZ...Sergio Durigan Junior2023-11-031-6/+4
* Add SEGV_CPERR from Linux 6.6 to bits/siginfo-consts.hJoseph Myers2023-11-031-1/+3
* linux: Add HWCAP2_HBC from Linux 6.6 to AArch64 bits/hwcap.hAdhemerval Zanella2023-11-031-0/+1
* linux: Add FSCONFIG_CMD_CREATE_EXCL from Linux 6.6 to sys/mount.hAdhemerval Zanella2023-11-031-0/+2
* linux: Add MMAP_ABOVE4G from Linux 6.6 to sys/mman.hAdhemerval Zanella2023-11-032-1/+2
* Update kernel version to 6.6 in header constant testsAdhemerval Zanella2023-11-032-3/+3
* Update syscall lists for Linux 6.6Adhemerval Zanella2023-11-0328-2/+32
* AArch64: Cleanup ifuncsWilco Dijkstra2023-11-0118-125/+41
* Use correct subdir when building tst-rfc3484* for mach and armArjun Shankar2023-11-012-6/+2
* string: Add internal memswap implementationAdhemerval Zanella2023-10-311-0/+41
* crypt: Remove libcrypt supportAdhemerval Zanella2023-10-3039-319/+1
* sparc: Remove optimize md5, sha256, and sha512Adhemerval Zanella2023-10-3014-454/+0
* LoongArch: Delete excessively allocated memory.caiyinyu2023-10-261-34/+34
* LoongArch: Update hwcap.h to sync with LoongArch kernel.caiyinyu2023-10-261-0/+1
* LoongArch: Unify Register Names.caiyinyu2023-10-262-19/+19
* AArch64: Add support for MOPS memcpy/memmove/memsetWilco Dijkstra2023-10-2411-1/+141
* Move getaddrinfo from 'posix' into 'nss'Arjun Shankar2023-10-241-2625/+0
* aarch64: Add vector implementations of exp10 routinesJoe Ramsay2023-10-2313-0/+528
* aarch64: Add vector implementations of log10 routinesJoe Ramsay2023-10-2315-1/+584
* aarch64: Add vector implementations of log2 routinesJoe Ramsay2023-10-2315-1/+549
* 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