aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-30Add glibc.malloc.mxfast tunableDJ Delorie7-7/+96
2019-10-30nscd: avoid assertion failure during persistent db checkAndreas Schwab2-1/+6
2019-10-30Small tcache improvementsWilco Dijkstra3-9/+15
2019-10-30Fix assertion in malloc.c:tcache_get.Joseph Myers2-1/+6
2019-09-13Improve performance of memmemWilco Dijkstra2-42/+89
2019-09-13Improve performance of strstrWilco Dijkstra3-51/+132
2019-09-13Speedup first memmem matchRajalakshmi Srinivasaraghavan2-0/+8
2019-09-13Simplify and speedup strstr/strcasestr first matchWilco Dijkstra3-45/+40
2019-09-06[AArch64] Add ifunc support for AresWilco Dijkstra5-2/+15
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-10aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCSSzabolcs Nagy2-0/+12
2019-07-09io: Remove copy_file_range emulation [BZ #24744]Florian Weimer12-776/+78
2019-06-20libio: do not attempt to free wide buffers of legacy streams [BZ #24228]Dmitry V. Levin6-5/+77
2019-05-22Fix tcache count maximum (BZ #24531)Wilco Dijkstra3-4/+16
2019-05-16dlfcn: Guard __dlerror_main_freeres with __libc_once_get (once) [BZ#24476]Mark Wielaard3-8/+30
2019-05-15Fix crash in _IO_wfile_sync (bug 20568)Andreas Schwab6-3/+57
2019-05-02malloc: Check for large bin list corruption when inserting unsorted chunkAdam Maris1-0/+4
2019-05-02malloc: Check the alignment of mmapped chunks before unmapping.Istvan Kurucsai2-1/+8
2019-05-02malloc: Add more integrity checks to mremap_chunk.Istvan Kurucsai2-3/+13
2019-05-02malloc: Add ChangeLog for accidentally committed changeFlorian Weimer2-1/+5
2019-04-26elf: Fix pldd (BZ#18035)Adhemerval Zanella4-108/+82
2019-04-25Revert "memusagestat: use local glibc when linking [BZ #18465]"Florian Weimer3-10/+2
2019-04-24memusagestat: use local glibc when linking [BZ #18465]Mike Frysinger3-2/+10
2019-04-03ja_JP locale: Add entry for the new Japanese era [BZ #22964]TAMUKI Shoichi3-1/+13
2019-03-21S390: Mark vx and vxe as important hwcap.Stefan Liebler2-1/+7
2019-03-16Record CVE-2019-9169 in NEWS and ChangeLog [BZ #24114]Aurelien Jarno2-0/+5
2019-03-16regex: fix read overrun [BZ #24114]Paul Eggert2-2/+12
2019-03-14RISC-V: don't assume PI mutexes and robust futexes before 4.20 (bug 23864)Andreas Schwab3-0/+13
2019-02-27powerpc: Only enable TLE with PPC_FEATURE2_HTM_NOSCAdhemerval Zanella12-100/+52
2019-02-19RISC-V: Fix elfutils testsuite unwind failures.Jim Wilson7-5/+52
2019-02-17nptl: Fix pthread_rwlock_try*lock stalls (Bug 23844)Carlos O'Donell10-11/+535
2019-02-08nptl: Avoid fork handler lock for async-signal-safe fork [BZ #24161]Florian Weimer5-9/+24
2019-02-07Add compiler barriers around modifications of the robust mutex list for pthre...Stefan Liebler2-4/+59
2019-02-04NEWS: Mention bug 24112.Aurelien Jarno1-0/+2
2019-02-04nscd: Do not use __inet_aton_exact@GLIBC_PRIVATE [BZ #20018]Florian Weimer4-1/+49
2019-02-04CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer15-40/+455
2019-02-04resolv: Do not send queries for non-host-names in nss_dns [BZ #24112]Florian Weimer2-2/+31
2019-02-04resolv: Reformat inet_addr, inet_aton to GNU styleFlorian Weimer2-91/+106
2019-02-04x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155]H.J. Lu5-9/+113
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. Lu8-11/+183
2019-02-01x86-64 memset/wmemset: Properly handle the length parameter [BZ #24097]H.J. Lu6-16/+132
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-42/+137
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/+169
2019-01-16Add XFAIL_ROUNDING_IBM128_LIBGCC to more fma() testsTulio Magno Quites Machado Filho2-8/+13
2019-01-08Only build libm with -fno-math-errno (bug 24024)Aurelien Jarno5-2/+81