about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* x86: Add string/memory function tests in RTM regionH.J. Lu2022-01-2712-0/+622
* x86-64: Add AVX optimized string/memory functions for RTMH.J. Lu2022-01-2752-244/+668
* x86-64: Add memcmp family functions with 256-bit EVEXH.J. Lu2022-01-275-4/+467
* x86-64: Add memset family functions with 256-bit EVEXH.J. Lu2022-01-276-14/+90
* x86-64: Add memmove family functions with 256-bit EVEXH.J. Lu2022-01-275-11/+97
* x86-64: Add strcpy family functions with 256-bit EVEXH.J. Lu2022-01-279-3/+1339
* x86-64: Add ifunc-avx2.h functions with 256-bit EVEXH.J. Lu2022-01-2724-17/+2996
* x86: Set Prefer_No_VZEROUPPER and add Prefer_AVX2_STRCMPH.J. Lu2022-01-273-2/+23
* NEWS: Add a bug fix entry for BZ #28755H.J. Lu2022-01-271-0/+1
* x86: Fix __wcsncmp_avx2 in strcmp-avx2.S [BZ# 28755]Noah Goldstein2022-01-271-0/+10
* NEWS: Add a bug fix entry for BZ #24794H.J. Lu2022-01-271-0/+1
* test-container: Install with $(all-subdirs) [BZ #24794]Tulio Magno Quites Machado Filho2022-01-271-1/+2
* Fix SXID_ERASE behavior in setuid programs (BZ #27471)Siddhesh Poyarekar2021-04-142-30/+52
* Enhance setuid-tunables testSiddhesh Poyarekar2021-04-142-23/+69
* tst-env-setuid: Use support_capture_subprogram_self_sgidSiddhesh Poyarekar2021-04-141-183/+14
* support: Add capability to fork an sgid childSiddhesh Poyarekar2021-04-145-170/+168
* support: Typo and formatting fixesSiddhesh Poyarekar2021-04-142-4/+4
* support: Pass environ to child processSiddhesh Poyarekar2021-04-141-1/+1
* nscd: Fix double free in netgroupcache [BZ #27462]DJ Delorie2021-03-081-2/+2
* gconv: Fix assertion failure in ISO-2022-JP-3 module (bug 27256)Florian Weimer2021-01-273-20/+178
* x86: Check IFUNC definition in unrelocated executable [BZ #20019]H.J. Lu2021-01-136-25/+32
* x86: Set header.feature_1 in TCB for always-on CET [BZ #27177]H.J. Lu2021-01-134-1/+13
* x86-64: Avoid rep movsb with short distance [BZ #27130]H.J. Lu2021-01-122-0/+22
* aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798]Szabolcs Nagy2020-11-041-8/+4
* AArch64: Use __memcpy_simd on Neoverse N2/V1Wilco Dijkstra2020-10-143-2/+8
* [AArch64] Improve integer memcpyWilco Dijkstra2020-10-121-96/+101
* aarch64: Increase small and medium cases for __memcpy_genericKrzysztof Koch2020-10-121-35/+47
* AArch64: Rename IS_ARES to IS_NEOVERSE_N1Wilco Dijkstra2020-10-123-4/+8
* AArch64: Improve backwards memmove performanceWilco Dijkstra2020-10-121-3/+4
* AArch64: Add optimized Q-register memcpyWilco Dijkstra2020-10-125-4/+255
* AArch64: Align ENTRY to a cachelineWilco Dijkstra2020-10-121-1/+1
* NEWS: Mention BZ 25933 fixH.J. Lu2020-07-041-0/+1
* Fix avx2 strncmp offset compare condition check [BZ #25933]Sunil K Pandey2020-07-041-0/+15
* nss_compat: internal_end*ent may clobber errno, hiding ERANGE [BZ #25976]Florian Weimer2020-05-195-11/+47
* Fix array overflow in backtrace on PowerPC (bug 25423)Andreas Schwab2020-03-183-0/+16
* Fix use-after-free in glob when expanding ~user (bug 25414)Andreas Schwab2020-03-171-12/+13
* math/test-sinl-pseudo: Use stack protector only if availableFlorian Weimer2020-03-151-0/+2
* Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487).Joseph Myers2020-03-153-1/+55
* riscv: Do not use __has_include__Florian Weimer2020-01-212-1/+6
* misc/test-errno-linux: Handle EINVAL from quotactlFlorian Weimer2019-12-051-2/+3
* <string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO for Clang [BZ #25232]Kamlesh Kumar2019-12-052-1/+3
* x86: Assume --enable-cet if GCC defaults to CET [BZ #25225]Florian Weimer2019-12-033-2/+31
* libio: Disable vtable validation for pre-2.1 interposed handles [BZ #25203]Florian Weimer2019-11-282-0/+6
* Update NEWS for CVE-2019-19126Florian Weimer2019-11-221-0/+6
* rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...Marcin Kościelnicki2019-11-222-1/+3
* Linux: Use in-tree copy of SO_ constants for !__USE_MISC [BZ #24532]Florian Weimer2019-11-1810-94/+333
* Base max_fast on alignment, not width, of bins (Bug 24903)DJ Delorie2019-11-181-1/+1
* malloc: Various cleanups for malloc/tst-mxfastFlorian Weimer2019-11-183-9/+16
* Add glibc.malloc.mxfast tunableDJ Delorie2019-11-187-7/+96
* malloc: Fix missing accounting of top chunk in malloc_info [BZ #24026]Niklas Hambüchen2019-11-182-0/+12