about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798] release/2.26/masterSzabolcs Nagy2020-11-041-8/+4
* aarch64: add HWCAP_ATOMICS to HWCAP_IMPORTANTSzabolcs Nagy2020-03-252-1/+6
* aarch64: Remove HWCAP_CPUID from HWCAP_IMPORTANTSzabolcs Nagy2020-03-253-7/+10
* Fix use-after-free in glob when expanding ~user (bug 25414)Andreas Schwab2020-03-202-11/+21
* Fix array overflow in backtrace on PowerPC (bug 25423)Andreas Schwab2020-03-204-0/+17
* 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/+9
* mips: Force RWX stack for hard-float builds that can run on pre-4.8 kernelsDragan Mladjenovic2019-11-053-5/+89
* Improve performance of memmemWilco Dijkstra2019-09-132-42/+89
* Improve performance of strstrWilco Dijkstra2019-09-133-51/+132
* Fix strstr bug with huge needles (bug 23637)Wilco Dijkstra2019-09-134-4/+44
* Speedup first memmem matchRajalakshmi Srinivasaraghavan2019-09-132-0/+8
* Simplify and speedup strstr/strcasestr first matchWilco Dijkstra2019-09-133-45/+40
* Improve strstr performanceWilco Dijkstra2019-09-139-34/+53
* [AArch64] Add ifunc support for AresWilco Dijkstra2019-09-065-2/+16
* aarch64,falkor: Use vector registers for memcpySiddhesh Poyarekar2019-09-062-72/+70
* aarch64,falkor: Ignore prefetcher tagging for smaller copiesSiddhesh Poyarekar2019-09-062-27/+46
* aarch64/strncmp: Use lsr instead of mov+lsrSiddhesh Poyarekar2019-09-062-4/+7
* aarch64/strncmp: Unbreak builds with old binutilsSiddhesh Poyarekar2019-09-062-2/+9
* aarch64: Improve strncmp for mutually misaligned inputsSiddhesh Poyarekar2019-09-062-15/+87
* aarch64/strcmp: fix misaligned loop jump targetSiddhesh Poyarekar2019-09-062-1/+6
* aarch64: Improve strcmp unaligned performanceSiddhesh Poyarekar2019-09-062-2/+34
* aarch64: Fix branch target to loop16Siddhesh Poyarekar2019-09-062-1/+3
* aarch64: Optimized memcmp for medium to large sizesSiddhesh Poyarekar2019-09-062-21/+60
* aarch64: Use the L() macro for labels in memcmpSiddhesh Poyarekar2019-09-062-16/+20
* [AArch64] Optimized memcmp.Wilco Dijkstra2019-09-062-105/+76
* posix: Fix large mmap64 offset for mips64n32 (BZ#24699)Adhemerval Zanella2019-07-125-5/+53
* aarch64: handle STO_AARCH64_VARIANT_PCSSzabolcs Nagy2019-07-122-4/+36
* aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCSSzabolcs Nagy2019-07-122-0/+12
* Fix tcache count maximum (BZ #24531)Wilco Dijkstra2019-05-223-4/+16
* Fix crash in _IO_wfile_sync (bug 20568)Andreas Schwab2019-05-166-3/+56
* Add compiler barriers around modifications of the robust mutex list for pthre...Stefan Liebler2019-02-072-4/+59
* x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155]H.J. Lu2019-02-045-9/+114
* x86-64 strnlen/wcsnlen: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-016-11/+118
* x86-64 strncpy: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-015-6/+74
* x86-64 strncmp family: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-017-8/+179
* x86-64 memset/wmemset: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-016-15/+131
* x86-64 memrchr: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-015-5/+72
* x86-64 memcpy: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-017-40/+135
* x86-64 memcmp/wmemcmp: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-017-9/+127
* x86-64 memchr/wmemchr: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-018-5/+168
* powerpc: Regenerate ULPsGabriel F. T. Gomes2019-01-112-2/+6
* [BZ #21745] powerpc: build some IFUNC math functions for libc and libmTulio Magno Quites Machado Filho2019-01-113-17/+36
* intl: Do not return NULL on asprintf failure in gettext [BZ #24018]Florian Weimer2019-01-023-1/+8
* malloc: Always call memcpy in _int_realloc [BZ #24027]Florian Weimer2019-01-013-42/+9
* CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]Florian Weimer2018-11-273-5/+18
* Add an additional test to resolv/tst-resolv-network.cAlexandra Hájková2018-11-092-0/+11
* libanl: properly cleanup if first helper thread creation failed (bug 22927)Andreas Schwab2018-11-063-2/+12
* x86: Fix Haswell CPU string flags (BZ#23709)Adhemerval Zanella2018-11-023-0/+13
* Disable -Wrestrict for two nptl/tst-attr3.c tests.Joseph Myers2018-10-222-0/+24