Age | Commit message (Expand) | Author | Files | Lines |
2014-02-08 | shm_open: sync with logic in sem_open | Mike Frysinger | 1 | -3/+6 |
2014-02-08 | linux: bits/in.h: sync with latest kernel headers | Mike Frysinger | 1 | -1/+25 |
2014-02-08 | linux_fsinfo.h: sync with current linux/magic.h | Mike Frysinger | 1 | -4/+99 |
2014-02-08 | Fix whitespace in ARM files to allow move. | Joseph Myers | 3 | -8/+6 |
2014-02-08 | Move arm from ports to libc. | Joseph Myers | 266 | -0/+26716 |
2014-02-07 | Avoid comma operator warnings. | Roland McGrath | 1 | -1/+1 |
2014-02-06 | Revert "Patch [1/4] async-signal safe TLS." | Allan McRae | 4 | -62/+0 |
2014-02-06 | Revert "Patch 3/4 of the effort to make TLS access async-signal-safe." | Allan McRae | 1 | -5/+0 |
2014-02-06 | Revert "Patch 2/4 of the effort to make TLS access async-signal-safe." | Allan McRae | 1 | -6/+0 |
2014-02-05 | Fix comment in kernel-features.h. | Carlos O'Donell | 1 | -1/+1 |
2014-02-05 | Fix tst-setgetname for Linux kernels < 2.6.33. | Carlos O'Donell | 1 | -0/+6 |
2014-02-04 | Adjust sparc ULPs. | David S. Miller | 1 | -0/+5 |
2014-02-04 | PowerPC: powerpc64le abilist for 2.17 | Adhemerval Zanella | 13 | -0/+3149 |
2014-02-04 | abilist-pattern configurability | Adhemerval Zanella | 1 | -0/+4 |
2014-02-04 | Update x86_64 ULPs (AMD family 21, model 2) | Eric Wong | 1 | -3/+161 |
2014-02-04 | Update x86_64 ULPs (AMD Family 10h) | Eric Wong | 1 | -2/+611 |
2014-01-29 | Disable x87 inline functions for SSE2 math | H.J. Lu | 1 | -2/+2 |
2014-01-28 | Add -mieee to SH sysdep-CFLAGS for older SH compilers. | Kaz Kojima | 1 | -0/+3 |
2014-01-27 | Regenerate SH libm-test-ulps with proper compiler options. | Kaz Kojima | 1 | -9/+716 |
2014-01-24 | Rebuild sparc ULPs. | David S. Miller | 1 | -1203/+9817 |
2014-01-25 | Move SH libm-test-ulps to sysdeps/sh and regenerate it. | Kaz Kojima | 2 | -1094/+5486 |
2014-01-24 | Restore ucontext ABI for soft-float sh4. | Kaz Kojima | 2 | -99/+1 |
2014-01-23 | Adjust SH specific fpu_control.h and ucontext.h files. | Kaz Kojima | 3 | -103/+31 |
2014-01-22 | S/390: Merge 32 and 64 bit ucontext.h. | Andreas Krebbel | 2 | -98/+6 |
2014-01-20 | Include generic symbol-hacks.h for x32 | H.J. Lu | 1 | -1/+1 |
2014-01-20 | PowerPC: Fix gettimeofday ifunc selection | Adhemerval Zanella | 2 | -4/+10 |
2014-01-16 | s390: implement sotruss support | Mike Frysinger | 1 | -0/+62 |
2014-01-16 | PowerPC: Fix ftime gettimeofday internal call returning bogus data | Adhemerval Zanella | 2 | -4/+36 |
2014-01-15 | PowerPC: sotruss-lib implementation | Adhemerval Zanella | 1 | -0/+69 |
2014-01-15 | Do not enable asynchronous cancellation in system. Fixes bug 14782. | Ondřej Bílka | 1 | -10/+1 |
2014-01-15 | [BZ #16427] Fix ldbl-128 exp overflows. | Andreas Krebbel | 1 | -13/+5 |
2014-01-15 | S/390: Regenerate ULPs. | Andreas Krebbel | 1 | -1139/+9960 |
2014-01-10 | ARM: Disable compat mcount code when unneeded. | Roland McGrath | 1 | -0/+42 |
2014-01-09 | Fix a thinko/typo in i686's memmove (aka __memmove_ia32). | Yuriy Kaminskiy | 1 | -2/+2 |
2014-01-08 | PowerPC: remove wrong truncl implementation for PowerPC64 | Adhemerval Zanella | 2 | -123/+0 |
2014-01-08 | Update powerpc-fpu ULPs. | Adhemerval Zanella | 1 | -6/+91 |
2014-01-08 | Fix ldbl-128ibm expm1l on large arguments (bug 16408). | Joseph Myers | 1 | -0/+2 |
2014-01-07 | Regenerate powerpc-nofpu ulps (again). | Joseph Myers | 1 | -52/+64 |
2014-01-07 | Fix ldbl-128ibm coshl spurious overflows (bug 16407). | Joseph Myers | 1 | -1/+1 |
2014-01-07 | S/390: Remove __tls_get_addr argument cast. | Andreas Krebbel | 1 | -1/+1 |
2014-01-07 | S/390: Get rid of unused variable warning in dl-machine.h | Andreas Krebbel | 1 | -1/+2 |
2014-01-07 | S/390: Make ucontext_t extendible. | Andreas Krebbel | 16 | -17/+290 |
2014-01-07 | S/390: Make jmp_buf extendible. | Andreas Krebbel | 26 | -24/+649 |
2014-01-06 | Fix ldbl-128 / ldbl-128ibm lgammal spurious underflow (bug 16400). | Joseph Myers | 1 | -1/+3 |
2014-01-06 | ptrace.h: add __ prefix to ptrace_peeksiginfo_args | Mike Frysinger | 4 | -4/+4 |
2014-01-05 | Update ULPs for i386 | Andreas Jaeger | 1 | -0/+84 |
2014-01-04 | tst-fanotify: switch to AC_DEFINE | Mike Frysinger | 3 | -2/+4 |
2014-01-03 | Fix soft-float ldbl-128ibm atan2l signs of zero results (bug 16390). | Joseph Myers | 1 | -0/+1 |
2014-01-03 | PowerPC: Fix compiler warnings | Adhemerval Zanella | 4 | -4/+4 |
2014-01-03 | Regenerate powerpc-nofpu ulps. | Joseph Myers | 1 | -963/+7499 |