aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2015-10-26x86_64: Regenerate ulps [BZ #19168]Florian Weimer1-6/+6
2015-10-23Add more libm tests (ilogb, is*, j0, j1, jn, lgamma, log*).Joseph Myers1-0/+2
2015-10-23Fix j1, jn missing errno setting on underflow (bug 18611).Joseph Myers9-7/+32
2015-10-22Fix i386 / x86_64 nearbyint exception clearing (bug 15491).Joseph Myers4-48/+38
2015-10-22tile: regenerate libm-test-ulpsChris Metcalf1-20/+24
2015-10-22Cleanup sync_file_range implementationAdhemerval Zanella2-22/+0
2015-10-22Always use INTERNAL_SYSCALL_ERRNO with INTERNAL_SYSCALLAndreas Schwab6-6/+12
2015-10-21Build i386 __libc_do_syscall when PROF is definedH.J. Lu2-11/+10
2015-10-21Fix ldbl-128 j0l spurious underflows (bug 19156).Joseph Myers1-0/+2
2015-10-21tile: avoid preprocessor redefinition warningsChris Metcalf1-0/+3
2015-10-21Disable GCC 5 optimization when PROF is definedH.J. Lu1-7/+13
2015-10-21Apply -fomit-frame-pointer only to .o/.os filesH.J. Lu1-4/+8
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers5-15/+8
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers4-13/+5
2015-10-20Convert 24 more function definitions to prototype style (array parameters).Joseph Myers3-11/+3
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers12-65/+24
2015-10-19PowerPC: Fix a race condition when eliding a lockTulio Magno Quites Machado Filho1-52/+63
2015-10-19Convert 231 sysdeps function definitions to prototype style.Joseph Myers217-678/+233
2015-10-17malloc: Rewrite with explicit TLS access using __threadFlorian Weimer3-27/+0
2015-10-17Assume that SOCK_CLOEXEC is available and worksFlorian Weimer1-1/+0
2015-10-16 Make performance improvement to MIPS memcpy for small copies.Steve Ellcey1-2/+43
2015-10-16Fix i386 build for lll_unlock_elision change.Joseph Myers1-1/+1
2015-10-15Remove NPTL configure errors based on top-level configure tests.Joseph Myers2-18/+0
2015-10-15Remove -fexceptions configure test.Joseph Myers2-9/+0
2015-10-15powerpc: Optimize lock elision for pthread_mutex_tPaul Murphy4-6/+12
2015-10-15nptl: Add adapt_count parameter to lll_unlock_elisionPaul Murphy3-3/+3
2015-10-15Mark _dl_catch_error hiddenH.J. Lu1-0/+12
2015-10-15Mark internal _itoa functions hiddenH.J. Lu1-2/+3
2015-10-15Mark internal _dl_XXX functions hiddenH.J. Lu2-19/+25
2015-10-15Mark _wordcopy_XXX functions hiddenH.J. Lu1-4/+8
2015-10-15Mark x86 _dl_unmap/_dl_make_tlsdesc_dynamic hiddenH.J. Lu4-6/+10
2015-10-15Add comments for GCC 5 requirementH.J. Lu1-0/+4
2015-10-15Remove assembler -mtune=i686 configure test.Joseph Myers3-32/+0
2015-10-15Remove i386/epoll_pwait.SH.J. Lu2-78/+1
2015-10-15Optimize i386 syscall inlining for GCC 5H.J. Lu2-11/+107
2015-10-15i386: Remove syscall assembly codes with 6 argumentsH.J. Lu5-268/+44
2015-10-15Always enable pointer guard [BZ #18928]Florian Weimer1-3/+0
2015-10-14Fix powerpc32 lround, lroundf spurious exceptions (bug 19134).Joseph Myers1-2/+41
2015-10-14[BZ #19129][ARM] Fix _dl_tlsdesc_resolve_hold to save r0Szabolcs Nagy1-9/+18
2015-10-14Avoid PLT when calling __sched_getaffinity_newH.J. Lu1-0/+7
2015-10-14Support PLT and GOT references in local PIC checkH.J. Lu2-15/+15
2015-10-14Use INTERNAL_SYSCALL and INLINE_SYSCALL_ERROR_RETURN_VALUEH.J. Lu9-47/+39
2015-10-13Fix powerpc32 llround, llroundf exceptions (bug 19125).Joseph Myers2-2/+68
2015-10-13Use INLINE_SYSCALL_ERROR_RETURN_VALUEH.J. Lu29-158/+53
2015-10-13Add INLINE_SYSCALL_ERROR_RETURN_VALUEH.J. Lu22-85/+91
2015-10-13Support x86-64 assmebler without AVX512H.J. Lu1-16/+24
2015-10-13Move powerpc llround implementations to powerpc32 directory.Joseph Myers2-0/+0
2015-10-13Fix powerpc32 llrint, llrintf bad exceptions (bug 16422).Joseph Myers4-2/+94
2015-10-09Regenerate MIPS libm-test-ulps.Joseph Myers2-100/+102
2015-10-09Regenerate ARM libm-test-ulps.Joseph Myers1-115/+119