aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-27x86: Add string/memory function tests in RTM regionH.J. Lu12-0/+622
2022-01-27x86-64: Add AVX optimized string/memory functions for RTMH.J. Lu52-244/+668
2022-01-27x86-64: Add memcmp family functions with 256-bit EVEXH.J. Lu5-4/+467
2022-01-27x86-64: Add memset family functions with 256-bit EVEXH.J. Lu6-14/+90
2022-01-27x86-64: Add memmove family functions with 256-bit EVEXH.J. Lu5-11/+97
2022-01-27x86-64: Add strcpy family functions with 256-bit EVEXH.J. Lu9-3/+1339
2022-01-27x86-64: Add ifunc-avx2.h functions with 256-bit EVEXH.J. Lu24-17/+2996
2022-01-27x86: Set Prefer_No_VZEROUPPER and add Prefer_AVX2_STRCMPH.J. Lu3-2/+23
2022-01-27NEWS: Add a bug fix entry for BZ #28755H.J. Lu1-0/+1
2022-01-27x86: Fix __wcsncmp_avx2 in strcmp-avx2.S [BZ# 28755]Noah Goldstein1-0/+10
2022-01-27NEWS: Add a bug fix entry for BZ #24794H.J. Lu1-0/+1
2022-01-27test-container: Install with $(all-subdirs) [BZ #24794]Tulio Magno Quites Machado Filho1-1/+2
2021-04-14Fix SXID_ERASE behavior in setuid programs (BZ #27471)Siddhesh Poyarekar2-30/+52
2021-04-14Enhance setuid-tunables testSiddhesh Poyarekar2-23/+69
2021-04-14tst-env-setuid: Use support_capture_subprogram_self_sgidSiddhesh Poyarekar1-183/+14
2021-04-14support: Add capability to fork an sgid childSiddhesh Poyarekar5-170/+168
2021-04-14support: Typo and formatting fixesSiddhesh Poyarekar2-4/+4
2021-04-14support: Pass environ to child processSiddhesh Poyarekar1-1/+1
2021-03-08nscd: Fix double free in netgroupcache [BZ #27462]DJ Delorie1-2/+2
2021-01-27gconv: Fix assertion failure in ISO-2022-JP-3 module (bug 27256)Florian Weimer3-20/+178
2021-01-13x86: Check IFUNC definition in unrelocated executable [BZ #20019]H.J. Lu6-25/+32
2021-01-13x86: Set header.feature_1 in TCB for always-on CET [BZ #27177]H.J. Lu4-1/+13
2021-01-12x86-64: Avoid rep movsb with short distance [BZ #27130]H.J. Lu2-0/+22
2020-11-04aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798]Szabolcs Nagy1-8/+4
2020-10-14AArch64: Use __memcpy_simd on Neoverse N2/V1Wilco Dijkstra3-2/+8
2020-10-12[AArch64] Improve integer memcpyWilco Dijkstra1-96/+101
2020-10-12aarch64: Increase small and medium cases for __memcpy_genericKrzysztof Koch1-35/+47
2020-10-12AArch64: Rename IS_ARES to IS_NEOVERSE_N1Wilco Dijkstra3-4/+8
2020-10-12AArch64: Improve backwards memmove performanceWilco Dijkstra1-3/+4
2020-10-12AArch64: Add optimized Q-register memcpyWilco Dijkstra5-4/+255
2020-10-12AArch64: Align ENTRY to a cachelineWilco Dijkstra1-1/+1
2020-07-04NEWS: Mention BZ 25933 fixH.J. Lu1-0/+1
2020-07-04Fix avx2 strncmp offset compare condition check [BZ #25933]Sunil K Pandey1-0/+15
2020-05-19nss_compat: internal_end*ent may clobber errno, hiding ERANGE [BZ #25976]Florian Weimer5-11/+47
2020-03-18Fix array overflow in backtrace on PowerPC (bug 25423)Andreas Schwab3-0/+16
2020-03-17Fix use-after-free in glob when expanding ~user (bug 25414)Andreas Schwab1-12/+13
2020-03-15math/test-sinl-pseudo: Use stack protector only if availableFlorian Weimer1-0/+2
2020-03-15Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487).Joseph Myers3-1/+55
2020-01-21riscv: Do not use __has_include__Florian Weimer2-1/+6
2019-12-05misc/test-errno-linux: Handle EINVAL from quotactlFlorian Weimer1-2/+3
2019-12-05<string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO for Clang [BZ #25232]Kamlesh Kumar2-1/+3
2019-12-03x86: Assume --enable-cet if GCC defaults to CET [BZ #25225]Florian Weimer3-2/+31
2019-11-28libio: Disable vtable validation for pre-2.1 interposed handles [BZ #25203]Florian Weimer2-0/+6
2019-11-22Update NEWS for CVE-2019-19126Florian Weimer1-0/+6
2019-11-22rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...Marcin Kościelnicki2-1/+3
2019-11-18Linux: Use in-tree copy of SO_ constants for !__USE_MISC [BZ #24532]Florian Weimer10-94/+333
2019-11-18Base max_fast on alignment, not width, of bins (Bug 24903)DJ Delorie1-1/+1
2019-11-18malloc: Various cleanups for malloc/tst-mxfastFlorian Weimer3-9/+16
2019-11-18Add glibc.malloc.mxfast tunableDJ Delorie7-7/+96
2019-11-18malloc: Fix missing accounting of top chunk in malloc_info [BZ #24026]Niklas Hambüchen2-0/+12