aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2013-01-23Add a minor 'cas' atomic optimization on sparc.David S. Miller2-12/+30
2013-01-23ulimit: remove buggy bsd implementationPino Toscano1-91/+0
2013-01-23ulimit: include <limits.h>Pino Toscano1-0/+1
2013-01-23ulimit: move linux implementation as posixPino Toscano1-0/+0
2013-01-23S/390: Fix setjmp/longjmp FPR save/restoreAndreas Krebbel3-9/+17
2013-01-23Make bits/wchar.h correct for all architectures (bug 15036).Joseph Myers1-32/+0
2013-01-21Use libgcc unwinder for sparc backtraces, if available.David S. Miller6-57/+188
2013-01-20Remove use of mpa2.hAndreas Schwab2-2/+0
2013-01-18PowerPC: Rename __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.Anton Blanchard4-29/+33
2013-01-18Fix application of the exception maskSiddhesh Poyarekar1-1/+1
2013-01-18Simplify calculation of 2^-m in __mpexpSiddhesh Poyarekar2-29/+34
2013-01-18Remove unnecessary multiplication with RADIXISiddhesh Poyarekar1-3/+3
2013-01-17Update sparc ULPs.David S. Miller1-0/+74
2013-01-17Fix cacos real-part inaccuracy for result real part near 0 (bug 15023).Joseph Myers2-0/+21
2013-01-17Add HAVE_MREMAP for mremap usagePino Toscano1-0/+2
2013-01-17Fix header commentSiddhesh Poyarekar1-2/+0
2013-01-16Implement x86 SIZE32/SIZE64 relocationsH.J. Lu2-0/+29
2013-01-17Adapt installed powerpc headers better for soft-float / no-FPRs.Joseph Myers4-21/+37
2013-01-16Consolidate constant defines into mpa.hSiddhesh Poyarekar13-120/+26
2013-01-16Fix the value of TWOSiddhesh Poyarekar1-1/+1
2013-01-16Optimize trunc{,f} on sparc.David S. Miller14-2/+503
2013-01-15Optimize nearbyint{,f} on sparc.David S. Miller14-2/+566
2013-01-15Use libc_fe*() in 32-bit nearbyint()David S. Miller1-4/+4
2013-01-15scsi/sg.h: include stddef.h for size_tMike Frysinger1-0/+2
2013-01-14Optimize sparc {ceil,floor}{,f} using vis2 'siam' instruction.David S. Miller27-223/+629
2013-01-14Optimize fdim/fdimf on sparc.David S. Miller11-1/+312
2013-01-14Fix up log format, wrap a long line.Roland McGrath1-1/+2
2013-01-14Minor tweak to mp multiplicationSiddhesh Poyarekar1-13/+15
2013-01-14Fix code formatting in mpa.cSiddhesh Poyarekar3-766/+1531
2013-01-14Remove unnecessary local variable mptwoSiddhesh Poyarekar2-8/+0
2013-01-11Add 64-bit VIS3 optimized GMP routines for sparc.David S. Miller11-0/+673
2013-01-11Redo sparc 32-bit V9 GMP optimizations with fixed copyrights.David S. Miller3-3/+233
2013-01-11Adjust sparc for Roland's multiarch sysdep directory changes.David S. Miller1-0/+0
2013-01-11Remove __GLIBC_HAVE_LONG_LONG.Joseph Myers3-12/+7
2013-01-11Add MSG_FASTOPENAndreas Jaeger1-0/+2
2013-01-10Undo receive sparc 32-bit V9 gmp routine commit.David S. Miller3-207/+3
2013-01-10Optimize sparc 32-bit V9 GMP multiply routines.David S. Miller3-3/+207
2013-01-10Update sparc ULPs for new casin{,h} tests.David S. Miller1-0/+114
2013-01-10Use __extension__ with long long in installed headers.Joseph Myers7-7/+13
2013-01-10Correct _XXX_ILP32_OFFBIG for x32H.J. Lu1-8/+17
2013-01-10Revert "Use ieee754/dbl-64/wordsize-64 on powerpc64"Andreas Schwab19-119/+0
2013-01-10Revert "sysdeps/ieee754/ldbl-128ibm/e_expl.c"Andreas Schwab2-64/+16
2013-01-10Fix formatting in mpexp.cSiddhesh Poyarekar1-54/+95
2013-01-10Make __mpexp_twomm1 an array of doublesSiddhesh Poyarekar2-87/+26
2013-01-10sysdeps/ieee754/ldbl-128ibm/e_expl.cAndreas Schwab2-16/+64
2013-01-10Use ieee754/dbl-64/wordsize-64 on powerpc64Andreas Schwab19-0/+119
2013-01-10Define flags for fallocateAndreas Schwab1-0/+7
2013-01-09Sync netinet/tcp.h with upstream Linux kernel.David S. Miller1-14/+66
2013-01-09PowerPC: Change sched_getcpu to use vDSO getcpu instead of syscall.Anton Blanchard4-0/+36
2013-01-09Update s390 ULPsSiddhesh Poyarekar1-66/+185