aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-26LoongArch: Update build-many-glibcs.py for the LoongArch Port.caiyinyu1-0/+5
2022-07-26LoongArch: Hard Float Supportcaiyinyu22-0/+2372
2022-07-26LoongArch: Build Infrastructurecaiyinyu15-0/+434
2022-07-26LoongArch: Add ABI Listscaiyinyu11-0/+3385
2022-07-26LoongArch: Linux ABIcaiyinyu17-0/+826
2022-07-26LoongArch: Linux Syscall Interfacecaiyinyu8-0/+947
2022-07-26LoongArch: Atomic and Locking Routinescaiyinyu1-0/+147
2022-07-26LoongArch: Generic <math.h> and soft-fp Routinescaiyinyu5-0/+321
2022-07-26LoongArch: Thread-Local Storage Supportcaiyinyu4-0/+249
2022-07-26LoongArch: ABI Implementationcaiyinyu18-0/+959
2022-07-26LoongArch: Add relocations and ELF flags to elf.h and scripts/glibcelf.pycaiyinyu2-2/+69
2022-07-26LoongArch: Add LoongArch entries to config.h.incaiyinyu1-0/+6
2022-07-25struct stat is not posix conformant on microblaze with __USE_FILE_OFFSET64Arnout Vandecappelle (Essensium/Mind)1-1/+1
2022-07-25Linux: dirent/tst-readdir64-compat needs to use TEST_COMPAT (bug 27654)Florian Weimer2-6/+8
2022-07-22manual: Add documentation for arc4random functionsAdhemerval Zanella Netto1-0/+46
2022-07-22s390x: Add optimized chacha20Adhemerval Zanella Netto4-1/+626
2022-07-22powerpc64: Add optimized chacha20Adhemerval Zanella Netto7-1/+347
2022-07-22x86: Add AVX2 optimized chacha20Adhemerval Zanella Netto5-7/+359
2022-07-22x86: Add SSE2 optimized chacha20Adhemerval Zanella Netto4-2/+352
2022-07-22aarch64: Add optimized chacha20Adhemerval Zanella Netto6-2/+408
2022-07-22benchtests: Add arc4random benchtestAdhemerval Zanella Netto5-3/+230
2022-07-22stdlib: Add arc4random testsAdhemerval Zanella Netto5-0/+860
2022-07-22stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto55-15/+800
2022-07-22locale: Optimize tst-localedef-path-normAdhemerval Zanella2-111/+128
2022-07-21malloc: Simplify implementation of __malloc_assertFlorian Weimer1-10/+5
2022-07-19Update scripts/config.* files from upstream GNU config versionAdhemerval Zanella2-878/+1252
2022-07-19linux: return UNSUPPORTED from tst-mount if entering mount namespace failsMichael Hudson-Doyle1-19/+6
2022-07-16x86: Add support to build st{p|r}{n}{cpy|cat} with explicit ISA levelNoah Goldstein30-158/+382
2022-07-16x86: Add support to build wcscpy with explicit ISA levelNoah Goldstein8-12/+103
2022-07-16x86: Add support to build strcmp/strlen/strchr with explicit ISA levelNoah Goldstein88-618/+1157
2022-07-15elf: Fix wrong fscanf usage on tst-plddAdhemerval Zanella1-4/+5
2022-07-14Apply asm redirections in stdio.h before first use [BZ #27087]Tulio Magno Quites Machado Filho5-68/+125
2022-07-14S390: Define SINGLE_THREAD_BY_GLOBAL only on s390xStefan Liebler1-0/+0
2022-07-13x86: Add missing rtm tests for strcmp familyNoah Goldstein6-2/+150
2022-07-13x86: Remove unneeded rtld-wmemcmpNoah Goldstein1-18/+0
2022-07-13x86: Move wcslen SSE2 implementation to multiarch/wcslen-sse2.SNoah Goldstein2-219/+218
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