aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* string: Add a testcase for wcsncmp with SIZE_MAX [BZ #28755]gentoo/2.33H.J. Lu2022-02-171-0/+13
* <bits/platform/x86.h>: Correct x86_cpu_TBMH.J. Lu2022-02-171-1/+1
* socket: Do not use AF_NETLINK in __opensockgentoo/glibc-2.33-11Florian Weimer2022-02-041-8/+1
* hurd if_index: Explicitly use AF_INET for if index discoverySamuel Thibault2022-02-041-3/+3
* Linux: Simplify __opensock and fix race condition [BZ #28353]Florian Weimer2022-02-044-159/+23
* x86-64: Test strlen and wcslen with 0 in the RSI register [BZ #28064]H.J. Lu2022-02-043-0/+108
* x86: Remove wcsnlen-sse4_1 from wcslen ifunc-impl-list [BZ #28064]Noah Goldstein2022-02-041-2/+2
* x86: Use CHECK_FEATURE_PRESENT to check HLE [BZ #27398]gentoo/glibc-2.33-10H.J. Lu2022-02-011-1/+1
* x86: Black list more Intel CPUs for TSX [BZ #27398]H.J. Lu2022-02-011-3/+31
* x86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033]H.J. Lu2022-02-016-6/+14
* x86: Copy IBT and SHSTK usable only if CET is enabledH.J. Lu2022-02-011-2/+5
* x86-64: Require BMI2 for __strlen_evex and __strnlen_evexgentoo/glibc-2.33-9H.J. Lu2022-01-311-2/+4
* NEWS: Add a bug fix entry for BZ #27974H.J. Lu2022-01-311-0/+1
* String: Add overflow tests for strnlen, memchr, and strncat [BZ #27974]Noah Goldstein2022-01-313-3/+130
* x86: Optimize strlen-evex.SNoah Goldstein2022-01-311-264/+317
* x86: Fix overflow bug in wcsnlen-sse4_1 and wcsnlen-avx2 [BZ #27974]Noah Goldstein2022-01-312-38/+107
* x86-64: Add wcslen optimize for sse4.1Noah Goldstein2022-01-316-36/+63
* x86-64: Move strlen.S to multiarch/strlen-vec.SH.J. Lu2022-01-314-242/+262
* x86-64: Fix an unknown vector operation in memchr-evex.SAlice Xu2022-01-311-1/+1
* x86: Optimize memchr-evex.SNoah Goldstein2022-01-311-225/+322
* x86: Optimize strlen-avx2.SNoah Goldstein2022-01-312-214/+334
* x86: Fix overflow bug with wmemchr-sse2 and wmemchr-avx2 [BZ #27974]Noah Goldstein2022-01-312-37/+98
* x86: Optimize memchr-avx2.SNoah Goldstein2022-01-311-178/+247
* NEWS: Add a bug fix entry for BZ #27457H.J. Lu2022-01-311-0/+1
* x86-64: Fix ifdef indentation in strlen-evex.SSunil K Pandey2022-01-311-8/+8
* x86-64: Use ZMM16-ZMM31 in AVX512 memmove family functionsH.J. Lu2022-01-313-19/+42
* x86-64: Use ZMM16-ZMM31 in AVX512 memset family functionsH.J. Lu2022-01-314-24/+31
* x86: Add string/memory function tests in RTM regionH.J. Lu2022-01-3112-0/+618
* x86-64: Add AVX optimized string/memory functions for RTMH.J. Lu2022-01-3152-244/+668
* x86-64: Add memcmp family functions with 256-bit EVEXH.J. Lu2022-01-315-4/+467
* x86-64: Add memset family functions with 256-bit EVEXH.J. Lu2022-01-316-14/+90
* x86-64: Add memmove family functions with 256-bit EVEXH.J. Lu2022-01-315-11/+104
* x86-64: Add strcpy family functions with 256-bit EVEXH.J. Lu2022-01-319-3/+1339
* x86-64: Add ifunc-avx2.h functions with 256-bit EVEXH.J. Lu2022-01-3124-17/+2996
* x86: Set Prefer_No_VZEROUPPER and add Prefer_AVX2_STRCMPH.J. Lu2022-01-313-2/+21
* test-strnlen.c: Check that strnlen won't go beyond the maximum lengthH.J. Lu2022-01-311-0/+30
* test-strnlen.c: Initialize wchar_t string with wmemset [BZ #27655]H.J. Lu2022-01-311-1/+3
* NEWS: Add a bug fix entry for BZ #28755gentoo/glibc-2.33-8H.J. Lu2022-01-271-0/+1
* x86: Fix __wcsncmp_avx2 in strcmp-avx2.S [BZ# 28755]Noah Goldstein2022-01-271-0/+10
* aarch64: align stack in clone [BZ #27939]Szabolcs Nagy2022-01-271-0/+2
* support: Fix xclone build failures on ia64 and hppaFlorian Weimer2022-01-271-4/+3
* Linux: Detect user namespace support in io/tst-getcwd-smallbuffgentoo/glibc-2.33-7Florian Weimer2022-01-251-0/+18
* realpath: Avoid overwriting preexisting error (CVE-2021-3998)Siddhesh Poyarekar2022-01-251-1/+1
* getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)Siddhesh Poyarekar2022-01-254-1/+261
* support: Add xcloneAdhemerval Zanella2022-01-253-0/+85
* tst-realpath-toolong: Fix hurd buildSiddhesh Poyarekar2022-01-251-0/+4
* realpath: Set errno to ENAMETOOLONG for result larger than PATH_MAX [BZ #28770]Siddhesh Poyarekar2022-01-254-3/+66
* support: Add helpers to create paths longer than PATH_MAXSiddhesh Poyarekar2022-01-252-10/+160
* elf: Fix glibc-hwcaps priorities with cache flags mismatches [BZ #27046]Florian Weimer2022-01-241-64/+60
* powerpc: Fix unrecognized instruction errors with recent binutilsPaul A. Clarke2022-01-242-6/+2