about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* alpha: Implement execl{,e,p} without double stack allocation rth/execlRichard Henderson2016-02-093-0/+163
* x32: Implement execl{,e,p} without double stack allocationRichard Henderson2016-02-093-0/+251
* i386: Implement execl{,e,p} without double stack allocationRichard Henderson2016-02-093-0/+89
* x86_64: Implement execl{,e,p} without double stack allocationRichard Henderson2016-02-095-0/+185
* Move posix/execl files to sysdeps/Richard Henderson2016-02-093-0/+0
* posix: Remove dynamic memory allocation from execl{e,p}Adhemerval Zanella2016-02-093-137/+58
* powerpc: Regenerate libm-test-ulpsRajalakshmi Srinivasaraghavan2016-02-042-0/+14
* Fix MIPS mmap negative offset handling for consistency (bug 19550).Joseph Myers2016-02-017-2/+54
* Revert "elf/elf.h: Add new 386 and X86_64 relocations from binutils."Mark Wielaard2016-01-312-20/+3
* elf/elf.h: Add new 386 and X86_64 relocations from binutils.Mark Wielaard2016-01-312-3/+20
* Improve check against integer wraparound in hcreate_r [BZ #18240]Florian Weimer2016-01-284-19/+105
* Fix MIPS64 memcpy regression.Steve Ellcey2016-01-282-1/+7
* Remove unused variablesAndreas Schwab2016-01-275-10/+13
* Update localplt.data for 32-bit sparc.David S. Miller2016-01-262-0/+5
* Define __sqrtl_finite on sparc 32-bit with correct symbol version.David S. Miller2016-01-254-2/+14
* Adjust sparc 32-bit __sqrtl_finite version tag.David S. Miller2016-01-252-1/+6
* Update Alpha libm-test-ulpsRichard Henderson2016-01-252-284/+400
* Don't do lock elision on an error checking mutex (bug 17514)Andreas Schwab2016-01-254-4/+76
* Cleanup ppc bits/ipc.hPaul E. Murphy2016-01-252-24/+16
* S390: Fix build failure in test string/tst-endian.c with gcc 6.Stefan Liebler2016-01-252-0/+30
* Fix missing __sqrtl_finite symbol in libm on sparc 32-bit.David S. Miller2016-01-244-2/+33
* Update sparc ULPS.David S. Miller2016-01-242-208/+232
* MIPS: Set the required Linux kernel version to 4.5.0 for 2008 NaNMaciej W. Rozycki2016-01-253-8/+8
* Fix nptl/tst-setuid3.cPaul E. Murphy2016-01-222-5/+20
* powerpc: Fix macro usage of htm builtinsPaul E. Murphy2016-01-222-3/+10
* Maintainence patch for nios2: update ULPS file and localplt.data changes.Chung-Lin Tang2016-01-213-20/+38
* Silence some false positive warnings for gcc 4.7Chris Metcalf2016-01-213-0/+25
* NaCl: Fix unused variable errors in lowlevellock-futex.h macros.Roland McGrath2016-01-202-2/+11
* 2016-01-20 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2016-01-206-26/+30
* Fix __finitel libm compat symbol version.Joseph Myers2016-01-203-4/+11
* Update localplt.data for powerpc-nofpu.Joseph Myers2016-01-202-2/+10
* S390: Fix build error in iconvdata/bug-iconv11.c.Stefan Liebler2016-01-202-1/+6
* Fix ulps regeneration for *-finite tests.Joseph Myers2016-01-196-10/+22
* Fixed build with assembler w/o AVX-512 support.Andrew Senkevich2016-01-192-0/+18
* S390: Regenerate ULPsStefan Liebler2016-01-192-238/+272
* Regenerate MIPS libm-test-ulps.Joseph Myers2016-01-183-4/+11
* Regenerate powerpc-nofpu libm-test-ulps.Joseph Myers2016-01-182-210/+232
* Regenerate ARM libm-test-ulps.Joseph Myers2016-01-182-2/+8
* [BZ #19451]Paul Pluzhnikov2016-01-182-2/+7
* S/390: Do not raise inexact exception in lrint/lround. [BZ #19486]Stefan Liebler2016-01-189-4/+92
* configure: make the unsupported error message less hostileMike Frysinger2016-01-173-20/+17
* Fixed typos in __memcpy_chk.Andrew Senkevich2016-01-162-3/+7
* sparc: mman.h: fix bad comment insertionMike Frysinger2016-01-162-1/+6
* nptl: Add first-line description for barrier tests.Torvald Riegel2016-01-156-9/+18
* Fix pthread_barrier_init typo.Torvald Riegel2016-01-152-1/+6
* Added memcpy/memmove family optimized with AVX512 for KNL hardware.Andrew Senkevich2016-01-1612-19/+554
* New pthread_barrier algorithm to fulfill barrier destruction requirements.Torvald Riegel2016-01-1518-764/+419
* Fix race in tst-mqueue5Paul E. Murphy2016-01-152-2/+24
* Have iconv accept redundant escape sequences in IBM900, IBM903, IBM905,Martin Sebor2016-01-158-61/+136
* Fix build failures with -DDEBUG.Martin Sebor2016-01-156-15/+30