Age | Commit message (Expand) | Author | Files | Lines |
2012-04-10 | Use __builtin_bswap32/64 in x86_64 <bits/byteswap.h> | H.J. Lu | 1 | -32/+53 |
2012-04-11 | New ld.so argument --inhibit-ldcache to disable ld.so.cache lookup | Siddhesh Poyarekar | 1 | -1/+4 |
2012-04-09 | Fix spurious overflow exceptions from x86/x86_64 powl (bug 13872). | Joseph Myers | 2 | -24/+38 |
2012-04-09 | Fix ctan, ctanh overflow (bug 11521). | Joseph Myers | 2 | -20/+128 |
2012-04-09 | Fix missing clobber in i386 __sincos_code asm. | Roland McGrath | 1 | -7/+7 |
2012-04-09 | Fix missing overflow exceptions from pow (bug 13873). | Joseph Myers | 1 | -2/+3 |
2012-04-09 | Fix x86 pow inaccuracy for large integer exponents (bug 706). | Joseph Myers | 2 | -4/+64 |
2012-04-08 | Use __kernel_standard instead of __kernel_standard_f in exp wrapper (bug 13705). | Aurelien Jarno | 1 | -2/+2 |
2012-04-08 | memset: also update copyright years | Mike Frysinger | 2 | -2/+2 |
2012-04-07 | memset: fix define usage for shared libs | Mike Frysinger | 2 | -2/+2 |
2012-04-07 | Handle some new sparc relocation types. | David S. Miller | 2 | -0/+18 |
2012-04-06 | Add byteswap-16.h for __bswap_16 | H.J. Lu | 6 | -87/+169 |
2012-04-05 | Reduce down to one definition of _ELF_DYNAMIC_DO_RELOC. | David S. Miller | 4 | -13/+0 |
2012-04-05 | Fix size parameter comparisions. | Michael Matz | 1 | -6/+6 |
2012-04-05 | Fix return value of SH fesetround. | Kaz Kojima | 1 | -3/+3 |
2012-04-05 | Set SH fpcsr register which read again. | Kaz Kojima | 2 | -1/+8 |
2012-04-05 | Fix SH4 fraiseexcpt so to generate exceptions appropriately. | Kaz Kojima | 1 | -6/+36 |
2012-04-05 | Add support fedisableexcept, feenableexcept, fegetexcept and feupdateenv | Kaz Kojima | 4 | -0/+151 |
2012-04-05 | [BZ #12340] Fix return code of the Hurd's ttyname_r. | Simon Josefsson | 1 | -2/+2 |
2012-04-05 | [BZ #13553] Remove pre-ISO C support | Thomas Schwinge | 2 | -4/+4 |
2012-04-03 | Add __bswap_64 definition for non GCC compilers. | Andreas Jaeger | 3 | -14/+44 |
2012-04-02 | Call __ctype_init in early glibc startup. | Thomas Schwinge | 4 | -5/+20 |
2012-03-30 | optimize the following memcpy: sysdeps/i386/i686/multiarch/memcpy-ssse3.S | Liubov Dmitrieva | 1 | -536/+1449 |
2012-03-30 | Comment fixes for mmsghdr | Ulrich Drepper | 1 | -2/+3 |
2012-03-28 | Optimize mempcpy on sparc. | David S. Miller | 8 | -13/+112 |
2012-03-28 | Do not elide the libc hidden def of sparc's memset/memcpy when multiarching. | David S. Miller | 2 | -10/+10 |
2012-03-28 | Use generic memset/memcpy in rtld on sparcv9/sparc64. | David S. Miller | 8 | -0/+8 |
2012-03-28 | Fix bugs and improve performance of niagara memset/bzero. | David S. Miller | 1 | -4/+50 |
2012-03-28 | Make sparc's -fPIC addition to ASFLAGS-.os more robust. | David S. Miller | 3 | -6/+3 |
2012-03-28 | Fix pow of negative numbers to integer exponents (bugs 369, 2678, 3866). | Joseph Myers | 5 | -17/+158 |
2012-03-28 | Avoid overflows from long double functions using __kernel_standard. | Joseph Myers | 4 | -4/+37 |
2012-03-28 | Fix whitespace | Andreas Jaeger | 2 | -2/+1 |
2012-03-28 | Regenerate configure files | Andreas Jaeger | 5 | -0/+455 |
2012-03-28 | Move sysdeps/s390/s390-64/elf files | Andreas Jaeger | 9 | -277/+30 |
2012-03-28 | Move sysdeps/s390/s390-32/elf files | Andreas Jaeger | 9 | -310/+29 |
2012-03-28 | Fix sparc64/elf merge | David S. Miller | 1 | -3/+3 |
2012-03-28 | Move sysdeps/sparc/{,sparc32,sparc64}/elf files | Andreas Jaeger | 9 | -261/+80 |
2012-03-28 | Move sysdeps/powerpc/elf files | Andreas Jaeger | 2 | -0/+0 |
2012-03-28 | Move sysdeps/powerpc/powerpc32/elf files | Andreas Jaeger | 5 | -165/+34 |
2012-03-28 | Move sysdeps/powerpc/powerpc64/elf files | Andreas Jaeger | 8 | -214/+63 |
2012-03-28 | Delete sysdeps/sh/elf | Andreas Jaeger | 3 | -3/+2 |
2012-03-28 | Fix last commit | Andreas Jaeger | 2 | -30/+24 |
2012-03-27 | Define MAP_STACK and MAP_HUGETLB on powerpc, s390, sh and sparc. | Anton Blanchard | 4 | -7/+12 |
2012-03-27 | Regenerate | Andreas Jaeger | 1 | -1/+0 |
2012-03-27 | Merge branch 'elf-move' | Andreas Jaeger | 18 | -862/+572 |
2012-03-26 | Update powerpc libm test ULPs | Andreas Schwab | 1 | -2/+24 |
2012-03-26 | Fix undue underflow in ldbl-128ibm version of expl | Andreas Schwab | 1 | -2/+2 |
2012-03-23 | Update sparc ULPs for recently added tests and bug fixes. | David S. Miller | 1 | -67/+59 |
2012-03-23 | Make sure x86_64 GOT entry slot is always 8 bytes | H.J. Lu | 1 | -4/+14 |
2012-03-22 | Fix cexp overflow (bug 13892). | Joseph Myers | 2 | -2/+69 |