about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* x86-64: Add ifunc-avx2.h functions with 256-bit EVEXH.J. Lu2022-01-2724-17/+2996
* x86: Add AVX512VL_Usable and AVX512BW_UsableH.J. Lu2022-01-272-0/+12
* 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
* Fix SXID_ERASE behavior in setuid programs (BZ #27471)Siddhesh Poyarekar2021-04-142-30/+52
* Enhance setuid-tunables testSiddhesh Poyarekar2021-04-143-23/+524
* 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
* support: Add support_capture_subprogramAdhemerval Zanella2021-04-1410-50/+551
* 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: Rename IS_ARES to IS_NEOVERSE_N1Wilco Dijkstra2020-10-143-4/+8
* [AArch64] Improve integer memcpyWilco Dijkstra2020-10-141-96/+101
* aarch64: Increase small and medium cases for __memcpy_genericKrzysztof Koch2020-10-141-35/+47
* AArch64: Improve backwards memmove performanceWilco Dijkstra2020-10-141-3/+4
* AArch64: Add optimized Q-register memcpyWilco Dijkstra2020-10-145-4/+255
* AArch64: Align ENTRY to a cachelineWilco Dijkstra2020-10-141-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
* Fix use-after-free in glob when expanding ~user (bug 25414)Andreas Schwab2020-03-202-12/+17
* Fix array overflow in backtrace on PowerPC (bug 25423)Andreas Schwab2020-03-204-0/+17
* 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
* rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...Marcin Kościelnicki2019-11-222-1/+10
* Fix alignment of TLS variables for tls variant TLS_TCB_AT_TP [BZ #23403]Stefan Liebler2019-11-068-42/+132
* mips: Force RWX stack for hard-float builds that can run on pre-4.8 kernelsDragan Mladjenovic2019-11-053-5/+89
* elf: Refuse to dlopen PIE objects [BZ #24323]Florian Weimer2019-11-013-5/+22
* nss_db: fix endent wrt NULL mappings [BZ #24695] [BZ #24696]DJ Delorie2019-10-312-1/+13
* Call _dl_open_check after relocation [BZ #24259]H.J. Lu2019-10-3118-5/+387
* Base max_fast on alignment, not width, of bins (Bug 24903)DJ Delorie2019-10-311-1/+1
* malloc: Fix missing accounting of top chunk in malloc_info [BZ #24026]Niklas Hambüchen2019-10-302-0/+12
* malloc: Remove unwanted leading whitespace in malloc_info [BZ #24867]Florian Weimer2019-10-302-1/+7
* malloc: Various cleanups for malloc/tst-mxfastFlorian Weimer2019-10-303-9/+16
* Add glibc.malloc.mxfast tunableDJ Delorie2019-10-307-7/+96
* nscd: avoid assertion failure during persistent db checkAndreas Schwab2019-10-302-1/+6
* Small tcache improvementsWilco Dijkstra2019-10-303-9/+15
* Fix assertion in malloc.c:tcache_get.Joseph Myers2019-10-302-1/+6
* Improve performance of memmemWilco Dijkstra2019-09-132-42/+89
* Improve performance of strstrWilco Dijkstra2019-09-133-51/+132