aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2015-11-05Fix i386/x86_64 log* (1) zero sign for -ffinite-math-only (bug 19213).Joseph Myers7-7/+49
2015-11-04Remove miscellaneous GCC >= 4.7 version conditionals.Joseph Myers4-47/+25
2015-11-04Add more libm tests (scalb*, signbit, sin, sincos, sinh, sqrt, tan, tanh, tga...Joseph Myers1-4/+5
2015-11-03Fix dbl-64 remainder sign of zero result (bug 19201).Joseph Myers1-0/+2
2015-11-02Make nextafter, nexttoward set errno (bug 6799).Joseph Myers14-0/+44
2015-10-29Fix ldbl-128 log1pl (-qNaN) spurious "invalid" exception (bug 19189).Joseph Myers1-2/+2
2015-10-29Make drem an alias of remainder (bug 16171).Joseph Myers10-21/+11
2015-10-29Remove cpuid.h configure tests.Joseph Myers4-92/+0
2015-10-28Handle more state in i386/x86_64 fesetenv (bug 16068).Joseph Myers5-21/+407
2015-10-28Use C11 *_TRUE_MIN macros where applicable.Joseph Myers4-6/+7
2015-10-28Fix i386/x86_64 fesetenv SSE exception clearing (bug 19181).Joseph Myers4-1/+55
2015-10-28powerpc: Provide __tls_get_addr () in static libcCarlos Eduardo Seo1-0/+32
2015-10-28Remove -mavx2 configure tests.Joseph Myers8-93/+15
2015-10-27Remove configure test for ARM TLS descriptors support.Joseph Myers3-49/+5
2015-10-27Remove MIPS16 atomics using __sync_* (bug 17404).Joseph Myers1-26/+1
2015-10-27Remove GCC version conditionals on -Wmaybe-uninitialized pragmas.Joseph Myers6-24/+0
2015-10-27Remove sysdeps/nptl/configure.ac.Joseph Myers3-117/+0
2015-10-27powerpc: Fix usage of elision transient failure adapt paramPaul Murphy2-12/+9
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