aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-04aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798]release/2.26/masterSzabolcs Nagy1-8/+4
2020-03-25aarch64: add HWCAP_ATOMICS to HWCAP_IMPORTANTSzabolcs Nagy2-1/+6
2020-03-25aarch64: Remove HWCAP_CPUID from HWCAP_IMPORTANTSzabolcs Nagy3-7/+10
2020-03-20Fix use-after-free in glob when expanding ~user (bug 25414)Andreas Schwab2-11/+21
2020-03-20Fix array overflow in backtrace on PowerPC (bug 25423)Andreas Schwab4-0/+17
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/+9
2019-11-05mips: Force RWX stack for hard-float builds that can run on pre-4.8 kernelsDragan Mladjenovic3-5/+89
2019-09-13Improve performance of memmemWilco Dijkstra2-42/+89
2019-09-13Improve performance of strstrWilco Dijkstra3-51/+132
2019-09-13Fix strstr bug with huge needles (bug 23637)Wilco Dijkstra4-4/+44
2019-09-13Speedup first memmem matchRajalakshmi Srinivasaraghavan2-0/+8
2019-09-13Simplify and speedup strstr/strcasestr first matchWilco Dijkstra3-45/+40
2019-09-13Improve strstr performanceWilco Dijkstra9-34/+53
2019-09-06[AArch64] Add ifunc support for AresWilco Dijkstra5-2/+16
2019-09-06aarch64,falkor: Use vector registers for memcpySiddhesh Poyarekar2-72/+70
2019-09-06aarch64,falkor: Ignore prefetcher tagging for smaller copiesSiddhesh Poyarekar2-27/+46
2019-09-06aarch64/strncmp: Use lsr instead of mov+lsrSiddhesh Poyarekar2-4/+7
2019-09-06aarch64/strncmp: Unbreak builds with old binutilsSiddhesh Poyarekar2-2/+9
2019-09-06aarch64: Improve strncmp for mutually misaligned inputsSiddhesh Poyarekar2-15/+87
2019-09-06aarch64/strcmp: fix misaligned loop jump targetSiddhesh Poyarekar2-1/+6
2019-09-06aarch64: Improve strcmp unaligned performanceSiddhesh Poyarekar2-2/+34
2019-09-06aarch64: Fix branch target to loop16Siddhesh Poyarekar2-1/+3
2019-09-06aarch64: Optimized memcmp for medium to large sizesSiddhesh Poyarekar2-21/+60
2019-09-06aarch64: Use the L() macro for labels in memcmpSiddhesh Poyarekar2-16/+20
2019-09-06[AArch64] Optimized memcmp.Wilco Dijkstra2-105/+76
2019-07-12posix: Fix large mmap64 offset for mips64n32 (BZ#24699)Adhemerval Zanella5-5/+53
2019-07-12aarch64: handle STO_AARCH64_VARIANT_PCSSzabolcs Nagy2-4/+36
2019-07-12aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCSSzabolcs Nagy2-0/+12
2019-05-22Fix tcache count maximum (BZ #24531)Wilco Dijkstra3-4/+16
2019-05-16Fix crash in _IO_wfile_sync (bug 20568)Andreas Schwab6-3/+56
2019-02-07Add compiler barriers around modifications of the robust mutex list for pthre...Stefan Liebler2-4/+59
2019-02-04x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155]H.J. Lu5-9/+114
2019-02-01x86-64 strnlen/wcsnlen: Properly handle the length parameter [BZ #24097]H.J. Lu6-11/+118
2019-02-01x86-64 strncpy: Properly handle the length parameter [BZ #24097]H.J. Lu5-6/+74
2019-02-01x86-64 strncmp family: Properly handle the length parameter [BZ #24097]H.J. Lu7-8/+179
2019-02-01x86-64 memset/wmemset: Properly handle the length parameter [BZ #24097]H.J. Lu6-15/+131
2019-02-01x86-64 memrchr: Properly handle the length parameter [BZ #24097]H.J. Lu5-5/+72
2019-02-01x86-64 memcpy: Properly handle the length parameter [BZ #24097]H.J. Lu7-40/+135
2019-02-01x86-64 memcmp/wmemcmp: Properly handle the length parameter [BZ #24097]H.J. Lu7-9/+127
2019-02-01x86-64 memchr/wmemchr: Properly handle the length parameter [BZ #24097]H.J. Lu8-5/+168
2019-01-11powerpc: Regenerate ULPsGabriel F. T. Gomes2-2/+6
2019-01-11[BZ #21745] powerpc: build some IFUNC math functions for libc and libmTulio Magno Quites Machado Filho3-17/+36
2019-01-02intl: Do not return NULL on asprintf failure in gettext [BZ #24018]Florian Weimer3-1/+8
2019-01-01malloc: Always call memcpy in _int_realloc [BZ #24027]Florian Weimer3-42/+9
2018-11-27CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]Florian Weimer3-5/+18
2018-11-09Add an additional test to resolv/tst-resolv-network.cAlexandra Hájková2-0/+11
2018-11-06libanl: properly cleanup if first helper thread creation failed (bug 22927)Andreas Schwab3-2/+12
2018-11-02x86: Fix Haswell CPU string flags (BZ#23709)Adhemerval Zanella3-0/+13
2018-10-22Disable -Wrestrict for two nptl/tst-attr3.c tests.Joseph Myers2-0/+24