about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Improve performance of memmemWilco Dijkstra2019-09-131-0/+4
* Improve performance of strstrWilco Dijkstra2019-09-131-0/+9
* Fix strstr bug with huge needles (bug 23637)Wilco Dijkstra2019-09-131-0/+8
* Speedup first memmem matchRajalakshmi Srinivasaraghavan2019-09-131-0/+4
* Simplify and speedup strstr/strcasestr first matchWilco Dijkstra2019-09-131-0/+5
* Improve strstr performanceWilco Dijkstra2019-09-131-1/+14
* [AArch64] Add ifunc support for AresWilco Dijkstra2019-09-061-0/+10
* aarch64,falkor: Use vector registers for memcpySiddhesh Poyarekar2019-09-061-0/+5
* aarch64,falkor: Ignore prefetcher tagging for smaller copiesSiddhesh Poyarekar2019-09-061-0/+5
* aarch64/strncmp: Use lsr instead of mov+lsrSiddhesh Poyarekar2019-09-061-0/+5
* aarch64/strncmp: Unbreak builds with old binutilsSiddhesh Poyarekar2019-09-061-0/+5
* aarch64: Improve strncmp for mutually misaligned inputsSiddhesh Poyarekar2019-09-061-0/+7
* aarch64/strcmp: fix misaligned loop jump targetSiddhesh Poyarekar2019-09-061-0/+5
* aarch64: Improve strcmp unaligned performanceSiddhesh Poyarekar2019-09-061-0/+5
* aarch64: Fix branch target to loop16Siddhesh Poyarekar2019-09-061-0/+2
* aarch64: Optimized memcmp for medium to large sizesSiddhesh Poyarekar2019-09-061-0/+5
* aarch64: Use the L() macro for labels in memcmpSiddhesh Poyarekar2019-09-061-0/+4
* [AArch64] Optimized memcmp.Wilco Dijkstra2019-09-061-0/+5
* posix: Fix large mmap64 offset for mips64n32 (BZ#24699)Adhemerval Zanella2019-07-121-0/+11
* aarch64: handle STO_AARCH64_VARIANT_PCSSzabolcs Nagy2019-07-121-0/+5
* aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCSSzabolcs Nagy2019-07-121-0/+5
* Fix tcache count maximum (BZ #24531)Wilco Dijkstra2019-05-221-0/+7
* Fix crash in _IO_wfile_sync (bug 20568)Andreas Schwab2019-05-161-0/+10
* Add compiler barriers around modifications of the robust mutex list for pthre...Stefan Liebler2019-02-071-0/+6
* x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155]H.J. Lu2019-02-041-0/+11
* x86-64 strnlen/wcsnlen: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-011-0/+12
* x86-64 strncpy: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-011-0/+10
* x86-64 strncmp family: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-011-0/+12
* x86-64 memset/wmemset: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-011-0/+11
* x86-64 memrchr: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-011-0/+9
* x86-64 memcpy: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-011-0/+15
* x86-64 memcmp/wmemcmp: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-011-0/+13
* x86-64 memchr/wmemchr: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-011-0/+13
* powerpc: Regenerate ULPsGabriel F. T. Gomes2019-01-111-0/+4
* [BZ #21745] powerpc: build some IFUNC math functions for libc and libmTulio Magno Quites Machado Filho2019-01-111-0/+14
* intl: Do not return NULL on asprintf failure in gettext [BZ #24018]Florian Weimer2019-01-021-0/+6
* malloc: Always call memcpy in _int_realloc [BZ #24027]Florian Weimer2019-01-011-0/+7
* CVE-2018-19591: if_nametoindex: Fix descriptor for overlong name [BZ #23927]Florian Weimer2018-11-271-0/+7
* Add an additional test to resolv/tst-resolv-network.cAlexandra Hájková2018-11-091-0/+5
* libanl: properly cleanup if first helper thread creation failed (bug 22927)Andreas Schwab2018-11-061-0/+6
* x86: Fix Haswell CPU string flags (BZ#23709)Adhemerval Zanella2018-11-021-0/+6
* Disable -Wrestrict for two nptl/tst-attr3.c tests.Joseph Myers2018-10-221-0/+5
* Fix string/bug-strncat1.c build with GCC 8.Joseph Myers2018-10-221-0/+5
* Ignore -Wrestrict for one strncat test.Joseph Myers2018-10-221-0/+5
* Disable strncat test array-bounds warnings for GCC 8.Joseph Myers2018-10-221-0/+5
* Fix string/tester.c build with GCC 8.Joseph Myers2018-10-221-0/+12
* Fix nscd readlink argument aliasing (bug 22446).Joseph Myers2018-10-221-0/+6
* Increase buffer size due to warning from ToT GCCSteve Ellcey2018-10-221-0/+4
* Fix p_secstodate overflow handling (bug 22463).Joseph Myers2018-10-221-0/+14
* timezone: pacify GCC -Wstringop-truncationPaul Eggert2018-10-221-0/+7