summaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2016-10-21powerpc: Cleanup fenv_private.hPaul Murphy
2016-10-20Use VSQRT instruction for ARM sqrt (bug 20660).Joseph Myers
2016-10-19Stop powerpc copysignl raising "invalid" for sNaN argument (bug 20718).Joseph Myers
2016-10-19Add getpayload, getpayloadf, getpayloadl.Joseph Myers
2016-10-18Fix Linux fallocate tests for EOPNOTSUPPAdhemerval Zanella
2016-10-17Bug 20689: Fix FMA and AVX2 detection on IntelCarlos O'Donell
2016-10-17Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1.Joseph Myers
2016-10-17S390: Fix fp comparison not raising FE_INVALID.Stefan Liebler
2016-10-15hppa: Optimize atomic_compare_and_exchange_val_acqJohn David Anglin
2016-10-15Add totalordermag, totalordermagf, totalordermagl.Joseph Myers
2016-10-14Fix warnings from latest GCC.steve ellcey-CA Eng-Software
2016-10-12Fix posix_fadvise64 build on mips64n64Adhemerval Zanella
2016-10-12X86: Don't assert on older Intel CPUs [BZ #20647]H.J. Lu
2016-10-12Add totalorder, totalorderf, totalorderl.Joseph Myers
2016-10-11Consolidate Linux sync_file_range implementationsAdhemerval Zanella
2016-10-09powerpc32: make PLT call in _mcount compatible with -msecure-plt (bug 20554)Alan Modra
2016-10-07Consolidate posix_fadvise implementationsAdhemerval Zanella
2016-10-07Consolidate posix_fallocate{64} implementationsAdhemerval Zanella
2016-10-07Consolidate fallocate{64} implementationsAdhemerval Zanella
2016-10-07Use libc_ifunc macro for siglongjmp, longjmp in libpthread.Stefan Liebler
2016-10-07ppc: Use libc_ifunc macro for time, gettimeofday.Stefan Liebler
2016-10-07i386, x86: Use libc_ifunc macro for time, gettimeofday.Stefan Liebler
2016-10-07s390: Refactor ifunc resolvers due to false debuginfo.Stefan Liebler
2016-10-07Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to...Stefan Liebler
2016-10-06Add iseqsig.Joseph Myers
2016-10-06Update comments for some functions in s_sin.cSiddhesh Poyarekar
2016-10-06Adjust calls to do_sincos_1 and do_sincos_2 in s_sincos.cSiddhesh Poyarekar
2016-10-06Make quadrant shift a boolean in reduce_and_compute in s_sin.cSiddhesh Poyarekar
2016-10-06Check n instead of k1 to decide on sign of sin/cos resultSiddhesh Poyarekar
2016-10-06Make the quadrant shift K a bool in do_sincos_* functionsSiddhesh Poyarekar
2016-10-05powerpc: Regenerate ULPsTulio Magno Quites Machado Filho
2016-10-04powerpc: Installed-header hygieneTulio Magno Quites Machado Filho
2016-10-04S390: Regenerate ULPsStefan Liebler
2016-10-03Add TCP_REPAIR_WINDOW from Linux 4.8.Joseph Myers
2016-09-30Use __builtin_fma more in dbl-64 code.Joseph Myers
2016-09-30Fix ldbl-128ibm iscanonical for -mlong-double-64.Joseph Myers
2016-09-30Add iscanonical.Joseph Myers
2016-09-30Use copysign instead of ternary for some sin/cos input rangesSiddhesh Poyarekar
2016-09-30Use copysign instead of ternary conditions for positive constantsSiddhesh Poyarekar
2016-09-30consolidate sign checks for slow2Siddhesh Poyarekar
2016-09-28posix: Fix open file action for posix_spawn on LinuxAdhemerval Zanella
2016-09-28linux: spawni.c: simplify error reporting to parentRasmus Villemoes
2016-09-28Minor correction to the "installed header hygiene" patches.Zack Weinberg
2016-09-26Add INTERNAL_SYSCALL_CALLAdhemerval Zanella
2016-09-23Installed header hygiene (BZ#20366): Test of installed headers.Zack Weinberg
2016-09-23Installed-header hygiene (BZ#20366): stack_t.Zack Weinberg
2016-09-23Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg
2016-09-23Installed-header hygiene (BZ#20366): conditionally defined structures.Zack Weinberg
2016-09-23Installed-header hygiene (BZ#20366): obsolete BSD u_* types.Zack Weinberg
2016-09-23Installed-header hygiene (BZ#20366): Simple self-contained fixes.Zack Weinberg