aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2022-04-07x86: Remove fcopysign{f} implementationAdhemerval Zanella
2022-04-07powerpc: Remove fcopysign{f} implementationAdhemerval Zanella
2022-04-05benchtests: Only build libmvec benchmarks iff $(build-mathvec) is setAdhemerval Zanella
2022-04-05linux: Fix __closefrom_fallback iterates until max int (BZ#28993)Adhemerval Zanella
2022-04-04Remove -z combreloc and HAVE_Z_COMBRELOCFangrui Song
2022-04-04sparc: Remove s_abs implementationsAdhemerval Zanella
2022-04-04ia64: Remove fabs implementationsAdhemerval Zanella
2022-04-04x86: Remove fabs{f} implementationAdhemerval Zanella
2022-04-04alpha: Remove s_abs implementationsAdhemerval Zanella
2022-03-28x86: Small improvements for wcslenNoah Goldstein
2022-03-28x86: Small improvements for wcscpy-ssse3Noah Goldstein
2022-03-28Add HWCAP2_AFP, HWCAP2_RPRES from Linux 5.17 to AArch64 bits/hwcap.hJoseph Myers
2022-03-25x86: Remove AVX str{n}casecmpNoah Goldstein
2022-03-25x86: Add EVEX optimized str{n}casecmpNoah Goldstein
2022-03-25x86: Add AVX2 optimized str{n}casecmpNoah Goldstein
2022-03-25x86: Optimize str{n}casecmp TOLOWER logic in strcmp-sse42.SNoah Goldstein
2022-03-25x86: Optimize str{n}casecmp TOLOWER logic in strcmp.SNoah Goldstein
2022-03-25x86: Fix fallback for wcsncmp_avx2 in strcmp-avx2.S [BZ #28896]Noah Goldstein
2022-03-25x86: Remove strspn-sse2.S and use the generic implementationNoah Goldstein
2022-03-25x86: Remove strpbrk-sse2.S and use the generic implementationNoah Goldstein
2022-03-25x86: Remove strcspn-sse2.S and use the generic implementationNoah Goldstein
2022-03-25x86: Optimize strspn in strspn-c.cNoah Goldstein
2022-03-25x86: Optimize strcspn and strpbrk in strcspn-c.cNoah Goldstein
2022-03-25x86: Code cleanup in strchr-evex and comment justifying branchNoah Goldstein
2022-03-25x86: Code cleanup in strchr-avx2 and comment justifying branchNoah Goldstein
2022-03-24Update kernel version to 5.17 in tst-mman-consts.pyJoseph Myers
2022-03-23gmon: Remove unused sprofil.c functionsAdhemerval Zanella
2022-03-23Update syscall lists for Linux 5.17Joseph Myers
2022-03-23Fix ununsed fstatat64_time64_statxAdhemerval Zanella
2022-03-23elf: Remove inline _dl_dprintfAdhemerval Zanella
2022-03-22configure.ac: fix bashisms in configure.acSam James
2022-03-23getaddrinfo: Refactor code for readabilitySiddhesh Poyarekar
2022-03-22gai_init: Avoid jumping from if condition to its else counterpartSiddhesh Poyarekar
2022-03-22gaiconf_init: Refactor some bits for readabilitySiddhesh Poyarekar
2022-03-22gethosts: Return EAI_MEMORY on allocation failureSiddhesh Poyarekar
2022-03-22gaih_inet: Split result generation into its own functionSiddhesh Poyarekar
2022-03-22gaih_inet: split loopback lookup into its own functionSiddhesh Poyarekar
2022-03-22gaih_inet: make gethosts into a functionSiddhesh Poyarekar
2022-03-22gaih_inet: separate nss lookup loop into its own functionSiddhesh Poyarekar
2022-03-22gaih_inet: Split nscd lookup code into its own function.Siddhesh Poyarekar
2022-03-22gaih_inet: Split simple gethostbyname into its own functionSiddhesh Poyarekar
2022-03-22gaih_inet: make numeric lookup a separate routineSiddhesh Poyarekar
2022-03-22gaih_inet: Simplify service resolutionSiddhesh Poyarekar
2022-03-22getaddrinfo: Fix leak with AI_ALL [BZ #28852]Siddhesh Poyarekar
2022-03-22gaih_inet: Simplify canon name resolutionSiddhesh Poyarekar
2022-03-22Simplify allocations and fix merge and continue actions [BZ #28931]Siddhesh Poyarekar
2022-03-15hppa: Use END instead of PSEUDO_END in swapcontext.SJohn David Anglin
2022-03-15hppa: Implement swapcontext in assembler (bug 28960)John David Anglin
2022-03-14Add access function attributes to epoll_waitSteve Grubb
2022-03-07x86_64: Fix svml_d_tanh8_core_avx512.S code formattingSunil K Pandey