aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2022-04-13Replace {u}int_fast{16|32} with {u}int32_tNoah Goldstein2-2/+2
2022-04-12hurd: Define ELIBEXECSamuel Thibault1-0/+2
2022-04-12Remove _dl_skip_args_internal declarationSzabolcs Nagy1-5/+0
2022-04-11manual: Avoid name collision in libm ULP table [BZ #28956]Tom Coldrick2-2/+2
2022-04-10powerpc: Relocate stinfo->mainAlan Modra2-2/+19
2022-04-10powerpc64: Set up thread register for _dl_relocate_static_pieAlan Modra6-11/+33
2022-04-10powerpc64: Use medium model toc accesses throughoutAlan Modra6-15/+30
2022-04-10linux: Constify rfv variable in dl_vdso_vsymAlan Modra1-1/+1
2022-04-07sparc64: Remove fcopysign{f} implementationAdhemerval Zanella7-135/+6
2022-04-07alpha: Remove fcopysign{f} implementationAdhemerval Zanella2-60/+0
2022-04-07math: Use builtin for ldbl-96 copysignAdhemerval Zanella1-7/+3
2022-04-07ia64: Remove fcopysign{f} implementationAdhemerval Zanella3-39/+0
2022-04-07x86: Remove fcopysign{f} implementationAdhemerval Zanella6-175/+0
2022-04-07powerpc: Remove fcopysign{f} implementationAdhemerval Zanella4-174/+0
2022-04-05benchtests: Only build libmvec benchmarks iff $(build-mathvec) is setAdhemerval Zanella1-1/+1
2022-04-05linux: Fix __closefrom_fallback iterates until max int (BZ#28993)Adhemerval Zanella1-5/+6
2022-04-04Remove -z combreloc and HAVE_Z_COMBRELOCFangrui Song11-174/+28
2022-04-04sparc: Remove s_abs implementationsAdhemerval Zanella6-74/+2
2022-04-04ia64: Remove fabs implementationsAdhemerval Zanella2-164/+0
2022-04-04x86: Remove fabs{f} implementationAdhemerval Zanella4-74/+0
2022-04-04alpha: Remove s_abs implementationsAdhemerval Zanella2-55/+0
2022-03-28x86: Small improvements for wcslenNoah Goldstein1-45/+41
2022-03-28x86: Small improvements for wcscpy-ssse3Noah Goldstein1-97/+97
2022-03-28Add HWCAP2_AFP, HWCAP2_RPRES from Linux 5.17 to AArch64 bits/hwcap.hJoseph Myers1-0/+2
2022-03-25x86: Remove AVX str{n}casecmpNoah Goldstein6-197/+105
2022-03-25x86: Add EVEX optimized str{n}casecmpNoah Goldstein6-40/+321
2022-03-25x86: Add AVX2 optimized str{n}casecmpNoah Goldstein8-31/+331
2022-03-25x86: Optimize str{n}casecmp TOLOWER logic in strcmp-sse42.SNoah Goldstein1-48/+35
2022-03-25x86: Optimize str{n}casecmp TOLOWER logic in strcmp.SNoah Goldstein1-35/+29
2022-03-25x86: Fix fallback for wcsncmp_avx2 in strcmp-avx2.S [BZ #28896]Noah Goldstein2-1/+16
2022-03-25x86: Remove strspn-sse2.S and use the generic implementationNoah Goldstein2-116/+4
2022-03-25x86: Remove strpbrk-sse2.S and use the generic implementationNoah Goldstein2-8/+4
2022-03-25x86: Remove strcspn-sse2.S and use the generic implementationNoah Goldstein2-123/+4
2022-03-25x86: Optimize strspn in strspn-c.cNoah Goldstein1-47/+39
2022-03-25x86: Optimize strcspn and strpbrk in strcspn-c.cNoah Goldstein1-46/+37
2022-03-25x86: Code cleanup in strchr-evex and comment justifying branchNoah Goldstein1-66/+80
2022-03-25x86: Code cleanup in strchr-avx2 and comment justifying branchNoah Goldstein1-97/+107
2022-03-24Update kernel version to 5.17 in tst-mman-consts.pyJoseph Myers1-1/+1
2022-03-23gmon: Remove unused sprofil.c functionsAdhemerval Zanella1-12/+0
2022-03-23Update syscall lists for Linux 5.17Joseph Myers27-2/+29
2022-03-23Fix ununsed fstatat64_time64_statxAdhemerval Zanella1-5/+5
2022-03-23elf: Remove inline _dl_dprintfAdhemerval Zanella1-11/+0
2022-03-22configure.ac: fix bashisms in configure.acSam James4-4/+4
2022-03-23getaddrinfo: Refactor code for readabilitySiddhesh Poyarekar1-12/+33
2022-03-22gai_init: Avoid jumping from if condition to its else counterpartSiddhesh Poyarekar1-250/+248
2022-03-22gaiconf_init: Refactor some bits for readabilitySiddhesh Poyarekar1-65/+84
2022-03-22gethosts: Return EAI_MEMORY on allocation failureSiddhesh Poyarekar1-2/+2
2022-03-22gaih_inet: Split result generation into its own functionSiddhesh Poyarekar1-90/+86
2022-03-22gaih_inet: split loopback lookup into its own functionSiddhesh Poyarekar1-65/+62
2022-03-22gaih_inet: make gethosts into a functionSiddhesh Poyarekar1-58/+59