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. Lu48-190/+594
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-0/+1338
2022-01-27x86-64: Add ifunc-avx2.h functions with 256-bit EVEXH.J. Lu24-17/+2996
2022-01-27x86: Add AVX512VL_Usable and AVX512BW_UsableH.J. Lu2-0/+12
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
2021-04-14Fix SXID_ERASE behavior in setuid programs (BZ #27471)Siddhesh Poyarekar2-30/+52
2021-04-14Enhance setuid-tunables testSiddhesh Poyarekar3-23/+524
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-04-14support: Add support_capture_subprogramAdhemerval Zanella10-50/+551
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-14AArch64: Rename IS_ARES to IS_NEOVERSE_N1Wilco Dijkstra3-4/+8
2020-10-14[AArch64] Improve integer memcpyWilco Dijkstra1-96/+101
2020-10-14aarch64: Increase small and medium cases for __memcpy_genericKrzysztof Koch1-35/+47
2020-10-14AArch64: Improve backwards memmove performanceWilco Dijkstra1-3/+4
2020-10-14AArch64: Add optimized Q-register memcpyWilco Dijkstra5-4/+255
2020-10-14AArch64: 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-03-20Fix use-after-free in glob when expanding ~user (bug 25414)Andreas Schwab2-12/+17
2020-03-20Fix array overflow in backtrace on PowerPC (bug 25423)Andreas Schwab4-0/+17
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-22rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...Marcin Kościelnicki2-1/+10
2019-11-06Fix alignment of TLS variables for tls variant TLS_TCB_AT_TP [BZ #23403]Stefan Liebler8-42/+132
2019-11-05mips: Force RWX stack for hard-float builds that can run on pre-4.8 kernelsDragan Mladjenovic3-5/+89
2019-11-01elf: Refuse to dlopen PIE objects [BZ #24323]Florian Weimer3-5/+22
2019-10-31nss_db: fix endent wrt NULL mappings [BZ #24695] [BZ #24696]DJ Delorie2-1/+13
2019-10-31Call _dl_open_check after relocation [BZ #24259]H.J. Lu18-5/+387
2019-10-31Base max_fast on alignment, not width, of bins (Bug 24903)DJ Delorie1-1/+1
2019-10-30malloc: Fix missing accounting of top chunk in malloc_info [BZ #24026]Niklas Hambüchen2-0/+12
2019-10-30malloc: Remove unwanted leading whitespace in malloc_info [BZ #24867]Florian Weimer2-1/+7
2019-10-30malloc: Various cleanups for malloc/tst-mxfastFlorian Weimer3-9/+16