aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2016-03-032016-03-03 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-13/+42
2016-03-03Copy x86_64 _mcount.op from _mcount.oH.J. Lu1-0/+1
2016-03-01Call x86-64 __mcount_internal/__sigjmp_save directlyH.J. Lu2-12/+0
2016-03-01Call x86-64 __setcontext directlyH.J. Lu1-1/+1
2016-02-26Remove kernel-features.h conditionals on pre-3.2 kernels.Joseph Myers11-157/+59
2016-02-24Remove linux/fanotify.h configure test.Joseph Myers3-62/+0
2016-02-24Require Linux 3.2 except on x86 / x86_64, 3.2 headers everywhere.Joseph Myers6-12/+20
2016-02-22Add fts64_* to sysdeps/arm/nacl/libc.abilistRoland McGrath1-0/+6
2016-02-19[x86_64] Set DL_RUNTIME_UNALIGNED_VEC_SIZE to 8H.J. Lu2-11/+15
2016-02-19Fix ldbl-128ibm nextafterl, nexttowardl sign of zero result (bug 19678).Joseph Myers1-0/+3
2016-02-19malloc: Remove NO_THREADSFlorian Weimer1-19/+0
2016-02-19Fix ldbl-128ibm powl overflow handling (bug 19674).Joseph Myers1-17/+17
2016-02-19Fix ldbl-128ibm remainderl, remquol equality tests (bug 19603).Joseph Myers2-0/+4
2016-02-18Fix ldbl-128ibm fmodl handling of equal arguments with low part zero (bug 196...Joseph Myers3-0/+88
2016-02-18Fix ldbl-128ibm fmodl handling of subnormal results (bug 19595).Joseph Myers1-9/+5
2016-02-18Fix ldbl-128ibm roundl for non-default rounding modes (bug 19594).Joseph Myers1-36/+34
2016-02-18Fix ldbl-128ibm truncl for non-default rounding modes (bug 19593).Joseph Myers1-39/+11
2016-02-18Fix ldbl-128ibm ceill for non-default rounding modes (bug 19592).Joseph Myers1-36/+16
2016-02-18Fix ldbl-128ibm floorl for non-default rounding modes (bug 17899).Joseph Myers2-29/+49
2016-02-18Add _STRING_INLINE_unaligned and string_private.hH.J. Lu10-11/+112
2016-02-17Use PIC relocation in ALIAS_IMPLAndrew Senkevich1-2/+1
2016-02-04powerpc: Regenerate libm-test-ulpsRajalakshmi Srinivasaraghavan1-0/+10
2016-02-01Fix MIPS mmap negative offset handling for consistency (bug 19550).Joseph Myers6-2/+40
2016-01-28Fix MIPS64 memcpy regression.Steve Ellcey1-1/+1
2016-01-27Remove unused variablesAndreas Schwab4-6/+0
2016-01-26Update localplt.data for 32-bit sparc.David S. Miller1-0/+1
2016-01-25Define __sqrtl_finite on sparc 32-bit with correct symbol version.David S. Miller3-2/+9
2016-01-25Adjust sparc 32-bit __sqrtl_finite version tag.David S. Miller1-1/+1
2016-01-25Update Alpha libm-test-ulpsRichard Henderson1-284/+396
2016-01-25Cleanup ppc bits/ipc.hPaul E. Murphy1-24/+0
2016-01-24Fix missing __sqrtl_finite symbol in libm on sparc 32-bit.David S. Miller3-2/+29
2016-01-24Update sparc ULPS.David S. Miller1-208/+228
2016-01-25MIPS: Set the required Linux kernel version to 4.5.0 for 2008 NaNMaciej W. Rozycki2-8/+2
2016-01-22powerpc: Fix macro usage of htm builtinsPaul E. Murphy1-3/+3
2016-01-21Maintainence patch for nios2: update ULPS file and localplt.data changes.Chung-Lin Tang2-20/+29
2016-01-20NaCl: Fix unused variable errors in lowlevellock-futex.h macros.Roland McGrath1-2/+5
2016-01-202016-01-20 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov5-26/+16
2016-01-20Fix __finitel libm compat symbol version.Joseph Myers2-4/+4
2016-01-20Update localplt.data for powerpc-nofpu.Joseph Myers1-2/+2
2016-01-19Fix ulps regeneration for *-finite tests.Joseph Myers4-8/+8
2016-01-19Fixed build with assembler w/o AVX-512 support.Andrew Senkevich1-0/+12
2016-01-19S390: Regenerate ULPsStefan Liebler1-238/+268
2016-01-18Regenerate MIPS libm-test-ulps.Joseph Myers2-4/+8
2016-01-18Regenerate powerpc-nofpu libm-test-ulps.Joseph Myers1-210/+230
2016-01-18Regenerate ARM libm-test-ulps.Joseph Myers1-2/+4
2016-01-18S/390: Do not raise inexact exception in lrint/lround. [BZ #19486]Stefan Liebler8-4/+71
2016-01-16Fixed typos in __memcpy_chk.Andrew Senkevich1-3/+3
2016-01-16sparc: mman.h: fix bad comment insertionMike Frysinger1-1/+1
2016-01-16Added memcpy/memmove family optimized with AVX512 for KNL hardware.Andrew Senkevich11-19/+540
2016-01-15New pthread_barrier algorithm to fulfill barrier destruction requirements.Torvald Riegel8-629/+11