| Commit message (Expand) | Author | Age | Files | Lines |
* | Update alpha localplt.data. | Joseph Myers | 2016-11-08 | 1 | -11/+11 |
* | Update nios2 localplt.data. | Joseph Myers | 2016-11-08 | 1 | -0/+1 |
* | Consolidate lseek/lseek64/llseek implementations | Adhemerval Zanella | 2016-11-08 | 11 | -110/+87 |
* | Define __ASSUME_ST_INO_64_BIT on all platforms. | Steve Ellcey | 2016-11-07 | 6 | -4/+6 |
* | nptl: Document the reason why __kind in pthread_mutex_t is part of the ABI | Florian Weimer | 2016-11-07 | 15 | -14/+16 |
* | Fix sparc build due missing __WORDSIZE_TIME64_COMPAT32 definition | Adhemerval Zanella | 2016-11-04 | 1 | -0/+2 |
* | Fix alpha sqrt fegetenv namespace (bug 20768). | Joseph Myers | 2016-11-04 | 1 | -1/+1 |
* | Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139). | Joseph Myers | 2016-11-04 | 21 | -0/+21 |
* | Make MIPS <sys/user.h> self-contained. | Joseph Myers | 2016-11-04 | 1 | -0/+1 |
* | XFAIL check-execstack for MIPS. | Joseph Myers | 2016-11-04 | 1 | -0/+6 |
* | Add localplt.data for MIPS. | Joseph Myers | 2016-11-04 | 1 | -0/+3 |
* | Define wordsize.h macros everywhere | Steve Ellcey | 2016-11-04 | 19 | -10/+87 |
* | An optimized memchr was missing for AArch64. This version is similar to | Wilco Dijkstra | 2016-11-04 | 1 | -0/+157 |
* | Handle tilegx* machine names. | Joseph Myers | 2016-11-04 | 1 | -1/+1 |
* | hurd: Fix spurious port deallocation | Brent W. Baccala | 2016-10-31 | 1 | -1/+2 |
* | Document a behavior of an elided pthread_rwlock_unlock | Tulio Magno Quites Machado Filho | 2016-10-28 | 1 | -0/+3 |
* | powerpc: Fix TOC stub on powerpc64 clone() | Tulio Magno Quites Machado Filho | 2016-10-28 | 1 | -1/+1 |
* | crypt: Use internal names for the SHA-2 block functions | Florian Weimer | 2016-10-28 | 2 | -14/+18 |
* | Check IFUNC definition in unrelocated shared library [BZ #20019] | H.J. Lu | 2016-10-28 | 2 | -2/+34 |
* | i386: Support CFLAGS which imply -fno-omit-frame-pointer [BZ #20729] | Florian Weimer | 2016-10-28 | 1 | -12/+35 |
* | Fix a sparc header conformtest failure. | David S. Miller | 2016-10-27 | 1 | -0/+2 |
* | Add canonicalize, canonicalizef, canonicalizel. | Joseph Myers | 2016-10-26 | 40 | -9/+203 |
* | Add getpayloadl to libnldbl. | Joseph Myers | 2016-10-26 | 2 | -1/+28 |
* | Add strfromd, strfromf, and strfroml functions | Gabriel F. T. Gomes | 2016-10-25 | 31 | -0/+96 |
* | Fix cmpli usage in power6 memset. | Joseph Myers | 2016-10-25 | 2 | -2/+2 |
* | * sysdeps/unix/sysv/linux/fxstat.c: Remove useless cast. | Yury Norov | 2016-10-24 | 6 | -6/+6 |
* | Fix Linux sh4 pread/pwrite argument passing | Adhemerval Zanella | 2016-10-24 | 10 | -100/+19 |
* | Fix -Wformat-length warning in tst-setgetname.c | Steve Ellcey | 2016-10-24 | 1 | -1/+1 |
* | powerpc: Cleanup fenv_private.h | Paul Murphy | 2016-10-21 | 1 | -103/+53 |
* | Use VSQRT instruction for ARM sqrt (bug 20660). | Joseph Myers | 2016-10-20 | 2 | -0/+90 |
* | Stop powerpc copysignl raising "invalid" for sNaN argument (bug 20718). | Joseph Myers | 2016-10-19 | 2 | -9/+24 |
* | Add getpayload, getpayloadf, getpayloadl. | Joseph Myers | 2016-10-19 | 33 | -0/+307 |
* | Fix Linux fallocate tests for EOPNOTSUPP | Adhemerval Zanella | 2016-10-18 | 2 | -2/+10 |
* | Bug 20689: Fix FMA and AVX2 detection on Intel | Carlos O'Donell | 2016-10-17 | 1 | -10/+14 |
* | Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1. | Joseph Myers | 2016-10-17 | 22 | -36/+104 |
* | S390: Fix fp comparison not raising FE_INVALID. | Stefan Liebler | 2016-10-17 | 1 | -0/+36 |
* | hppa: Optimize atomic_compare_and_exchange_val_acq | John David Anglin | 2016-10-15 | 1 | -17/+5 |
* | Add totalordermag, totalordermagf, totalordermagl. | Joseph Myers | 2016-10-15 | 37 | -3/+428 |
* | Fix warnings from latest GCC. | steve ellcey-CA Eng-Software | 2016-10-14 | 1 | -4/+4 |
* | Fix posix_fadvise64 build on mips64n64 | Adhemerval Zanella | 2016-10-12 | 1 | -0/+5 |
* | X86: Don't assert on older Intel CPUs [BZ #20647] | H.J. Lu | 2016-10-12 | 1 | -1/+3 |
* | Add totalorder, totalorderf, totalorderl. | Joseph Myers | 2016-10-12 | 39 | -3/+564 |
* | Consolidate Linux sync_file_range implementations | Adhemerval Zanella | 2016-10-11 | 7 | -94/+140 |
* | powerpc32: make PLT call in _mcount compatible with -msecure-plt (bug 20554) | Alan Modra | 2016-10-09 | 1 | -3/+24 |
* | Consolidate posix_fadvise implementations | Adhemerval Zanella | 2016-10-07 | 19 | -572/+113 |
* | Consolidate posix_fallocate{64} implementations | Adhemerval Zanella | 2016-10-07 | 9 | -135/+11 |
* | Consolidate fallocate{64} implementations | Adhemerval Zanella | 2016-10-07 | 11 | -102/+150 |
* | Use libc_ifunc macro for siglongjmp, longjmp in libpthread. | Stefan Liebler | 2016-10-07 | 1 | -2/+2 |
* | ppc: Use libc_ifunc macro for time, gettimeofday. | Stefan Liebler | 2016-10-07 | 2 | -62/+65 |
* | i386, x86: Use libc_ifunc macro for time, gettimeofday. | Stefan Liebler | 2016-10-07 | 4 | -34/+48 |