| Commit message (Expand) | Author | Age | Files | Lines |
* | Update sparc ULPs. | David S. Miller | 2013-10-10 | 1 | -0/+125 |
* | Extend powerpc-nofpu -fno-builtin-fabsl workaround to more files. | Joseph Myers | 2013-10-10 | 1 | -0/+6 |
* | Avoid ordered comparisons of NaNs in ldbl-128ibm acosl and asinl. | Joseph Myers | 2013-10-10 | 2 | -0/+4 |
* | soft-fp: fix negation NaN handling (bug 16034). | Joseph Myers | 2013-10-10 | 1 | -5/+2 |
* | Use p2align instead ALIGN | Ondřej Bílka | 2013-10-08 | 9 | -323/+288 |
* | Format e_pow.c | Siddhesh Poyarekar | 2013-10-08 | 1 | -260/+313 |
* | Format e_exp.c | Siddhesh Poyarekar | 2013-10-08 | 1 | -164/+242 |
* | Consolidate multiple precision sin/cos functions | Siddhesh Poyarekar | 2013-10-08 | 3 | -129/+113 |
* | Add fork hooks for pthread_atfork | Samuel Thibault | 2013-10-04 | 1 | -0/+15 |
* | Move powerpc ports pieces to libc. | Joseph Myers | 2013-10-04 | 61 | -0/+13287 |
* | e500 port: adjust sysdeps/unix/sysv/linux/configure.in case. | Joseph Myers | 2013-10-04 | 2 | -2/+2 |
* | e500 port: fix fpu_control.h constant values. | Joseph Myers | 2013-10-04 | 1 | -10/+8 |
* | e500 port: getcontext / setcontext / swapcontext. | Joseph Myers | 2013-10-04 | 3 | -0/+17 |
* | Use stdint.h types in union unaligned. | Alan Modra | 2013-10-04 | 2 | -6/+6 |
* | Correct little-endian relocation of UADDR64,32,16. | Alan Modra | 2013-10-04 | 2 | -24/+18 |
* | PowerPC LE memchr and memrchr | Alan Modra | 2013-10-04 | 6 | -382/+404 |
* | PowerPC LE memset | Alan Modra | 2013-10-04 | 7 | -34/+34 |
* | PowerPC LE memcpy | Alan Modra | 2013-10-04 | 9 | -410/+928 |
* | PowerPC LE memcmp | Alan Modra | 2013-10-04 | 4 | -1893/+3451 |
* | PowerPC LE strchr | Alan Modra | 2013-10-04 | 6 | -74/+212 |
* | PowerPC LE strcpy | Alan Modra | 2013-10-04 | 4 | -3/+78 |
* | PowerPC LE strcmp and strncmp | Alan Modra | 2013-10-04 | 8 | -81/+380 |
* | PowerPC LE strnlen | Alan Modra | 2013-10-04 | 2 | -102/+115 |
* | PowerPC LE strlen | Alan Modra | 2013-10-04 | 4 | -47/+131 |
* | PowerPC SIGSTKSZ | Alan Modra | 2013-10-04 | 1 | -0/+54 |
* | PowerPC makecontext | Alan Modra | 2013-10-04 | 2 | -4/+10 |
* | PowerPC LE _dl_hwcap access | Alan Modra | 2013-10-04 | 3 | -16/+16 |
* | PowerPC ugly symbol versioning | Alan Modra | 2013-10-04 | 9 | -29/+23 |
* | PowerPC LE setjmp/longjmp | Anton Blanchard | 2013-10-04 | 5 | -85/+78 |
* | PowerPC floating point little-endian [15 of 15] | Alan Modra | 2013-10-04 | 1 | -12/+9 |
* | PowerPC floating point little-endian [14 of 15] | Anton Blanchard | 2013-10-04 | 6 | -7/+19 |
* | PowerPC floating point little-endian [13 of 15] | Alan Modra | 2013-10-04 | 2 | -13/+10 |
* | PowerPC floating point little-endian [12 of 15] | Alan Modra | 2013-10-04 | 19 | -38/+48 |
* | PowerPC floating point little-endian [11 of 15] | Alan Modra | 2013-10-04 | 2 | -57/+62 |
* | PowerPC floating point little-endian [10 of 15] | Alan Modra | 2013-10-04 | 2 | -34/+32 |
* | PowerPC floating point little-endian [9 of 15] | Alan Modra | 2013-10-04 | 1 | -25/+29 |
* | PowerPC floating point little-endian [8 of 15] | Anton Blanchard | 2013-10-04 | 14 | -40/+39 |
* | PowerPC floating point little-endian [7 of 15] | Anton Blanchard | 2013-10-04 | 1 | -12/+14 |
* | PowerPC floating point little-endian [6 of 15] | Alan Modra | 2013-10-04 | 1 | -28/+23 |
* | PowerPC floating point little-endian [5 of 15] | Alan Modra | 2013-10-04 | 2 | -56/+0 |
* | PowerPC floating point little-endian [4 of 15] | Alan Modra | 2013-10-04 | 4 | -134/+152 |
* | PowerPC floating point little-endian [3 of 15] | Alan Modra | 2013-10-04 | 22 | -240/+287 |
* | PowerPC floating point little-endian [2 of 15] | Alan Modra | 2013-10-04 | 26 | -89/+142 |
* | PowerPC floating point little-endian [1 of 15] | Alan Modra | 2013-10-04 | 4 | -15/+20 |
* | Fix for [BZ #15680] IBM long double inaccuracy | Alan Modra | 2013-10-04 | 5 | -106/+156 |
* | IBM long double mechanical changes to support little-endian | Alan Modra | 2013-10-04 | 10 | -184/+145 |
* | Properly cache the result from looking up the nss database config | Andreas Schwab | 2013-09-30 | 1 | -8/+6 |
* | tst-fanotify: fix style | Mike Frysinger | 2013-09-28 | 1 | -8/+9 |
* | don't use Bash-specific ${parameter/pattern/string} expansion | Patrick 'P. J.' McDermott | 2013-09-28 | 2 | -3/+5 |
* | Add SH implementation of stackguard-macros.h. | Kaz Kojima | 2013-09-27 | 1 | -0/+6 |