aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2016-07-11[AArch64] Fix libc internal asm profiling codeSzabolcs Nagy2-2/+35
2016-07-08Fix LO_HI_LONG definitionAdhemerval Zanella1-7/+3
2016-07-08Remove __ASSUME_OFF_DIFF_OFF64 definitionAdhemerval Zanella9-9/+8
2016-07-08tile: only define __ASSUME_ALIGNED_REGISTER_PAIRS for 32-bitChris Metcalf1-1/+3
2016-07-08ppc: Fix modf (sNaN) for pre-POWER5+ CPU (bug 20240).Aurelien Jarno2-0/+10
2016-07-06S390: Use DT_JUMPREL in prelink undo code.Stefan Liebler3-10/+6
2016-07-06hppa: Update libm-test-ulps.John David Anglin1-262/+436
2016-07-05powerpc: Fix return code of strcasecmp for unaligned inputsRajalakshmi Srinivasaraghavan1-3/+14
2016-07-04m68k: suppress -Wframe-address warningAndreas Schwab1-0/+4
2016-07-01Treat STV_HIDDEN and STV_INTERNAL symbols as STB_LOCALMaciej W. Rozycki1-0/+13
2016-07-01SPARC: fix nearbyint on sNaN inputAurelien Jarno8-0/+8
2016-07-01Require binutils 2.24 to build x86-64 glibc [BZ #20139]H.J. Lu28-103/+136
2016-07-01Fixed wrong vector sincos/sincosf ABI to have it compatible withAndrew Senkevich32-39/+2548
2016-07-01SPARC64: update localplt.dataAurelien Jarno1-0/+1
2016-06-30powerpc: Add a POWER8-optimized version of sinf()Anton Blanchard5-1/+604
2016-06-30powerpc: Add a POWER8-optimized version of expf()Tulio Magno Quites Machado Filho6-1/+388
2016-06-30hppa: fix loading of global pointer in _start [BZ #20277]John David Anglin1-0/+2
2016-06-30Check Prefer_ERMS in memmove/memcpy/mempcpy/memsetH.J. Lu6-1/+20
2016-06-30i686/multiarch: Regenerate ulpsAurelien Jarno1-8/+8
2016-06-29Avoid array-bounds warning for strncat on i586 (bug 20260)Andreas Schwab1-2/+1
2016-06-27MIPS: run tst-mode-switch-{1,2,3}.c using test-skeleton.cAurelien Jarno3-6/+15
2016-06-27Avoid "inexact" exceptions in i386/x86_64 trunc functions (bug 15479).Joseph Myers4-23/+29
2016-06-27Avoid "inexact" exceptions in i386/x86_64 floor functions (bug 15479).Joseph Myers4-23/+33
2016-06-27Avoid "inexact" exceptions in i386/x86_64 ceil functions (bug 15479).Joseph Myers4-23/+33
2016-06-27MIPS, SPARC: more fixes to the vfork aliases in libpthread.soAurelien Jarno3-14/+14
2016-06-24Remove atomic_compare_and_exchange_bool_rel.Torvald Riegel9-89/+0
2016-06-23Fix i386/x86_64 scalbl with sNaN input (bug 20296).Joseph Myers2-23/+6
2016-06-22Simplify x86 nearbyint functions.Joseph Myers4-16/+0
2016-06-22Move sysdeps/generic/bits/hwcap.h to top-level bits/Zack Weinberg1-23/+0
2016-06-22This patch further tunes memcpy - avoid one branch for sizes 1-3,Wilco Dijkstra1-24/+32
2016-06-21Fix p{readv,writev}{64} consolidation implementationAdhemerval Zanella5-13/+18
2016-06-20Added tests to ensure linkage through libmvec *_finite aliases which areAndrew Senkevich26-0/+307
2016-06-20Add a simple rawmemchr implementation. Use strlen for rawmemchr(s, '\0') as itWilco Dijkstra2-2/+45
2016-06-20This is an optimized memcpy/memmove for AArch64. Copies are split into 3 mainWilco Dijkstra2-452/+209
2016-06-20elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h>Florian Weimer34-242/+54
2016-06-19Expand comments in Linux times() implementation.Carlos O'Donell1-10/+17
2016-06-18MIPS, SPARC: fix wrong vfork aliases in libpthread.soAurelien Jarno3-0/+6
2016-06-16Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan35-1/+569
2016-06-14Fix i386 fdim double rounding (bug 20255).Joseph Myers1-0/+50
2016-06-14Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256).Joseph Myers11-391/+0
2016-06-14powerpc: strcasecmp/strncasecmp optmization for power8raji11-49/+598
2016-06-13Fix dbl-64 atan2 (sNaN, qNaN) (bug 20252).Joseph Myers1-1/+1
2016-06-13Fix frexp (NaN) (bug 20250).Joseph Myers7-6/+16
2016-06-13Remove __ASSUME_FUTEX_LOCK_PIAdhemerval Zanella5-8/+0
2016-06-10Revert {send,sendm,recv,recvm}msg conformance changesAdhemerval Zanella59-575/+70
2016-06-09Fix i386/x86_64 log2l (sNaN) (bug 20235).Joseph Myers2-0/+2
2016-06-09Fix ldbl-128ibm log1pl (sNaN) (bug 20234).Joseph Myers1-1/+1
2016-06-09Fix ldbl-128ibm expm1l (sNaN) (bug 20233).Joseph Myers1-2/+2
2016-06-09Fix ldbl-128 expm1l (sNaN) (bug 20232).Joseph Myers1-2/+2
2016-06-09Always indirect branch to __libc_start_main via GOTH.J. Lu1-9/+8