about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* mips: Force RWX stack for hard-float builds that can run on pre-4.8 kernelsDragan Mladjenovic2019-11-053-5/+89
* elf: Refuse to dlopen PIE objects [BZ #24323]Florian Weimer2019-11-013-5/+22
* nss_db: fix endent wrt NULL mappings [BZ #24695] [BZ #24696]DJ Delorie2019-10-312-1/+13
* Call _dl_open_check after relocation [BZ #24259]H.J. Lu2019-10-3118-5/+387
* Base max_fast on alignment, not width, of bins (Bug 24903)DJ Delorie2019-10-311-1/+1
* malloc: Fix missing accounting of top chunk in malloc_info [BZ #24026]Niklas Hambüchen2019-10-302-0/+12
* malloc: Remove unwanted leading whitespace in malloc_info [BZ #24867]Florian Weimer2019-10-302-1/+7
* malloc: Various cleanups for malloc/tst-mxfastFlorian Weimer2019-10-303-9/+16
* Add glibc.malloc.mxfast tunableDJ Delorie2019-10-307-7/+96
* nscd: avoid assertion failure during persistent db checkAndreas Schwab2019-10-302-1/+6
* Small tcache improvementsWilco Dijkstra2019-10-303-9/+15
* Fix assertion in malloc.c:tcache_get.Joseph Myers2019-10-302-1/+6
* Improve performance of memmemWilco Dijkstra2019-09-132-42/+89
* Improve performance of strstrWilco Dijkstra2019-09-133-51/+132
* Speedup first memmem matchRajalakshmi Srinivasaraghavan2019-09-132-0/+8
* Simplify and speedup strstr/strcasestr first matchWilco Dijkstra2019-09-133-45/+40
* [AArch64] Add ifunc support for AresWilco Dijkstra2019-09-065-2/+15
* posix: Fix large mmap64 offset for mips64n32 (BZ#24699)Adhemerval Zanella2019-07-125-5/+53
* aarch64: handle STO_AARCH64_VARIANT_PCSSzabolcs Nagy2019-07-122-4/+36
* aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCSSzabolcs Nagy2019-07-102-0/+12
* io: Remove copy_file_range emulation [BZ #24744]Florian Weimer2019-07-0912-776/+78
* libio: do not attempt to free wide buffers of legacy streams [BZ #24228]Dmitry V. Levin2019-06-206-5/+77
* Fix tcache count maximum (BZ #24531)Wilco Dijkstra2019-05-223-4/+16
* dlfcn: Guard __dlerror_main_freeres with __libc_once_get (once) [BZ#24476]Mark Wielaard2019-05-163-8/+30
* Fix crash in _IO_wfile_sync (bug 20568)Andreas Schwab2019-05-156-3/+57
* malloc: Check for large bin list corruption when inserting unsorted chunkAdam Maris2019-05-021-0/+4
* malloc: Check the alignment of mmapped chunks before unmapping.Istvan Kurucsai2019-05-022-1/+8
* malloc: Add more integrity checks to mremap_chunk.Istvan Kurucsai2019-05-022-3/+13
* malloc: Add ChangeLog for accidentally committed changeFlorian Weimer2019-05-022-1/+5
* elf: Fix pldd (BZ#18035)Adhemerval Zanella2019-04-264-108/+82
* Revert "memusagestat: use local glibc when linking [BZ #18465]"Florian Weimer2019-04-253-10/+2
* memusagestat: use local glibc when linking [BZ #18465]Mike Frysinger2019-04-243-2/+10
* ja_JP locale: Add entry for the new Japanese era [BZ #22964]TAMUKI Shoichi2019-04-033-1/+13
* S390: Mark vx and vxe as important hwcap.Stefan Liebler2019-03-212-1/+7
* Record CVE-2019-9169 in NEWS and ChangeLog [BZ #24114]Aurelien Jarno2019-03-162-0/+5
* regex: fix read overrun [BZ #24114]Paul Eggert2019-03-162-2/+12
* RISC-V: don't assume PI mutexes and robust futexes before 4.20 (bug 23864)Andreas Schwab2019-03-143-0/+13
* powerpc: Only enable TLE with PPC_FEATURE2_HTM_NOSCAdhemerval Zanella2019-02-2712-100/+52
* RISC-V: Fix elfutils testsuite unwind failures.Jim Wilson2019-02-197-5/+52
* nptl: Fix pthread_rwlock_try*lock stalls (Bug 23844)Carlos O'Donell2019-02-1710-11/+535
* nptl: Avoid fork handler lock for async-signal-safe fork [BZ #24161]Florian Weimer2019-02-085-9/+24
* Add compiler barriers around modifications of the robust mutex list for pthre...Stefan Liebler2019-02-072-4/+59
* NEWS: Mention bug 24112.Aurelien Jarno2019-02-041-0/+2
* nscd: Do not use __inet_aton_exact@GLIBC_PRIVATE [BZ #20018]Florian Weimer2019-02-044-1/+49
* CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer2019-02-0415-40/+455
* resolv: Do not send queries for non-host-names in nss_dns [BZ #24112]Florian Weimer2019-02-042-2/+31
* resolv: Reformat inet_addr, inet_aton to GNU styleFlorian Weimer2019-02-042-91/+106
* x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155]H.J. Lu2019-02-045-9/+113
* x86-64 strnlen/wcsnlen: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-016-11/+118
* x86-64 strncpy: Properly handle the length parameter [BZ #24097]H.J. Lu2019-02-015-6/+74