aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2023-11-21s390: Use dl-symbol-redir-ifunc.h on cpu-tunablesAdhemerval Zanella
2023-11-21x86: Use dl-symbol-redir-ifunc.h on cpu-tunablesAdhemerval Zanella
2023-11-21elf: Fix _dl_debug_vdprintf to work before self-relocationAdhemerval Zanella
2023-11-21elf: Add all malloc tunable to unsecvarsAdhemerval Zanella
2023-11-21elf: Ignore GLIBC_TUNABLES for setuid/setgid binariesAdhemerval Zanella
2023-11-21elf: Add GLIBC_TUNABLES to unsecvarsAdhemerval Zanella
2023-11-20hurd: Prevent the final file_exec_paths call from signalsSamuel Thibault
2023-11-20aarch64: Add vector implementations of expm1 routinesJoe Ramsay
2023-11-20linux: Use fchmodat2 on fchmod for flags different than 0 (BZ 26401)Adhemerval Zanella
2023-11-15x86: Fix unchecked AVX512-VBMI2 usage in strrchr-evex-base.SNoah Goldstein
2023-11-15sparc: Fix broken memset for sparc32 [BZ #31068]Andreas Larsson
2023-11-14hurd: Fix spawni returning allocation errors.Samuel Thibault
2023-11-13AArch64: Remove Falkor memcpyWilco Dijkstra
2023-11-13AArch64: Add memset_zva64Wilco Dijkstra
2023-11-13AArch64: Cleanup emag memsetWilco Dijkstra
2023-11-10aarch64: Add vector implementations of log1p routinesJoe Ramsay
2023-11-10aarch64: Add vector implementations of atan2 routinesJoe Ramsay
2023-11-10aarch64: Add vector implementations of atan routinesJoe Ramsay
2023-11-10aarch64: Add vector implementations of acos routinesJoe Ramsay
2023-11-10aarch64: Add vector implementations of asin routinesJoe Ramsay
2023-11-07elf: Add glibc.mem.decorate_maps tunableAdhemerval Zanella
2023-11-07linux: Decorate __libc_fatal error bufferAdhemerval Zanella
2023-11-07linux: Add PR_SET_VMA_ANON_NAME supportAdhemerval Zanella
2023-11-07hurd: statfsconv: Add missing f_ffree conversionSamuel Thibault
2023-11-06Update BAD_TYPECHECK to work on x86_64Flavio Cruz
2023-11-03sysdeps: sem_open: Clear O_CREAT when semaphore file is expected to exist [BZ...Sergio Durigan Junior
2023-11-03Add SEGV_CPERR from Linux 6.6 to bits/siginfo-consts.hJoseph Myers
2023-11-03linux: Add HWCAP2_HBC from Linux 6.6 to AArch64 bits/hwcap.hAdhemerval Zanella
2023-11-03linux: Add FSCONFIG_CMD_CREATE_EXCL from Linux 6.6 to sys/mount.hAdhemerval Zanella
2023-11-03linux: Add MMAP_ABOVE4G from Linux 6.6 to sys/mman.hAdhemerval Zanella
2023-11-03Update kernel version to 6.6 in header constant testsAdhemerval Zanella
2023-11-03Update syscall lists for Linux 6.6Adhemerval Zanella
2023-11-01AArch64: Cleanup ifuncsWilco Dijkstra
2023-11-01Use correct subdir when building tst-rfc3484* for mach and armArjun Shankar
2023-10-31string: Add internal memswap implementationAdhemerval Zanella
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella
2023-10-30sparc: Remove optimize md5, sha256, and sha512Adhemerval Zanella
2023-10-26LoongArch: Delete excessively allocated memory.caiyinyu
2023-10-26LoongArch: Update hwcap.h to sync with LoongArch kernel.caiyinyu
2023-10-26LoongArch: Unify Register Names.caiyinyu
2023-10-24AArch64: Add support for MOPS memcpy/memmove/memsetWilco Dijkstra
2023-10-24Move getaddrinfo from 'posix' into 'nss'Arjun Shankar
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