aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-21Make io/ftwtest-sh remove temporary files on early exit.linaro/2.21/masterJoseph Myers2-1/+7
2017-04-20posix: Add cleanup on the trap list for globtest.shAdhemerval Zanella2-3/+10
2017-02-07malloc: Fix i686 build from malloc interpose backportAdhemerval Zanella2-0/+10
2017-01-27Extend local PLT reference checkH.J. Lu6-9/+117
2017-01-27Fix localplt test breakage with new readelfAlan Modra3-4/+10
2017-01-27malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer15-162/+715
2017-01-27nptl/tst-tls3-malloc: Force freeing of thread stacksFlorian Weimer3-1/+21
2017-01-27malloc: Run tests without calling mallopt [BZ #19469]Florian Weimer3-0/+13
2017-01-27elf: Do not use memalign for TCB/TLS blocks allocation [BZ #17730]Florian Weimer4-38/+250
2017-01-27elf: Avoid using memalign for TLS allocations [BZ #17730]Florian Weimer5-38/+77
2017-01-27Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbageAlexandre Oliva14-70/+313
2017-01-27elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h>Florian Weimer35-241/+107
2017-01-27malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer9-48/+327
2017-01-27malloc: Fix list_lock/arena lock deadlock [BZ #19182]Florian Weimer3-18/+73
2017-01-27Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic codeFlorian Weimer7-5/+16
2017-01-27malloc: Prevent arena free_list from turning cyclic [BZ #19048]Florian Weimer4-8/+92
2017-01-27malloc: Rewrite with explicit TLS access using __threadFlorian Weimer6-60/+41
2017-01-27Consolidate arena_lookup and arena_lock into a single arena_getSiddhesh Poyarekar2-2/+6
2016-06-07Add runtime check for __ASSUME_REQUEUE_PI (BZ# 18463)Adhemerval Zanella7-33/+50
2016-06-07Remove __ASSUME_SET_ROBUST_LISTAdhemerval Zanella10-29/+25
2016-06-07Fix nptl-init.c use of INTERNAL_SYSCALL_DECL.Roland McGrath2-11/+25
2016-06-07Remove __ASSUME_FUTEX_LOCK_PIAdhemerval Zanella7-11/+15
2016-05-09Suppress GCC 6 warning about ambiguous 'else' with -Wparenthesesrelease/2.21/masterYvan Roux3-21/+30
2016-04-28S390: Fix "backtrace() returns infinitely deep stack frames with makecontext(...Stefan Liebler6-3/+75
2016-04-28S/390: Fix setcontext/swapcontext which are not restoring sigmask.Stefan Liebler8-31/+265
2016-04-09configure: fix `test ==` usageMike Frysinger3-4/+9
2016-04-04S390: Extend structs La_s390_regs / La_s390_retval with vector-registers.Stefan Liebler4-65/+136
2016-04-04S390: Save and restore fprs/vrs while resolving symbols.Stefan Liebler7-248/+516
2016-04-04S390: configure check for vector instruction support in assembler.Stefan Liebler4-0/+80
2016-04-04S390: Add new s390 platform.Stefan Liebler3-3/+8
2016-04-04S390: Add hwcaps value for vector facility.Stefan Liebler4-3/+11
2016-03-07sln: use stat64Hongjiu Zhang2-2/+7
2016-03-03S390: Do not use direct socket syscalls if build on kernels >= 4.3. [BZ #19682]Stefan Liebler3-20/+8
2016-02-16CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug 18665).Carlos O'Donell5-69/+338
2016-02-16hsearch_r: Apply VM size limit in test caseFlorian Weimer2-0/+26
2016-01-29Improve check against integer wraparound in hcreate_r [BZ #18240]Florian Weimer5-20/+106
2016-01-29Handle overflow in __hcreate_rOndřej Bílka2-1/+13
2016-01-23Fix BZ #18985 -- out of range data to strftime() causes a segfaultPaul Pluzhnikov4-9/+73
2016-01-23Fix trailing space.Paul Pluzhnikov1-1/+1
2016-01-23Fix BZ #17905Paul Pluzhnikov6-18/+74
2015-12-01[AArch64] Fix the big endian loader name.Szabolcs Nagy2-0/+7
2015-11-22nscd: drop selinux/flask.h includeMike Frysinger2-1/+4
2015-10-28Fix parallel build errorAndreas Schwab2-1/+6
2015-10-19CVE-2014-8121: Do not close NSS files database during iteration [BZ #18007]Florian Weimer5-3/+134
2015-08-29getmntent: fix memory corruption w/blank lines [BZ #18887]Mike Frysinger7-23/+114
2015-07-28ia64: atomic.h: fix atomic_exchange_and_add 64bit handlingMike Frysinger2-3/+6
2015-07-20Fix BZ #17269 -- _IO_wstr_overflow integer overflowPaul Pluzhnikov3-2/+14
2015-07-20Fix read past end of pattern in fnmatch (bug 18032)Andreas Schwab4-7/+15
2015-07-20sparc: fix sigaction for 32bit builds [BZ #18694]Mike Frysinger3-1/+16
2015-04-22CVE-2015-1781: resolv/nss_dns/dns-host.c buffer overflow [BZ#18287]Arjun Shankar3-2/+16