aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-13x86: Move wcschr SSE2 implementation to multiarch/wcschr-sse2.SNoah Goldstein2-142/+138
2022-07-13x86: Move strcat SSE2 implementation to multiarch/strcat-sse2.SNoah Goldstein2-243/+238
2022-07-13x86: Move strchr SSE2 implementation to multiarch/strchr-sse2.SNoah Goldstein6-183/+213
2022-07-13x86: Move strrchr SSE2 implementation to multiarch/strrchr-sse2.SNoah Goldstein4-377/+366
2022-07-13x86: Move memrchr SSE2 implementation to multiarch/memrchr-sse2.SNoah Goldstein2-334/+334
2022-07-13x86: Move strcpy SSE2 implementation to multiarch/strcpy-sse2.SNoah Goldstein5-155/+156
2022-07-13x86: Move strlen SSE2 implementation to multiarch/strlen-sse2.SNoah Goldstein9-286/+306
2022-07-13x86: Move strcmp SSE42 implementation to multiarch/strcmp-sse4_2.SNoah Goldstein5-1792/+1766
2022-07-13x86: Move wcscmp SSE2 implementation to multiarch/wcscmp-sse2.SNoah Goldstein2-934/+934
2022-07-13x86: Move strcmp SSE2 implementation to multiarch/strcmp-sse2.SNoah Goldstein11-2178/+2264
2022-07-13x86: Rename STRCASECMP_NONASCII macro to STRCASECMP_L_NONASCIINoah Goldstein2-6/+6
2022-07-13nptl: Fix ___pthread_unregister_cancel_restore asynchronous restoreAdhemerval Zanella1-1/+1
2022-07-12x86: Remove __mmask intrinsics in strstr-avx512.cNoah Goldstein1-6/+10
2022-07-12x86: Remove generic strncat, strncpy, and stpncpy implementationsNoah Goldstein10-92/+56
2022-07-12i386: Remove -Wa,-mtune=i686Fangrui Song1-10/+0
2022-07-08x86-64: Remove redundant strcspn-generic/strpbrk-generic/strspn-genericH.J. Lu1-3/+0
2022-07-08elf: Rename tst-audit26 to tst-audit28Florian Weimer3-5/+5
2022-07-07x86-64: Don't mark symbols as hidden in strcmp-XXX.SH.J. Lu3-3/+0
2022-07-06stdlib: Tests for mbrtoc8, c8rtomb, and the char8_t typedef.Tom Honermann3-1/+1154
2022-07-06stdlib: Implement mbrtoc8, c8rtomb, and the char8_t typedef.Tom Honermann40-1/+360
2022-07-06gconv: Correct Big5-HKSCS conversion to preserve all state bits. [BZ #25744]Tom Honermann2-8/+73
2022-07-06aarch64: Optimize string functions with shrn instructionDanila Kutenin6-102/+59
2022-07-05test-container: return UNSUPPORTED for ENOSPC on clone()Xi Ruoyao1-31/+36
2022-07-05x86: Add support for building {w}memcmp{eq} with explicit ISA levelNoah Goldstein20-661/+790
2022-07-05x86: Add support for building {w}memset{_chk} with explicit ISA levelNoah Goldstein10-203/+265
2022-07-05x86: Add support for building {w}memmove{_chk} with explicit ISA levelNoah Goldstein11-272/+403
2022-07-05x86: Add support for building str{c|p}{brk|spn} with explicit ISA levelNoah Goldstein18-13/+247
2022-07-05x86: Add comment explaining no Slow_SSE4_2 check in ifunc-sse4_2Noah Goldstein1-0/+6
2022-07-05Replace __libc_multiple_threads with __libc_single_threadedAdhemerval Zanella22-61/+22
2022-07-05linux: Add mount_setattrAdhemerval Zanella39-8/+91
2022-07-05linux: Add tst-mount to check for Linux new mount APIAdhemerval Zanella2-0/+96
2022-07-05linux: Add open_treeAdhemerval Zanella38-6/+51
2022-07-05linux: Add fspickAdhemerval Zanella37-4/+52
2022-07-05linux: Add fsconfigAdhemerval Zanella38-4/+67
2022-07-05AArch64: Reset HWCAP2_AFP bits in FPCR for default fenvTejas Belagod1-1/+1
2022-07-05elf: Fix direction of NODELETE log messages during symbol lookupFlorian Weimer1-2/+2
2022-07-05malloc: Simplify checked_request2size interfaceFlorian Weimer2-15/+18
2022-07-05stdlib: Simplify buffer management in canonicalizeFlorian Weimer1-64/+51
2022-07-05localedef: Support building for older C standardsFlorian Weimer1-9/+11
2022-07-05de_DE: Convert to UTF-8Florian Weimer1-16/+16
2022-07-05locale: localdef input files are now encoded in UTF-8Florian Weimer2-11/+137
2022-07-05locale: Introduce translate_unicode_codepoint into linereader.cFlorian Weimer1-82/+85
2022-07-05locale: Fix signed char bug in lr_getcFlorian Weimer1-1/+1
2022-07-05locale: Turn ADDC and ADDS into functions in linereader.cFlorian Weimer1-99/+104
2022-07-04libc-symbols.h: remove unused macrosFangrui Song1-169/+0
2022-07-04Fix hurd namespace issues for internal signal functionsAdhemerval Zanella1-3/+3
2022-07-04argp: Remove old includes in !_LIBC caseGuilherme Janczak1-5/+0
2022-07-04Use GCC 12 branch in build-many-glibcs.pyJoseph Myers1-1/+1
2022-06-30Refactor internal-signals.hAdhemerval Zanella18-93/+179
2022-06-30riscv: Use memcpy to handle unaligned access when fixing R_RISCV_RELATIVEKito Cheng1-1/+4