about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Suppress GCC 6 warning about ambiguous 'else' with -Wparentheses release/2.21/masterYvan Roux2016-05-093-21/+30
* S390: Fix "backtrace() returns infinitely deep stack frames with makecontext(...Stefan Liebler2016-04-286-3/+75
* S/390: Fix setcontext/swapcontext which are not restoring sigmask.Stefan Liebler2016-04-288-31/+265
* configure: fix `test ==` usageMike Frysinger2016-04-093-4/+9
* S390: Extend structs La_s390_regs / La_s390_retval with vector-registers.Stefan Liebler2016-04-044-65/+136
* S390: Save and restore fprs/vrs while resolving symbols.Stefan Liebler2016-04-047-248/+516
* S390: configure check for vector instruction support in assembler.Stefan Liebler2016-04-044-0/+80
* S390: Add new s390 platform.Stefan Liebler2016-04-043-3/+8
* S390: Add hwcaps value for vector facility.Stefan Liebler2016-04-044-3/+11
* sln: use stat64Hongjiu Zhang2016-03-072-2/+7
* S390: Do not use direct socket syscalls if build on kernels >= 4.3. [BZ #19682]Stefan Liebler2016-03-033-20/+8
* CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug 18665).Carlos O'Donell2016-02-165-69/+338
* hsearch_r: Apply VM size limit in test caseFlorian Weimer2016-02-162-0/+26
* Improve check against integer wraparound in hcreate_r [BZ #18240]Florian Weimer2016-01-295-20/+106
* Handle overflow in __hcreate_rOndřej Bílka2016-01-292-1/+13
* Fix BZ #18985 -- out of range data to strftime() causes a segfaultPaul Pluzhnikov2016-01-234-9/+73
* Fix trailing space.Paul Pluzhnikov2016-01-231-1/+1
* Fix BZ #17905Paul Pluzhnikov2016-01-236-18/+74
* [AArch64] Fix the big endian loader name.Szabolcs Nagy2015-12-012-0/+7
* nscd: drop selinux/flask.h includeMike Frysinger2015-11-222-1/+4
* Fix parallel build errorAndreas Schwab2015-10-282-1/+6
* CVE-2014-8121: Do not close NSS files database during iteration [BZ #18007]Florian Weimer2015-10-195-3/+134
* getmntent: fix memory corruption w/blank lines [BZ #18887]Mike Frysinger2015-08-297-23/+114
* ia64: atomic.h: fix atomic_exchange_and_add 64bit handlingMike Frysinger2015-07-282-3/+6
* Fix BZ #17269 -- _IO_wstr_overflow integer overflowPaul Pluzhnikov2015-07-203-2/+14
* Fix read past end of pattern in fnmatch (bug 18032)Andreas Schwab2015-07-204-7/+15
* sparc: fix sigaction for 32bit builds [BZ #18694]Mike Frysinger2015-07-203-1/+16
* CVE-2015-1781: resolv/nss_dns/dns-host.c buffer overflow [BZ#18287]Arjun Shankar2015-04-223-2/+16
* Fix __memcpy_chk on non-SSE2 CPUsEvangelos Foutras2015-02-103-2/+14
* NEWS: Also mention CVE-2015-1473Florian Weimer2015-02-061-4/+5
* Fix missing ChangeLog attribution.Carlos O'Donell2015-02-061-0/+1
* Update version.h and include/features.h for 2.21 release glibc-2.21Carlos O'Donell2015-02-063-3/+7
* hppa: Sync with pthread.h.Carlos O'Donell2015-02-062-1/+1150
* CVE-2015-1472: wscanf allocates too little memoryPaul Pluzhnikov2015-02-064-15/+62
* glibc 2.21 pre-release update.Carlos O'Donell2015-02-0540-46505/+67618
* hppa: Remove warnings and fix conformance errors.Carlos O'Donell2015-02-0514-1212/+151
* Function name typo error in non-PIC case, fixed in this patch.Chung-Lin Tang2015-02-052-1/+6
* Fix two bugs in sparc atomics.David S. Miller2015-01-312-7/+14
* Fix sparc semaphore implementation after recent changes.David S. Miller2015-01-3118-703/+692
* Use AVX unaligned memcpy only if AVX2 is availableH.J. Lu2015-01-3010-10/+37
* Include <signal.h> in sysdeps/nptl/allocrtsig.cAndreas Schwab2015-01-292-0/+5
* Fix up ChangeLog formattingSiddhesh Poyarekar2015-01-291-12/+12
* Initialize nscd stats data [BZ #17892]Siddhesh Poyarekar2015-01-293-1/+8
* Clarify math/README.libm-test. Add "How to read the test output."Martin Sebor2015-01-282-14/+71
* tilegx32: set __HAVE_64B_ATOMICS to 0Chris Metcalf2015-01-282-1/+14
* Disable 64-bit atomics for MIPS n32.Joseph Myers2015-01-282-1/+6
* powerpc: Fix fesetexceptflag [BZ#17885]Adhemerval Zanella2015-01-283-2/+6
* powerpc: Fix fsqrt build in libm [BZ#16576]Adhemerval Zanella2015-01-287-111/+50
* iconv: Suppress array out of bounds warning.Andreas Krebbel2015-01-272-1/+12
* ia64: avoid set-but-not-used warningAndreas Schwab2015-01-252-0/+8