aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-31posix: Remove unused variable on tst-_Fork.cAdhemerval Zanella1-1/+0
2022-03-31resolv: Initialize loop variable on tst-resolv-trailingAdhemerval Zanella1-1/+1
2022-03-31locale: Remove set but unused variable on ld-collate.cAdhemerval Zanella1-8/+1
2022-03-31localedate: Fix printf type on tst_mbrtowcAdhemerval Zanella1-1/+1
2022-03-31localedata: Remove unused variables in testsAdhemerval Zanella6-12/+0
2022-03-28x86: Small improvements for wcslenNoah Goldstein1-45/+41
2022-03-28x86: Small improvements for wcscpy-ssse3Noah Goldstein1-97/+97
2022-03-28debug: Improve fdelt_chk error messageCristian Rodríguez1-1/+2
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-25string: Expand page cross test cases in test-strncmp.cNoah Goldstein1-1/+26
2022-03-25string: Expand page cross test cases in test-strcmp.cNoah Goldstein1-1/+14
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-25string: Expand page cross tests in test-strncasecmp.cNoah Goldstein1-12/+154
2022-03-25string: Expand page cross tests in test-strcasecmp.cNoah Goldstein1-12/+100
2022-03-25benchtests: Use json-lib in bench-strncasecmp.cNoah Goldstein1-44/+69
2022-03-25benchtests: Use json-lib in bench-strcasecmp.cNoah Goldstein1-26/+51
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-25benchtests: Use json-lib in bench-strspn.cNoah Goldstein1-20/+58
2022-03-25benchtests: Use json-lib in bench-strpbrk.cNoah Goldstein1-20/+61
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-25benchtests: Add random benchmark in bench-strchr.cNoah Goldstein1-0/+143
2022-03-25benchtests: Use json-lib in bench-strchr.cNoah Goldstein1-30/+64
2022-03-24Update kernel version to 5.17 in tst-mman-consts.pyJoseph Myers1-1/+1
2022-03-23iconvdata: Fix enum type on UTF-7Adhemerval Zanella1-1/+1
2022-03-23nscd: Remove unused variableAdhemerval Zanella1-5/+1
2022-03-23support: Fix support_process_state_wait path size calculationAdhemerval Zanella1-1/+2
2022-03-23support: Remove unused extract_8 functionAdhemerval Zanella1-11/+0
2022-03-23locale: Remove ununsed wctype_table_get functionAdhemerval Zanella1-27/+0
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-23malloc: Fix duplicate inline for do_set_mxfastAdhemerval Zanella1-2/+1
2022-03-23elf: Remove inline _dl_dprintfAdhemerval Zanella1-11/+0
2022-03-22configure.ac: fix bashisms in configure.acSam James6-6/+6
2022-03-23getaddrinfo: Refactor code for readabilitySiddhesh Poyarekar1-12/+33
2022-03-22Use Linux 5.17 in build-many-glibcs.pyJoseph Myers1-1/+1
2022-03-22resolv: Fix unaligned accesses to fields in HEADER structJohn David Anglin3-14/+21
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