about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* riscv: Do not use __has_include__Florian Weimer2020-01-211-0/+5
* Fix alignment of TLS variables for tls variant TLS_TCB_AT_TP [BZ #23403]Stefan Liebler2019-11-061-0/+14
* elf: Refuse to dlopen PIE objects [BZ #24323]Florian Weimer2019-11-011-0/+7
* nss_db: fix endent wrt NULL mappings [BZ #24695] [BZ #24696]DJ Delorie2019-10-311-0/+8
* Call _dl_open_check after relocation [BZ #24259]H.J. Lu2019-10-311-0/+49
* malloc: Fix missing accounting of top chunk in malloc_info [BZ #24026]Niklas Hambüchen2019-10-301-0/+6
* malloc: Remove unwanted leading whitespace in malloc_info [BZ #24867]Florian Weimer2019-10-301-0/+6
* malloc: Various cleanups for malloc/tst-mxfastFlorian Weimer2019-10-301-0/+8
* Add glibc.malloc.mxfast tunableDJ Delorie2019-10-301-0/+10
* nscd: avoid assertion failure during persistent db checkAndreas Schwab2019-10-301-0/+4
* Small tcache improvementsWilco Dijkstra2019-10-301-0/+8
* Fix assertion in malloc.c:tcache_get.Joseph Myers2019-10-301-0/+5
* Improve performance of memmemWilco Dijkstra2019-09-131-0/+4
* Improve performance of strstrWilco Dijkstra2019-09-131-0/+9
* Speedup first memmem matchRajalakshmi Srinivasaraghavan2019-09-131-0/+4
* Simplify and speedup strstr/strcasestr first matchWilco Dijkstra2019-09-131-0/+5
* [AArch64] Add ifunc support for AresWilco Dijkstra2019-09-061-0/+10
* 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-101-0/+5
* io: Remove copy_file_range emulation [BZ #24744]Florian Weimer2019-07-091-0/+36
* libio: do not attempt to free wide buffers of legacy streams [BZ #24228]Dmitry V. Levin2019-06-201-0/+17
* Fix tcache count maximum (BZ #24531)Wilco Dijkstra2019-05-221-0/+7
* dlfcn: Guard __dlerror_main_freeres with __libc_once_get (once) [BZ#24476]Mark Wielaard2019-05-161-0/+8
* Fix crash in _IO_wfile_sync (bug 20568)Andreas Schwab2019-05-151-0/+10
* malloc: Check the alignment of mmapped chunks before unmapping.Istvan Kurucsai2019-05-021-0/+4
* malloc: Add more integrity checks to mremap_chunk.Istvan Kurucsai2019-05-021-0/+4
* malloc: Add ChangeLog for accidentally committed changeFlorian Weimer2019-05-021-0/+4
* elf: Fix pldd (BZ#18035)Adhemerval Zanella2019-04-261-0/+11
* Revert "memusagestat: use local glibc when linking [BZ #18465]"Florian Weimer2019-04-251-7/+0
* memusagestat: use local glibc when linking [BZ #18465]Mike Frysinger2019-04-241-0/+7
* ja_JP locale: Add entry for the new Japanese era [BZ #22964]TAMUKI Shoichi2019-04-031-0/+6
* S390: Mark vx and vxe as important hwcap.Stefan Liebler2019-03-211-0/+5
* Record CVE-2019-9169 in NEWS and ChangeLog [BZ #24114]Aurelien Jarno2019-03-161-0/+1
* regex: fix read overrun [BZ #24114]Paul Eggert2019-03-161-0/+8
* RISC-V: don't assume PI mutexes and robust futexes before 4.20 (bug 23864)Andreas Schwab2019-03-141-0/+7
* powerpc: Only enable TLE with PPC_FEATURE2_HTM_NOSCAdhemerval Zanella2019-02-271-0/+20
* RISC-V: Fix elfutils testsuite unwind failures.Jim Wilson2019-02-191-0/+14
* nptl: Fix pthread_rwlock_try*lock stalls (Bug 23844)Carlos O'Donell2019-02-171-0/+17
* nptl: Avoid fork handler lock for async-signal-safe fork [BZ #24161]Florian Weimer2019-02-081-0/+10
* Add compiler barriers around modifications of the robust mutex list for pthre...Stefan Liebler2019-02-071-0/+6
* nscd: Do not use __inet_aton_exact@GLIBC_PRIVATE [BZ #20018]Florian Weimer2019-02-041-0/+10
* CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer2019-02-041-0/+33
* resolv: Do not send queries for non-host-names in nss_dns [BZ #24112]Florian Weimer2019-02-041-0/+9
* resolv: Reformat inet_addr, inet_aton to GNU styleFlorian Weimer2019-02-041-0/+5
* 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/+13
* x86-64 memset/wmemset: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-011-0/+11