aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-04aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798]release/2.26/masterSzabolcs Nagy
2020-03-25aarch64: add HWCAP_ATOMICS to HWCAP_IMPORTANTSzabolcs Nagy
2020-03-25aarch64: Remove HWCAP_CPUID from HWCAP_IMPORTANTSzabolcs Nagy
2020-03-20Fix use-after-free in glob when expanding ~user (bug 25414)Andreas Schwab
2020-03-20Fix array overflow in backtrace on PowerPC (bug 25423)Andreas Schwab
2019-11-28libio: Disable vtable validation for pre-2.1 interposed handles [BZ #25203]Florian Weimer
2019-11-22rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...Marcin Kościelnicki
2019-11-05mips: Force RWX stack for hard-float builds that can run on pre-4.8 kernelsDragan Mladjenovic
2019-09-13Improve performance of memmemWilco Dijkstra
2019-09-13Improve performance of strstrWilco Dijkstra
2019-09-13Fix strstr bug with huge needles (bug 23637)Wilco Dijkstra
2019-09-13Speedup first memmem matchRajalakshmi Srinivasaraghavan
2019-09-13Simplify and speedup strstr/strcasestr first matchWilco Dijkstra
2019-09-13Improve strstr performanceWilco Dijkstra
2019-09-06[AArch64] Add ifunc support for AresWilco Dijkstra
2019-09-06aarch64,falkor: Use vector registers for memcpySiddhesh Poyarekar
2019-09-06aarch64,falkor: Ignore prefetcher tagging for smaller copiesSiddhesh Poyarekar
2019-09-06aarch64/strncmp: Use lsr instead of mov+lsrSiddhesh Poyarekar
2019-09-06aarch64/strncmp: Unbreak builds with old binutilsSiddhesh Poyarekar
2019-09-06aarch64: Improve strncmp for mutually misaligned inputsSiddhesh Poyarekar
2019-09-06aarch64/strcmp: fix misaligned loop jump targetSiddhesh Poyarekar
2019-09-06aarch64: Improve strcmp unaligned performanceSiddhesh Poyarekar
2019-09-06aarch64: Fix branch target to loop16Siddhesh Poyarekar
2019-09-06aarch64: Optimized memcmp for medium to large sizesSiddhesh Poyarekar
2019-09-06aarch64: Use the L() macro for labels in memcmpSiddhesh Poyarekar
2019-09-06[AArch64] Optimized memcmp.Wilco Dijkstra
2019-07-12posix: Fix large mmap64 offset for mips64n32 (BZ#24699)Adhemerval Zanella
2019-07-12aarch64: handle STO_AARCH64_VARIANT_PCSSzabolcs Nagy
2019-07-12aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCSSzabolcs Nagy
2019-05-22Fix tcache count maximum (BZ #24531)Wilco Dijkstra
2019-05-16Fix crash in _IO_wfile_sync (bug 20568)Andreas Schwab
2019-02-07Add compiler barriers around modifications of the robust mutex list for pthre...Stefan Liebler
2019-02-04x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155]H.J. Lu
2019-02-01x86-64 strnlen/wcsnlen: Properly handle the length parameter [BZ #24097]H.J. Lu
2019-02-01x86-64 strncpy: Properly handle the length parameter [BZ #24097]H.J. Lu
2019-02-01x86-64 strncmp family: Properly handle the length parameter [BZ #24097]H.J. Lu
2019-02-01x86-64 memset/wmemset: Properly handle the length parameter [BZ #24097]H.J. Lu
2019-02-01x86-64 memrchr: Properly handle the length parameter [BZ #24097]H.J. Lu
2019-02-01x86-64 memcpy: Properly handle the length parameter [BZ #24097]H.J. Lu
2019-02-01x86-64 memcmp/wmemcmp: Properly handle the length parameter [BZ #24097]H.J. Lu
2019-02-01x86-64 memchr/wmemchr: Properly handle the length parameter [BZ #24097]H.J. Lu
2019-01-11powerpc: Regenerate ULPsGabriel F. T. Gomes
2019-01-11[BZ #21745] powerpc: build some IFUNC math functions for libc and libmTulio Magno Quites Machado Filho
2019-01-02intl: Do not return NULL on asprintf failure in gettext [BZ #24018]Florian Weimer
2019-01-01malloc: Always call memcpy in _int_realloc [BZ #24027]Florian Weimer
2018-11-27CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]Florian Weimer
2018-11-09Add an additional test to resolv/tst-resolv-network.cAlexandra Hájková
2018-11-06libanl: properly cleanup if first helper thread creation failed (bug 22927)Andreas Schwab
2018-11-02x86: Fix Haswell CPU string flags (BZ#23709)Adhemerval Zanella
2018-10-22Disable -Wrestrict for two nptl/tst-attr3.c tests.Joseph Myers