aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sparc: Move sigreturn stub to assemblygentoo/glibc-2.29-9gentoo/2.29Adhemerval Zanella2020-04-035-38/+73
* Update NEWS for CVE-2019-19126gentoo/glibc-2.29-8Florian Weimer2019-11-251-0/+6
* rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...Marcin Kościelnicki2019-11-252-1/+3
* Linux: Use in-tree copy of SO_ constants for !__USE_MISC [BZ #24532]Florian Weimer2019-11-2510-94/+333
* Base max_fast on alignment, not width, of bins (Bug 24903)DJ Delorie2019-11-251-1/+1
* malloc: Various cleanups for malloc/tst-mxfastFlorian Weimer2019-11-253-9/+16
* Add glibc.malloc.mxfast tunableDJ Delorie2019-11-257-7/+96
* malloc: Fix missing accounting of top chunk in malloc_info [BZ #24026]Niklas Hambüchen2019-11-252-0/+12
* malloc: Remove unwanted leading whitespace in malloc_info [BZ #24867]Florian Weimer2019-11-252-1/+7
* Small tcache improvementsWilco Dijkstra2019-11-253-9/+15
* Fix assertion in malloc.c:tcache_get.Joseph Myers2019-11-252-1/+6
* Fix alignment of TLS variables for tls variant TLS_TCB_AT_TP [BZ #23403]Stefan Liebler2019-11-258-42/+132
* mips: Force RWX stack for hard-float builds that can run on pre-4.8 kernelsDragan Mladjenovic2019-11-253-5/+89
* elf: Refuse to dlopen PIE objects [BZ #24323]Florian Weimer2019-11-255-6/+79
* nss_db: fix endent wrt NULL mappings [BZ #24695] [BZ #24696]DJ Delorie2019-11-2511-2/+189
* support: Export bindir path on support_pathAdhemerval Zanella2019-11-254-1/+19
* Call _dl_open_check after relocation [BZ #24259]H.J. Lu2019-11-2518-5/+394
* alpha: force old OSF1 syscalls for getegid, geteuid and getppid [BZ #24986]Aurelien Jarno2019-11-255-0/+12
* Improve performance of memmemWilco Dijkstra2019-11-252-42/+89
* Improve performance of strstrWilco Dijkstra2019-11-253-51/+132
* Update Alpha libm-test-ulpsAurelien Jarno2019-11-252-8/+12
* hppa: Update libm-tests-ulpsAdhemerval Zanella2019-11-252-44/+48
* alpha: Do not redefine __NR_shmat or __NR_osf_shmatRichard Henderson2019-11-253-3/+14
* posix: Fix large mmap64 offset for mips64n32 (BZ#24699)Adhemerval Zanella2019-11-255-5/+53
* aarch64: handle STO_AARCH64_VARIANT_PCSSzabolcs Nagy2019-11-252-4/+36
* aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCSSzabolcs Nagy2019-11-252-0/+12
* NEWS: Add deprecated section headingFlorian Weimer2019-11-251-0/+2
* io: Remove copy_file_range emulation [BZ #24744]Florian Weimer2019-11-2514-783/+82
* Fix RISC-V vfork build with Linux 5.3 kernel headers.gentoo/glibc-2.29-7Joseph Myers2019-10-221-1/+4
* Revert "Gentoo: Fix 'make install-headers' when cross-compiler is not availab...gentoo/glibc-2.29-6gentoo/glibc-2.29-5Sergei Trofimovich2019-09-011-1/+1
* [no-patch] Gentoo: Add compile-locales warning functionality to locale-genAndreas K. Huettel2019-08-051-0/+11
* Gentoo: Fix 'make install-headers' when cross-compiler is not available yet.gentoo/glibc-2.29-4Sergei Trofimovich2019-07-251-1/+1
* libio: do not attempt to free wide buffers of legacy streams [BZ #24228]gentoo/2.29-hygieneDmitry V. Levin2019-07-046-5/+77
* Use a proper C tokenizer to implement the obsolete typedefs test.Zack Weinberg2019-07-046-63/+504
* malloc: Fix warnings in tests with GCC 9Florian Weimer2019-07-043-0/+56
* Fix tcache count maximum (BZ #24531)Wilco Dijkstra2019-07-043-4/+16
* Update NEWS for BZ#24476 Guard __dlerror_main_freeres.Mark Wielaard2019-07-041-0/+1
* dlfcn: Guard __dlerror_main_freeres with __libc_once_get (once) [BZ#24476]Mark Wielaard2019-07-042-8/+29
* Fix crash in _IO_wfile_sync (bug 20568)Andreas Schwab2019-07-046-3/+56
* malloc: Check for large bin list corruption when inserting unsorted chunkAdam Maris2019-07-041-0/+4
* elf: Fix pldd (BZ#18035)Adhemerval Zanella2019-07-046-108/+203
* support: Add support_capture_subprogramAdhemerval Zanella2019-07-0411-50/+573
* Revert "memusagestat: use local glibc when linking [BZ #18465]"Florian Weimer2019-07-043-10/+2
* memusagestat: use local glibc when linking [BZ #18465]Mike Frysinger2019-07-043-2/+10
* malloc: Set and reset all hooks for tracing (Bug 16573)Carlos O'Donell2019-07-043-26/+62
* ja_JP locale: Add entry for the new Japanese era [BZ #22964]gentoo/glibc-2.29-3TAMUKI Shoichi2019-04-073-1/+13
* ja_JP: Change the offset for Taisho gan-nen from 2 to 1 [BZ #24162]gentoo/glibc-2.29-2TAMUKI Shoichi2019-03-242-1/+7
* S390: Mark vx and vxe as important hwcap.Stefan Liebler2019-03-242-1/+7
* Record CVE-2019-9169 in NEWS and ChangeLog [BZ #24114]Aurelien Jarno2019-03-242-0/+5
* regex: fix read overrun [BZ #24114]Paul Eggert2019-03-242-2/+12