aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-08Use custom linker script by default (bug 25812)fw/glibcelfFlorian Weimer
2022-04-07WIP ELF parser in PythonFlorian Weimer
2022-04-06tests/string: Drop simple/stupid/builtin testsSiddhesh Poyarekar
2022-04-06test-memcpy: Actually reverse source and destinationSiddhesh Poyarekar
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-04-04Allow for unpriviledged nested containersDJ Delorie
2022-04-01Increase the test timeout of some string testsSzabolcs Nagy
2022-03-31realpath: Bring back GNU extension on ENOENT and EACCES [BZ #28996]Siddhesh Poyarekar
2022-03-31stdlib: Fix tst-getrandom memcmp callAdhemerval Zanella
2022-03-31stdlib: Fix tst-rand48.c printf typesAdhemerval Zanella
2022-03-31elf: Remove unused functions from tst-audit25(a,b)Adhemerval Zanella
2022-03-31nptl: Use libc-diag.h with tst-thread-setspecificAdhemerval Zanella
2022-03-31crypt: Remove unused variable on cert testAdhemerval Zanella
2022-03-31elf: Remove unused variables in testsAdhemerval Zanella
2022-03-31elf: Fix wrong fscanf usage on tst-plddAdhemerval Zanella
2022-03-31posix: Remove unused variable on tst-_Fork.cAdhemerval Zanella
2022-03-31resolv: Initialize loop variable on tst-resolv-trailingAdhemerval Zanella
2022-03-31locale: Remove set but unused variable on ld-collate.cAdhemerval Zanella
2022-03-31localedate: Fix printf type on tst_mbrtowcAdhemerval Zanella
2022-03-31localedata: Remove unused variables in testsAdhemerval Zanella
2022-03-28x86: Small improvements for wcslenNoah Goldstein
2022-03-28x86: Small improvements for wcscpy-ssse3Noah Goldstein
2022-03-28debug: Improve fdelt_chk error messageCristian Rodríguez
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-25string: Expand page cross test cases in test-strncmp.cNoah Goldstein
2022-03-25string: Expand page cross test cases in test-strcmp.cNoah 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-25string: Expand page cross tests in test-strncasecmp.cNoah Goldstein
2022-03-25string: Expand page cross tests in test-strcasecmp.cNoah Goldstein
2022-03-25benchtests: Use json-lib in bench-strncasecmp.cNoah Goldstein
2022-03-25benchtests: Use json-lib in bench-strcasecmp.cNoah 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-25benchtests: Use json-lib in bench-strspn.cNoah Goldstein
2022-03-25benchtests: Use json-lib in bench-strpbrk.cNoah Goldstein
2022-03-25x86: Code cleanup in strchr-evex and comment justifying branchNoah Goldstein