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