about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Add TCP_MD5SIG_FLAG_IFINDEX from Linux 5.6 to netinet/tcp.h.Tobias Klauser2023-11-281-1/+2
* Remove __access_noerrnoJoseph Myers2023-11-238-64/+5
* malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella2023-11-222-7/+1
* aarch64: Fix libmvec benchmarksJoe Ramsay2023-11-222-49/+81
* elf: Remove LD_PROFILE for static binariesAdhemerval Zanella2023-11-2133-84/+144
* s390: Use dl-symbol-redir-ifunc.h on cpu-tunablesAdhemerval Zanella2023-11-212-15/+17
* x86: Use dl-symbol-redir-ifunc.h on cpu-tunablesAdhemerval Zanella2023-11-214-55/+32
* elf: Fix _dl_debug_vdprintf to work before self-relocationAdhemerval Zanella2023-11-211-0/+24
* elf: Add all malloc tunable to unsecvarsAdhemerval Zanella2023-11-211-0/+7
* elf: Ignore GLIBC_TUNABLES for setuid/setgid binariesAdhemerval Zanella2023-11-211-1/+0
* elf: Add GLIBC_TUNABLES to unsecvarsAdhemerval Zanella2023-11-211-0/+1
* hurd: Prevent the final file_exec_paths call from signalsSamuel Thibault2023-11-201-1/+15
* 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