about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
| * glob: Simplify the interface for the GLOB_ALTDIRFUNC callback gl_readdirFlorian Weimer2016-05-116-24/+100
| * malloc: Update comment for list_lockFlorian Weimer2016-04-132-3/+8
| * tst-malloc-thread-exit: Use fewer system resourcesFlorian Weimer2016-04-132-14/+22
| * malloc: Fix list_lock/arena lock deadlock [BZ #19182]Florian Weimer2016-04-134-15/+75
| * malloc: Fix attached thread reference count handling [BZ #19243]Florian Weimer2016-04-135-6/+240
| * malloc: Prevent arena free_list from turning cyclic [BZ #19048]Florian Weimer2016-04-134-8/+104
* | Fix i386 build for lll_unlock_elision change.Joseph Myers2016-04-122-1/+6
* | powerpc: Optimize lock elision for pthread_mutex_tPaul Murphy2016-04-125-6/+27
* | nptl: Add adapt_count parameter to lll_unlock_elisionPaul Murphy2016-04-125-5/+16
* | Merge branch 'release/2.22/master' into ibm/2.22/masterPaul E. Murphy2016-04-1221-272/+750
|\|
| * Increase internal precision of ldbl-128ibm decimal printf [BZ #19853]Paul E. Murphy2016-04-124-12/+43
| * configure: fix `test ==` usageMike Frysinger2016-04-095-6/+13
| * powerpc: Fix tabort usage in syscallsPaul E. Murphy2016-04-084-4/+13
| * 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
* | Merge branch 'release/2.22/master' into ibm/2.22/masterTulio Magno Quites Machado Filho2016-04-0111-60/+189
|\|
| * NEWS: update from previous commitTulio Magno Quites Machado Filho2016-04-011-1/+6
| * CVE-2016-3075: Stack overflow in _nss_dns_getnetbyname_r [BZ #19879]Florian Weimer2016-04-012-4/+8
| * resolv: Always set *resplen2 out parameter in send_dg [BZ #19791]Florian Weimer2016-03-283-24/+50
| * math: don't clobber old libm.so on install [BZ #19822]Dylan Alex Simon2016-03-213-2/+9
| * Fix resource leak in resolver (bug 19257)Andreas Schwab2016-03-202-1/+7
| * Use PIC relocation in ALIAS_IMPLAndrew Senkevich2016-03-113-3/+9
| * Fix x86_64 fma4 pow inappropriate contraction (bug 19003).Joseph Myers2016-03-083-3/+9
| * 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
| * Regenerate Alpha ULPsAurelien Jarno2016-03-012-6/+82
* | powerpc: More elision improvementsPaul Murphy2016-02-223-10/+23
* | Merge branch 'release/2.22/master' into ibm/2.22/masterTulio Magno Quites Machado Filho2016-02-2226-157/+784
|\|
| * powerpc: Fix macro usage of htm builtinsPaul E. Murphy2016-02-222-3/+10
| * powerpc: Enforce compiler barriers on hardware transactionsTulio Magno Quites Machado Filho2016-02-227-15/+58
| * 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-21/+107
| * Handle overflow in __hcreate_rOndřej Bílka2016-01-292-1/+13
| * Gracefully handle incompatible locale dataLudovic Courtès2016-01-242-3/+9
| * hppa: start.S: rework references to fix PIE TEXTRELs [BZ #18421]Alan Modra2016-01-243-4/+24
| * hppa: Fix miscompilation of sched_setaffinity() [BZ #18480]John David Anglin2016-01-244-24/+56
| * 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-19/+75
| * alpha/hppa: fix libc.abilist sorting wrt fmemopenAurelien Jarno2015-12-313-6/+12
* | Merge branch 'release/2.22/master' into ibm/2.22/masterTulio Magno Quites Machado Filho2015-12-1721-55/+462
|\|
| * powerpc: Fix usage of elision transient failure adapt paramPaul Murphy2015-12-174-13/+19
| * Corrected path to installed libmvec_nonshared.aAndrew Senkevich2015-12-032-1/+6
| * Better workaround for aliases of *_finite symbols in vector math library.Andrew Senkevich2015-11-276-32/+77
| * NaCl: Use allocate_code_data after dyncode_createRoland McGrath2015-11-202-1/+34
| * Run tst-prelink test for GLOB_DAT relocH.J. Lu2015-11-158-15/+96