| Commit message (Expand) | Author | Age | Files | Lines |
* | * sysdeps/unix/sysv/linux/fxstat.c: Remove useless cast. | Yury Norov | 2016-10-24 | 7 | -6/+15 |
* | Fix Linux sh4 pread/pwrite argument passing | Adhemerval Zanella | 2016-10-24 | 11 | -100/+35 |
* | Fix -Wformat-length warning in tst-setgetname.c | Steve Ellcey | 2016-10-24 | 2 | -1/+5 |
* | math.h: Wrap C++ bits in extern "C++" | Florian Weimer | 2016-10-22 | 2 | -2/+8 |
* | Use -fno-builtin for sqrt benchmark. | Joseph Myers | 2016-10-21 | 2 | -0/+5 |
* | powerpc: Cleanup fenv_private.h | Paul Murphy | 2016-10-21 | 2 | -103/+95 |
* | math: Define iszero as a function template for C++ [BZ #20715] | Florian Weimer | 2016-10-21 | 4 | -6/+116 |
* | Use VSQRT instruction for ARM sqrt (bug 20660). | Joseph Myers | 2016-10-20 | 3 | -0/+96 |
* | Stop powerpc copysignl raising "invalid" for sNaN argument (bug 20718). | Joseph Myers | 2016-10-19 | 3 | -9/+30 |
* | Add getpayload, getpayloadf, getpayloadl. | Joseph Myers | 2016-10-19 | 42 | -7/+491 |
* | Fix Linux fallocate tests for EOPNOTSUPP | Adhemerval Zanella | 2016-10-18 | 3 | -2/+17 |
* | Bug 20689: Fix FMA and AVX2 detection on Intel | Carlos O'Donell | 2016-10-17 | 2 | -10/+20 |
* | Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1. | Joseph Myers | 2016-10-17 | 23 | -36/+167 |
* | S390: Fix fp comparison not raising FE_INVALID. | Stefan Liebler | 2016-10-17 | 2 | -0/+40 |
* | hppa: Optimize atomic_compare_and_exchange_val_acq | John David Anglin | 2016-10-15 | 2 | -17/+14 |
* | Add totalordermag, totalordermagf, totalordermagl. | Joseph Myers | 2016-10-15 | 47 | -8/+786 |
* | Fix warnings from latest GCC. | steve ellcey-CA Eng-Software | 2016-10-14 | 2 | -4/+9 |
* | Clean up some complex functions raising FE_INVALID. | Joseph Myers | 2016-10-14 | 5 | -29/+16 |
* | Add more totalorder tests. | Joseph Myers | 2016-10-12 | 2 | -0/+32 |
* | Fix posix_fadvise64 build on mips64n64 | Adhemerval Zanella | 2016-10-12 | 2 | -0/+11 |
* | X86: Don't assert on older Intel CPUs [BZ #20647] | H.J. Lu | 2016-10-12 | 2 | -1/+9 |
* | Add totalorder, totalorderf, totalorderl. | Joseph Myers | 2016-10-12 | 50 | -11/+958 |
* | Consolidate Linux sync_file_range implementations | Adhemerval Zanella | 2016-10-11 | 8 | -94/+150 |
* | resolv: Compile without -Wno-write-strings | Florian Weimer | 2016-10-11 | 4 | -84/+89 |
* | Avoid M_NAN + M_NAN in complex functions. | Joseph Myers | 2016-10-11 | 3 | -6/+10 |
* | hurd: Fix unused variable warning | Samuel Thibault | 2016-10-10 | 2 | -0/+7 |
* | powerpc32: make PLT call in _mcount compatible with -msecure-plt (bug 20554) | Alan Modra | 2016-10-09 | 2 | -3/+31 |
* | Make iseqsig handle excess precision. | Joseph Myers | 2016-10-07 | 4 | -3/+107 |
* | Fix iseqsig for ports that do not support FE_INVALID | Adhemerval Zanella | 2016-10-07 | 2 | -0/+3 |
* | Consolidate posix_fadvise implementations | Adhemerval Zanella | 2016-10-07 | 23 | -554/+306 |
* | Consolidate posix_fallocate{64} implementations | Adhemerval Zanella | 2016-10-07 | 14 | -224/+199 |
* | Consolidate fallocate{64} implementations | Adhemerval Zanella | 2016-10-07 | 13 | -102/+191 |
* | resolv: Remove RES_USEBSTRING and its implementation [BZ #20629] | Florian Weimer | 2016-10-07 | 7 | -266/+26 |
* | resolv: Remove RES_NOIP6DOTINT and its implementation | Florian Weimer | 2016-10-07 | 7 | -20/+17 |
* | resolv: Deprecate unimplemented flags | Florian Weimer | 2016-10-07 | 6 | -9/+33 |
* | Use libc_ifunc macro for siglongjmp, longjmp in libpthread. | Stefan Liebler | 2016-10-07 | 3 | -20/+14 |
* | Use libc_ifunc macro for vfork in libpthread. | Stefan Liebler | 2016-10-07 | 2 | -17/+9 |
* | Use libc_ifunc macro for system in libpthread. | Stefan Liebler | 2016-10-07 | 2 | -15/+8 |
* | Use libc_ifunc macro for clock_* symbols in librt. | Stefan Liebler | 2016-10-07 | 2 | -19/+19 |
* | ppc: Use libc_ifunc macro for time, gettimeofday. | Stefan Liebler | 2016-10-07 | 3 | -62/+73 |
* | i386, x86: Use libc_ifunc macro for time, gettimeofday. | Stefan Liebler | 2016-10-07 | 6 | -49/+62 |
* | s390: Refactor ifunc resolvers due to false debuginfo. | Stefan Liebler | 2016-10-07 | 31 | -85/+208 |
* | Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to... | Stefan Liebler | 2016-10-07 | 39 | -238/+513 |
* | Add configure check to test if gcc supports attribute ifunc. | Stefan Liebler | 2016-10-07 | 7 | -0/+113 |
* | Add iseqsig. | Joseph Myers | 2016-10-06 | 40 | -5/+348 |
* | Update comments for some functions in s_sin.c | Siddhesh Poyarekar | 2016-10-06 | 2 | -22/+20 |
* | Adjust calls to do_sincos_1 and do_sincos_2 in s_sincos.c | Siddhesh Poyarekar | 2016-10-06 | 2 | -4/+7 |
* | Make quadrant shift a boolean in reduce_and_compute in s_sin.c | Siddhesh Poyarekar | 2016-10-06 | 2 | -4/+11 |
* | Manual typos: System Databases and Name Service Switch | Siddhesh Poyarekar | 2016-10-06 | 2 | -18/+23 |
* | Manual typos: Contributors to | Rical Jasan | 2016-10-06 | 2 | -3/+5 |