2022-07-22 |
Adhemerval... | x86: Add SSE2 optimized chacha20 |
commit | commitdiff | tree | snapshot |
2022-07-22 |
Adhemerval... | aarch64: Add optimized chacha20 |
commit | commitdiff | tree | snapshot |
2022-07-22 |
Adhemerval... | benchtests: Add arc4random benchtest |
commit | commitdiff | tree | snapshot |
2022-07-22 |
Adhemerval... | stdlib: Add arc4random tests |
commit | commitdiff | tree | snapshot |
2022-07-22 |
Adhemerval... | stdlib: Add arc4random, arc4random_buf, and arc4random_... |
commit | commitdiff | tree | snapshot |
2022-07-22 |
Adhemerval... | locale: Optimize tst-localedef-path-norm |
commit | commitdiff | tree | snapshot |
2022-07-21 |
Florian Weimer | malloc: Simplify implementation of __malloc_assert |
commit | commitdiff | tree | snapshot |
2022-07-19 |
Adhemerval... | Update scripts/config.* files from upstream GNU config... |
commit | commitdiff | tree | snapshot |
2022-07-18 |
Michael Hudson... | linux: return UNSUPPORTED from tst-mount if entering... |
commit | commitdiff | tree | snapshot |
2022-07-16 |
Noah Goldstein | x86: Add support to build st{p|r}{n}{cpy|cat} with... |
commit | commitdiff | tree | snapshot |
2022-07-16 |
Noah Goldstein | x86: Add support to build wcscpy with explicit ISA... |
commit | commitdiff | tree | snapshot |
2022-07-16 |
Noah Goldstein | x86: Add support to build strcmp/strlen/strchr with... |
commit | commitdiff | tree | snapshot |
2022-07-15 |
Adhemerval... | elf: Fix wrong fscanf usage on tst-pldd |
commit | commitdiff | tree | snapshot |
2022-07-14 |
Tulio Magno... | Apply asm redirections in stdio.h before first use... |
commit | commitdiff | tree | snapshot |
2022-07-14 |
Stefan Liebler | S390: Define SINGLE_THREAD_BY_GLOBAL only on s390x |
commit | commitdiff | tree | snapshot |
2022-07-13 |
Noah Goldstein | x86: Add missing rtm tests for strcmp family |
commit | commitdiff | tree | snapshot |
2022-07-13 |
Noah Goldstein | x86: Remove unneeded rtld-wmemcmp |
commit | commitdiff | tree | snapshot |
2022-07-13 |
Noah Goldstein | x86: Move wcslen SSE2 implementation to multiarch/wcsle... |
commit | commitdiff | tree | snapshot |
2022-07-13 |
Noah Goldstein | x86: Move wcschr SSE2 implementation to multiarch/wcsch... |
commit | commitdiff | tree | snapshot |
2022-07-13 |
Noah Goldstein | x86: Move strcat SSE2 implementation to multiarch/strca... |
commit | commitdiff | tree | snapshot |
2022-07-13 |
Noah Goldstein | x86: Move strchr SSE2 implementation to multiarch/strch... |
commit | commitdiff | tree | snapshot |
2022-07-13 |
Noah Goldstein | x86: Move strrchr SSE2 implementation to multiarch... |
commit | commitdiff | tree | snapshot |
2022-07-13 |
Noah Goldstein | x86: Move memrchr SSE2 implementation to multiarch... |
commit | commitdiff | tree | snapshot |
2022-07-13 |
Noah Goldstein | x86: Move strcpy SSE2 implementation to multiarch/strcp... |
commit | commitdiff | tree | snapshot |
2022-07-13 |
Noah Goldstein | x86: Move strlen SSE2 implementation to multiarch/strle... |
commit | commitdiff | tree | snapshot |
2022-07-13 |
Noah Goldstein | x86: Move strcmp SSE42 implementation to multiarch... |
commit | commitdiff | tree | snapshot |
2022-07-13 |
Noah Goldstein | x86: Move wcscmp SSE2 implementation to multiarch/wcscm... |
commit | commitdiff | tree | snapshot |
2022-07-13 |
Noah Goldstein | x86: Move strcmp SSE2 implementation to multiarch/strcm... |
commit | commitdiff | tree | snapshot |
2022-07-13 |
Noah Goldstein | x86: Rename STRCASECMP_NONASCII macro to STRCASECMP_L_N... |
commit | commitdiff | tree | snapshot |
2022-07-13 |
Adhemerval... | nptl: Fix ___pthread_unregister_cancel_restore asynchro... |
commit | commitdiff | tree | snapshot |
2022-07-12 |
Noah Goldstein | x86: Remove __mmask intrinsics in strstr-avx512.c |
commit | commitdiff | tree | snapshot |
2022-07-12 |
Noah Goldstein | x86: Remove generic strncat, strncpy, and stpncpy imple... |
commit | commitdiff | tree | snapshot |
2022-07-12 |
Fangrui Song | i386: Remove -Wa,-mtune=i686 |
commit | commitdiff | tree | snapshot |
2022-07-08 |
H.J. Lu | x86-64: Remove redundant strcspn-generic/strpbrk-generi... |
commit | commitdiff | tree | snapshot |
2022-07-08 |
Florian Weimer | elf: Rename tst-audit26 to tst-audit28 |
commit | commitdiff | tree | snapshot |
2022-07-07 |
H.J. Lu | x86-64: Don't mark symbols as hidden in strcmp-XXX.S |
commit | commitdiff | tree | snapshot |
2022-07-06 |
Tom Honermann | stdlib: Tests for mbrtoc8, c8rtomb, and the char8_t... |
commit | commitdiff | tree | snapshot |
2022-07-06 |
Tom Honermann | stdlib: Implement mbrtoc8, c8rtomb, and the char8_t... |
commit | commitdiff | tree | snapshot |
2022-07-06 |
Tom Honermann | gconv: Correct Big5-HKSCS conversion to preserve all... |
commit | commitdiff | tree | snapshot |
2022-07-06 |
Danila Kutenin | aarch64: Optimize string functions with shrn instruction |
commit | commitdiff | tree | snapshot |
2022-07-06 |
Xi Ruoyao | test-container: return UNSUPPORTED for ENOSPC on clone() |
commit | commitdiff | tree | snapshot |
2022-07-05 |
Noah Goldstein | x86: Add support for building {w}memcmp{eq} with explic... |
commit | commitdiff | tree | snapshot |
2022-07-05 |
Noah Goldstein | x86: Add support for building {w}memset{_chk} with... |
commit | commitdiff | tree | snapshot |
2022-07-05 |
Noah Goldstein | x86: Add support for building {w}memmove{_chk} with... |
commit | commitdiff | tree | snapshot |
2022-07-05 |
Noah Goldstein | x86: Add support for building str{c|p}{brk|spn} with... |
commit | commitdiff | tree | snapshot |
2022-07-05 |
Noah Goldstein | x86: Add comment explaining no Slow_SSE4_2 check in... |
commit | commitdiff | tree | snapshot |
2022-07-05 |
Adhemerval... | Replace __libc_multiple_threads with __libc_single_threaded |
commit | commitdiff | tree | snapshot |
2022-07-05 |
Adhemerval... | linux: Add mount_setattr |
commit | commitdiff | tree | snapshot |
2022-07-05 |
Adhemerval... | linux: Add tst-mount to check for Linux new mount API |
commit | commitdiff | tree | snapshot |
2022-07-05 |
Adhemerval... | linux: Add open_tree |
commit | commitdiff | tree | snapshot |
2022-07-05 |
Adhemerval... | linux: Add fspick |
commit | commitdiff | tree | snapshot |
2022-07-05 |
Adhemerval... | linux: Add fsconfig |
commit | commitdiff | tree | snapshot |
2022-07-05 |
Tejas Belagod | AArch64: Reset HWCAP2_AFP bits in FPCR for default... |
commit | commitdiff | tree | snapshot |
2022-07-05 |
Florian Weimer | elf: Fix direction of NODELETE log messages during... |
commit | commitdiff | tree | snapshot |
2022-07-05 |
Florian Weimer | malloc: Simplify checked_request2size interface |
commit | commitdiff | tree | snapshot |
2022-07-05 |
Florian Weimer | stdlib: Simplify buffer management in canonicalize |
commit | commitdiff | tree | snapshot |
2022-07-05 |
Florian Weimer | localedef: Support building for older C standards |
commit | commitdiff | tree | snapshot |
2022-07-05 |
Florian Weimer | de_DE: Convert to UTF-8 |
commit | commitdiff | tree | snapshot |
2022-07-05 |
Florian Weimer | locale: localdef input files are now encoded in UTF-8 |
commit | commitdiff | tree | snapshot |
2022-07-05 |
Florian Weimer | locale: Introduce translate_unicode_codepoint into... |
commit | commitdiff | tree | snapshot |
2022-07-05 |
Florian Weimer | locale: Fix signed char bug in lr_getc |
commit | commitdiff | tree | snapshot |
2022-07-05 |
Florian Weimer | locale: Turn ADDC and ADDS into functions in linereader.c |
commit | commitdiff | tree | snapshot |
2022-07-05 |
Fangrui Song | libc-symbols.h: remove unused macros |
commit | commitdiff | tree | snapshot |
2022-07-04 |
Adhemerval... | Fix hurd namespace issues for internal signal functions |
commit | commitdiff | tree | snapshot |
2022-07-04 |
Guilherme Janczak | argp: Remove old includes in !_LIBC case |
commit | commitdiff | tree | snapshot |
2022-07-04 |
Joseph Myers | Use GCC 12 branch in build-many-glibcs.py |
commit | commitdiff | tree | snapshot |
2022-06-30 |
Adhemerval... | Refactor internal-signals.h |
commit | commitdiff | tree | snapshot |
2022-06-30 |
Kito Cheng | riscv: Use memcpy to handle unaligned access when fixin... |
commit | commitdiff | tree | snapshot |
2022-06-30 |
Tejas Belagod | AArch64: Add asymmetric faulting mode for tag violation... |
commit | commitdiff | tree | snapshot |
2022-06-30 |
Adhemerval... | linux: Fix mq_timereceive check for 32 bit fallback... |
commit | commitdiff | tree | snapshot |
2022-06-30 |
Noah Goldstein | x86: Add missing IS_IN (libc) check to strncmp-sse4_2.S |
commit | commitdiff | tree | snapshot |
2022-06-30 |
Noah Goldstein | x86: Add missing IS_IN (libc) check to strcspn-sse4.c |
commit | commitdiff | tree | snapshot |
2022-06-30 |
Noah Goldstein | x86: Add missing IS_IN (libc) check to memmove-ssse3.S |
commit | commitdiff | tree | snapshot |
2022-06-30 |
H.J. Lu | x86-64: Properly indent X86_IFUNC_IMPL_ADD_VN arguments |
commit | commitdiff | tree | snapshot |
2022-06-30 |
Noah Goldstein | x86-64: Small improvements to dl-trampoline.S |
commit | commitdiff | tree | snapshot |
2022-06-30 |
Noah Goldstein | x86: Move mem{p}{mov|cpy}_{chk_}erms to its own file |
commit | commitdiff | tree | snapshot |
2022-06-30 |
Noah Goldstein | x86: Move and slightly improve memset_erms |
commit | commitdiff | tree | snapshot |
2022-06-30 |
Noah Goldstein | x86: Add definition for __wmemset_chk AVX2 RTM in ifunc... |
commit | commitdiff | tree | snapshot |
2022-06-29 |
Arjun Shankar | linux: Remove unnecessary nice.c and signal.c |
commit | commitdiff | tree | snapshot |
2022-06-29 |
Adhemerval... | nptl: Remove unused members from struct pthread |
commit | commitdiff | tree | snapshot |
2022-06-29 |
Florian Weimer | Linux: Forward declaration of struct iovec for process_... |
commit | commitdiff | tree | snapshot |
2022-06-28 |
Noah Goldstein | x86: Add more feature definitions to isa-level.h |
commit | commitdiff | tree | snapshot |
2022-06-28 |
Florian Weimer | elf: Fix -DNDEBUG warning in _dl_start_args_adjust |
commit | commitdiff | tree | snapshot |
2022-06-28 |
Yang Yanchao | elf: Fix compile error with -Werror and -DNDEBUG |
commit | commitdiff | tree | snapshot |
2022-06-27 |
H.J. Lu | x86-64: Only define used SSE/AVX/AVX512 run-time resolvers |
commit | commitdiff | tree | snapshot |
2022-06-27 |
H.J. Lu | x86: Move CPU_FEATURE{S}_{USABLE|ARCH}_P to isa-level.h |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Noah Goldstein | x86: Fix backwards Prefer_No_VZEROUPPER check in ifunc... |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Noah Goldstein | x86: Rename strstr_sse2 to strstr_generic as it uses... |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Noah Goldstein | x86: Remove unused file wmemcmp-sse4 |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Noah Goldstein | x86: Put wcs{n}len-sse4.1 in the sse4.1 text section |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Noah Goldstein | x86: Align entry for memrchr to 64-bytes. |
commit | commitdiff | tree | snapshot |
2022-06-26 |
Fangrui Song | Makerules: Remove no-op -Wl,-d when linking libc_pic.os |
commit | commitdiff | tree | snapshot |
2022-06-24 |
Andreas Schwab | m68k: optimize RTLD_START |
commit | commitdiff | tree | snapshot |
2022-06-24 |
Adhemerval... | misc: Optimize internal usage of __libc_single_threaded |
commit | commitdiff | tree | snapshot |
2022-06-24 |
Adhemerval... | linux: Add move_mount |
commit | commitdiff | tree | snapshot |
2022-06-24 |
Adhemerval... | linux: Add fsmount |
commit | commitdiff | tree | snapshot |
2022-06-24 |
Adhemerval... | linux: Add fsopen |
commit | commitdiff | tree | snapshot |
2022-06-24 |
Florian Weimer | resolv/tst-resolv-noaaaa: Support building for older... |
commit | commitdiff | tree | snapshot |
2022-06-24 |
Florian Weimer | resolv: Implement no-aaaa stub resolver option |
commit | commitdiff | tree | snapshot |
2022-06-24 |
Florian Weimer | support: Change non-address output format of support_fo... |
commit | commitdiff | tree | snapshot |
next |