Age | Commit message (Expand) | Author | Files | Lines |
2013-02-01 | Remove BOUNDED_N and BOUNDED_1. | Joseph Myers | 5 | -21/+3 |
2013-02-01 | Remove bp-start.h and INIT_ARGV_and_ENVIRON. | Joseph Myers | 2 | -72/+0 |
2013-01-31 | Remove CHECK_IOCTL, CHECK_FCNTL and CHECK_N_PAGES. | Joseph Myers | 1 | -27/+0 |
2013-01-31 | Remove CHECK_SIGSET and CHECK_SIGSET_NULL_OK. | Joseph Myers | 11 | -30/+11 |
2013-01-31 | Remove bp-semctl.h and CHECK_SEMCTL. | Joseph Myers | 5 | -88/+10 |
2013-01-31 | Remove bp-thunks code. | Joseph Myers | 5 | -202/+0 |
2013-01-31 | Fix casinh spurious underflows away from [-i,i] (bug 15062). | Joseph Myers | 2 | -0/+366 |
2013-01-23 | Add a minor 'cas' atomic optimization on sparc. | David S. Miller | 2 | -12/+30 |
2013-01-23 | ulimit: remove buggy bsd implementation | Pino Toscano | 1 | -91/+0 |
2013-01-23 | ulimit: include <limits.h> | Pino Toscano | 1 | -0/+1 |
2013-01-23 | ulimit: move linux implementation as posix | Pino Toscano | 1 | -0/+0 |
2013-01-23 | S/390: Fix setjmp/longjmp FPR save/restore | Andreas Krebbel | 3 | -9/+17 |
2013-01-23 | Make bits/wchar.h correct for all architectures (bug 15036). | Joseph Myers | 1 | -32/+0 |
2013-01-21 | Use libgcc unwinder for sparc backtraces, if available. | David S. Miller | 6 | -57/+188 |
2013-01-20 | Remove use of mpa2.h | Andreas Schwab | 2 | -2/+0 |
2013-01-18 | PowerPC: Rename __kernel_vdso_get_tbfreq to __kernel_get_tbfreq. | Anton Blanchard | 4 | -29/+33 |
2013-01-18 | Fix application of the exception mask | Siddhesh Poyarekar | 1 | -1/+1 |
2013-01-18 | Simplify calculation of 2^-m in __mpexp | Siddhesh Poyarekar | 2 | -29/+34 |
2013-01-18 | Remove unnecessary multiplication with RADIXI | Siddhesh Poyarekar | 1 | -3/+3 |
2013-01-17 | Update sparc ULPs. | David S. Miller | 1 | -0/+74 |
2013-01-17 | Fix cacos real-part inaccuracy for result real part near 0 (bug 15023). | Joseph Myers | 2 | -0/+21 |
2013-01-17 | Add HAVE_MREMAP for mremap usage | Pino Toscano | 1 | -0/+2 |
2013-01-17 | Fix header comment | Siddhesh Poyarekar | 1 | -2/+0 |
2013-01-16 | Implement x86 SIZE32/SIZE64 relocations | H.J. Lu | 2 | -0/+29 |
2013-01-17 | Adapt installed powerpc headers better for soft-float / no-FPRs. | Joseph Myers | 4 | -21/+37 |
2013-01-16 | Consolidate constant defines into mpa.h | Siddhesh Poyarekar | 13 | -120/+26 |
2013-01-16 | Fix the value of TWO | Siddhesh Poyarekar | 1 | -1/+1 |
2013-01-16 | Optimize trunc{,f} on sparc. | David S. Miller | 14 | -2/+503 |
2013-01-15 | Optimize nearbyint{,f} on sparc. | David S. Miller | 14 | -2/+566 |
2013-01-15 | Use libc_fe*() in 32-bit nearbyint() | David S. Miller | 1 | -4/+4 |
2013-01-15 | scsi/sg.h: include stddef.h for size_t | Mike Frysinger | 1 | -0/+2 |
2013-01-14 | Optimize sparc {ceil,floor}{,f} using vis2 'siam' instruction. | David S. Miller | 27 | -223/+629 |
2013-01-14 | Optimize fdim/fdimf on sparc. | David S. Miller | 11 | -1/+312 |
2013-01-14 | Fix up log format, wrap a long line. | Roland McGrath | 1 | -1/+2 |
2013-01-14 | Minor tweak to mp multiplication | Siddhesh Poyarekar | 1 | -13/+15 |
2013-01-14 | Fix code formatting in mpa.c | Siddhesh Poyarekar | 3 | -766/+1531 |
2013-01-14 | Remove unnecessary local variable mptwo | Siddhesh Poyarekar | 2 | -8/+0 |
2013-01-11 | Add 64-bit VIS3 optimized GMP routines for sparc. | David S. Miller | 11 | -0/+673 |
2013-01-11 | Redo sparc 32-bit V9 GMP optimizations with fixed copyrights. | David S. Miller | 3 | -3/+233 |
2013-01-11 | Adjust sparc for Roland's multiarch sysdep directory changes. | David S. Miller | 1 | -0/+0 |
2013-01-11 | Remove __GLIBC_HAVE_LONG_LONG. | Joseph Myers | 3 | -12/+7 |
2013-01-11 | Add MSG_FASTOPEN | Andreas Jaeger | 1 | -0/+2 |
2013-01-10 | Undo receive sparc 32-bit V9 gmp routine commit. | David S. Miller | 3 | -207/+3 |
2013-01-10 | Optimize sparc 32-bit V9 GMP multiply routines. | David S. Miller | 3 | -3/+207 |
2013-01-10 | Update sparc ULPs for new casin{,h} tests. | David S. Miller | 1 | -0/+114 |
2013-01-10 | Use __extension__ with long long in installed headers. | Joseph Myers | 7 | -7/+13 |
2013-01-10 | Correct _XXX_ILP32_OFFBIG for x32 | H.J. Lu | 1 | -8/+17 |
2013-01-10 | Revert "Use ieee754/dbl-64/wordsize-64 on powerpc64" | Andreas Schwab | 19 | -119/+0 |
2013-01-10 | Revert "sysdeps/ieee754/ldbl-128ibm/e_expl.c" | Andreas Schwab | 2 | -64/+16 |
2013-01-10 | Fix formatting in mpexp.c | Siddhesh Poyarekar | 1 | -54/+95 |