aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2012-04-19Fix computation of inflated errlist sizeAndreas Schwab2-3/+3
2012-04-18Remove all traces of reg_char.David S. Miller1-3/+0
2012-04-18Have memmove call __builtin_memcopy on PowerPC if src and dest don't overlap.Will Schmidt1-0/+119
2012-04-18Further simplify power6 wordcopy by removing switch statements.Will Schmidt2-72/+4
2012-04-18Simplify power6 wordcopy by adding [fwd|bwd]_align_merge macros.Will Schmidt2-272/+79
2012-04-18Forgot to delete the sparc64 memcopy.h which tries to include the sparc32 oneDavid S. Miller1-1/+0
2012-04-18Finish ilogb changesAndreas Jaeger5-13/+6
2012-04-17There is no legitimate reason to override reg_char on sparc32.David S. Miller1-20/+0
2012-04-18Remove useless __ilogb*_finite aliasesAndreas Schwab6-6/+0
2012-04-17Fix ilogb exception and errno (bug 6794)Adhemerval Zanella10-23/+46
2012-04-16Reverse arguments of fdivp in i386 code.Marek Polacek1-2/+2
2012-04-13Check __ILP32__ instead of __LP64__H.J. Lu3-3/+3
2012-04-13Add __ILP32__ check when defining __WORDSIZEH.J. Lu1-1/+1
2012-04-13Fix variable check in sparc clock frequency probing.Antoine Balestrat1-1/+1
2012-04-11Update sparc libm ULPs.David S. Miller1-10/+124
2012-04-11Add __snseconds_t and __SNSECONDS_T_TYPEH.J. Lu4-0/+4
2012-04-10Use __builtin_bswap32/64 in x86_64 <bits/byteswap.h>H.J. Lu1-32/+53
2012-04-11New ld.so argument --inhibit-ldcache to disable ld.so.cache lookupSiddhesh Poyarekar1-1/+4
2012-04-09Fix spurious overflow exceptions from x86/x86_64 powl (bug 13872).Joseph Myers2-24/+38
2012-04-09Fix ctan, ctanh overflow (bug 11521).Joseph Myers2-20/+128
2012-04-09Fix missing clobber in i386 __sincos_code asm.Roland McGrath1-7/+7
2012-04-09Fix missing overflow exceptions from pow (bug 13873).Joseph Myers1-2/+3
2012-04-09Fix x86 pow inaccuracy for large integer exponents (bug 706).Joseph Myers2-4/+64
2012-04-08Use __kernel_standard instead of __kernel_standard_f in exp wrapper (bug 13705).Aurelien Jarno1-2/+2
2012-04-08memset: also update copyright yearsMike Frysinger2-2/+2
2012-04-07memset: fix define usage for shared libsMike Frysinger2-2/+2
2012-04-07Handle some new sparc relocation types.David S. Miller2-0/+18
2012-04-06Add byteswap-16.h for __bswap_16H.J. Lu6-87/+169
2012-04-05Reduce down to one definition of _ELF_DYNAMIC_DO_RELOC.David S. Miller4-13/+0
2012-04-05Fix size parameter comparisions.Michael Matz1-6/+6
2012-04-05Fix return value of SH fesetround.Kaz Kojima1-3/+3
2012-04-05Set SH fpcsr register which read again.Kaz Kojima2-1/+8
2012-04-05Fix SH4 fraiseexcpt so to generate exceptions appropriately.Kaz Kojima1-6/+36
2012-04-05Add support fedisableexcept, feenableexcept, fegetexcept and feupdateenvKaz Kojima4-0/+151
2012-04-05[BZ #12340] Fix return code of the Hurd's ttyname_r.Simon Josefsson1-2/+2
2012-04-05[BZ #13553] Remove pre-ISO C supportThomas Schwinge2-4/+4
2012-04-03Add __bswap_64 definition for non GCC compilers.Andreas Jaeger3-14/+44
2012-04-02Call __ctype_init in early glibc startup.Thomas Schwinge4-5/+20
2012-03-30optimize the following memcpy: sysdeps/i386/i686/multiarch/memcpy-ssse3.SLiubov Dmitrieva1-536/+1449
2012-03-30Comment fixes for mmsghdrUlrich Drepper1-2/+3
2012-03-28Optimize mempcpy on sparc.David S. Miller8-13/+112
2012-03-28Do not elide the libc hidden def of sparc's memset/memcpy when multiarching.David S. Miller2-10/+10
2012-03-28Use generic memset/memcpy in rtld on sparcv9/sparc64.David S. Miller8-0/+8
2012-03-28Fix bugs and improve performance of niagara memset/bzero.David S. Miller1-4/+50
2012-03-28Make sparc's -fPIC addition to ASFLAGS-.os more robust.David S. Miller3-6/+3
2012-03-28Fix pow of negative numbers to integer exponents (bugs 369, 2678, 3866).Joseph Myers5-17/+158
2012-03-28Avoid overflows from long double functions using __kernel_standard.Joseph Myers4-4/+37
2012-03-28Fix whitespaceAndreas Jaeger2-2/+1
2012-03-28Regenerate configure filesAndreas Jaeger5-0/+455
2012-03-28Move sysdeps/s390/s390-64/elf filesAndreas Jaeger9-277/+30