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