summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix parallel build errorgentoo/2.21Andreas Schwab2016-02-171-1/+1
* CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug 18665).Carlos O'Donell2016-02-163-69/+309
* Improve check against integer wraparound in hcreate_r [BZ #18240]Florian Weimer2016-02-163-19/+93
* Handle overflow in __hcreate_rOndřej Bílka2016-02-161-1/+8
* Fix BZ #18985 -- out of range data to strftime() causes a segfaultPaul Pluzhnikov2016-02-162-8/+64
* Fix BZ #17905Paul Pluzhnikov2016-02-164-17/+65
* CVE-2014-8121: Do not close NSS files database during iteration [BZ #18007]Florian Weimer2016-02-163-2/+120
* getmntent: fix memory corruption w/blank lines [BZ #18887]Mike Frysinger2015-08-295-22/+103
* ia64: atomic.h: fix atomic_exchange_and_add 64bit handlingMike Frysinger2015-07-281-3/+1
* Fix BZ #17269 -- _IO_wstr_overflow integer overflowPaul Pluzhnikov2015-07-201-1/+7
* Fix read past end of pattern in fnmatch (bug 18032)Andreas Schwab2015-07-202-6/+7
* sparc: fix sigaction for 32bit builds [BZ #18694]Mike Frysinger2015-07-201-0/+4
* CVE-2015-1781: resolv/nss_dns/dns-host.c buffer overflow [BZ#18287]Arjun Shankar2015-07-201-1/+2
* Fix __memcpy_chk on non-SSE2 CPUsEvangelos Foutras2015-02-141-2/+2
* disable PIE when checking for PIC defaultKevin F. Quinn2015-02-092-2/+2
* hppa: fix __O_SYNC to match the kernelJohn David Anglin2015-02-091-1/+1
* hppa: fix pthread spinlockJohn David Anglin2015-02-092-8/+8
* hppa: fix bug in floating point exception supportJohn David Anglin2015-02-092-5/+5
* hppa: fix build problems with atomic codeJohn David Anglin2015-02-091-28/+32
* arm: fix PIC vs SHARED typosDavid Lamparter2015-02-092-2/+2
* gentoo: disable building in timezone subdirMike Frysinger2015-02-091-1/+1
* gentoo: support running tests under sandboxStephanie J. Lockwood-Childs2015-02-093-3/+3
* rtld: do not ignore arch-specific CFLAGSGuy Martin2015-02-091-1/+1
* nptl: support thread stacks that grow upCarlos O'Donell2015-02-093-12/+42
* reload /etc/resolv.conf when it has changedThorsten Kukuk2015-02-091-0/+15
* Fix localedef segfault when run under exec-shield, PaX or similarJakub Jelinek2015-02-091-0/+36
* make fortify logic checks less angryMike Frysinger2015-02-091-3/+4
* workaround crash when handling signals in static PIEsMike Frysinger2015-02-091-1/+1
* disable ldconfig during installMike Frysinger2015-02-091-0/+1
* Update version.h and include/features.h for 2.21 releaseglibc-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
* m68k/coldfire: avoid warning about volatile register variablesAndreas Schwab2015-01-252-10/+13
* m68k: fix missing definition of __feraiseexceptAndreas Schwab2015-01-252-0/+4