Age | Commit message (Expand) | Author |
2013-02-14 | New __sqr function as a faster special case of __mul | Siddhesh Poyarekar |
2013-02-13 | Remove __ptrvalue, __bounded and __unbounded. | Joseph Myers |
2013-02-13 | Remove unnecessary factorial array | Siddhesh Poyarekar |
2013-02-13 | Better exp polynomial | Siddhesh Poyarekar |
2013-02-13 | Optimized mp multiplication | Siddhesh Poyarekar |
2013-02-13 | Clean up add_magnitudes and sub_magnitudes | Siddhesh Poyarekar |
2013-02-08 | Remove CHECK_N and bp-checks.h. | Joseph Myers |
2013-02-08 | ARM: Support loading unmarked objects from cache. | Carlos O'Donell |
2013-02-08 | Remove CHECK_1 and CHECK_1_NULL_OK. | Joseph Myers |
2013-02-08 | Remove CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH for C code. | Joseph Myers |
2013-02-07 | Remove lots of inline keywords. | Roland McGrath |
2013-02-05 | Move nss directory into sysdeps Subdirs. | Roland McGrath |
2013-02-05 | Add missing includes to sysdeps/generic/malloc-sysdep.h. | Roland McGrath |
2013-02-04 | Add long-double sparc ULPs updates missing in previous commit. | David S. Miller |
2013-02-04 | Update sparc ULPs after Joseph's casin fixes. | David S. Miller |
2013-02-04 | Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr. | Joseph Myers |
2013-02-01 | Remove BOUNDED_N and BOUNDED_1. | Joseph Myers |
2013-02-01 | Remove bp-start.h and INIT_ARGV_and_ENVIRON. | Joseph Myers |
2013-01-31 | Remove CHECK_IOCTL, CHECK_FCNTL and CHECK_N_PAGES. | Joseph Myers |
2013-01-31 | Remove CHECK_SIGSET and CHECK_SIGSET_NULL_OK. | Joseph Myers |
2013-01-31 | Remove bp-semctl.h and CHECK_SEMCTL. | Joseph Myers |
2013-01-31 | Remove bp-thunks code. | Joseph Myers |
2013-01-31 | Fix casinh spurious underflows away from [-i,i] (bug 15062). | Joseph Myers |
2013-01-23 | Add a minor 'cas' atomic optimization on sparc. | David S. Miller |
2013-01-23 | ulimit: remove buggy bsd implementation | Pino Toscano |
2013-01-23 | ulimit: include <limits.h> | Pino Toscano |
2013-01-23 | ulimit: move linux implementation as posix | Pino Toscano |
2013-01-23 | S/390: Fix setjmp/longjmp FPR save/restore | Andreas Krebbel |
2013-01-23 | Make bits/wchar.h correct for all architectures (bug 15036). | Joseph Myers |
2013-01-21 | Use libgcc unwinder for sparc backtraces, if available. | David S. Miller |
2013-01-20 | Remove use of mpa2.h | Andreas Schwab |
2013-01-18 | PowerPC: Rename __kernel_vdso_get_tbfreq to __kernel_get_tbfreq. | Anton Blanchard |
2013-01-18 | Fix application of the exception mask | Siddhesh Poyarekar |
2013-01-18 | Simplify calculation of 2^-m in __mpexp | Siddhesh Poyarekar |
2013-01-18 | Remove unnecessary multiplication with RADIXI | Siddhesh Poyarekar |
2013-01-17 | Update sparc ULPs. | David S. Miller |
2013-01-17 | Fix cacos real-part inaccuracy for result real part near 0 (bug 15023). | Joseph Myers |
2013-01-17 | Add HAVE_MREMAP for mremap usage | Pino Toscano |
2013-01-17 | Fix header comment | Siddhesh Poyarekar |
2013-01-16 | Implement x86 SIZE32/SIZE64 relocations | H.J. Lu |
2013-01-17 | Adapt installed powerpc headers better for soft-float / no-FPRs. | Joseph Myers |
2013-01-16 | Consolidate constant defines into mpa.h | Siddhesh Poyarekar |
2013-01-16 | Fix the value of TWO | Siddhesh Poyarekar |
2013-01-16 | Optimize trunc{,f} on sparc. | David S. Miller |
2013-01-15 | Optimize nearbyint{,f} on sparc. | David S. Miller |
2013-01-15 | Use libc_fe*() in 32-bit nearbyint() | David S. Miller |
2013-01-15 | scsi/sg.h: include stddef.h for size_t | Mike Frysinger |
2013-01-14 | Optimize sparc {ceil,floor}{,f} using vis2 'siam' instruction. | David S. Miller |
2013-01-14 | Optimize fdim/fdimf on sparc. | David S. Miller |
2013-01-14 | Fix up log format, wrap a long line. | Roland McGrath |