aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2013-11-21Adjust generic swapon prototype to match Linux version.Roland McGrath1-1/+1
2013-11-21Don't use broken DL_AUTO_FUNCTION_ADDRESS()Guy Martin1-2/+3
2013-11-20Add systemtap probe markers for sin, cos, asin and acosSiddhesh Poyarekar1-0/+5
2013-11-19Make powerpc-nofpu floating-point state thread-local (bug 15483).Joseph Myers18-67/+104
2013-11-16Fix spurious "inexact" exceptions from x86 pow with NaN argument (bug 16167).Joseph Myers4-1/+25
2013-11-13PowerPC: Fix __fe_mask_env exportAdhemerval Zanella2-2/+2
2013-11-13Set arch_minimum_kernel to 3.4.0 for x32H.J. Lu2-0/+6
2013-11-13PowerPC: Fix __fe_mask_env exportAdhemerval Zanella5-13/+13
2013-11-12Fix sparc 64-bit GMP ifunc resolution in static builds.David S. Miller5-5/+5
2013-11-08PowerPC: Fix vDSO missing ODP entriesAdhemerval Zanella3-5/+28
2013-11-06Fix build on pre-v9 32-bit Sparc.David S. Miller1-1/+2
2013-10-31Restrict shm_open and shm_unlink to SHMDIR. Fixes bugs 14752 and 15763.Ondřej Bílka1-6/+8
2013-10-30rename configure.in to configure.acMike Frysinger32-16/+16
2013-10-28Consolidate conditionals in mp sin/cos functionsSiddhesh Poyarekar1-8/+6
2013-10-25PowerPC: strcpy/stpcpy optimization for PPC64/POWER7Adhemerval Zanella4-134/+407
2013-10-25Fix stack overflow due to large AF_INET6 requestsSiddhesh Poyarekar1-2/+18
2013-10-25Fix incorrect getaddrinfo assertion triggerAllan McRae1-3/+10
2013-10-18Add e500 port.Joseph Myers31-11/+1169
2013-10-17Don't use gethostbyaddr to determine canonical nameAndreas Schwab1-78/+11
2013-10-17Format floating routines.Ondřej Bílka58-2175/+2769
2013-10-11Add systemtap markers to math function slow pathsSiddhesh Poyarekar6-5/+45
2013-10-10Fix readdir regressions on sparc 32-bit.David S. Miller1-2/+7
2013-10-10Update sparc ULPs.David S. Miller1-0/+125
2013-10-10Extend powerpc-nofpu -fno-builtin-fabsl workaround to more files.Joseph Myers1-0/+6
2013-10-10Avoid ordered comparisons of NaNs in ldbl-128ibm acosl and asinl.Joseph Myers2-0/+4
2013-10-10soft-fp: fix negation NaN handling (bug 16034).Joseph Myers1-5/+2
2013-10-08Use p2align instead ALIGNOndřej Bílka9-323/+288
2013-10-08Format e_pow.cSiddhesh Poyarekar1-260/+313
2013-10-08Format e_exp.cSiddhesh Poyarekar1-164/+242
2013-10-08Consolidate multiple precision sin/cos functionsSiddhesh Poyarekar3-129/+113
2013-10-04Add fork hooks for pthread_atforkSamuel Thibault1-0/+15
2013-10-04Move powerpc ports pieces to libc.Joseph Myers61-0/+13287
2013-10-04e500 port: adjust sysdeps/unix/sysv/linux/configure.in case.Joseph Myers2-2/+2
2013-10-04e500 port: fix fpu_control.h constant values.Joseph Myers1-10/+8
2013-10-04e500 port: getcontext / setcontext / swapcontext.Joseph Myers3-0/+17
2013-10-04Use stdint.h types in union unaligned.Alan Modra2-6/+6
2013-10-04Correct little-endian relocation of UADDR64,32,16.Alan Modra2-24/+18
2013-10-04PowerPC LE memchr and memrchrAlan Modra6-382/+404
2013-10-04PowerPC LE memsetAlan Modra7-34/+34
2013-10-04PowerPC LE memcpyAlan Modra9-410/+928
2013-10-04PowerPC LE memcmpAlan Modra4-1893/+3451
2013-10-04PowerPC LE strchrAlan Modra6-74/+212
2013-10-04PowerPC LE strcpyAlan Modra4-3/+78
2013-10-04PowerPC LE strcmp and strncmpAlan Modra8-81/+380
2013-10-04PowerPC LE strnlenAlan Modra2-102/+115
2013-10-04PowerPC LE strlenAlan Modra4-47/+131
2013-10-04PowerPC SIGSTKSZAlan Modra1-0/+54
2013-10-04PowerPC makecontextAlan Modra2-4/+10
2013-10-04PowerPC LE _dl_hwcap accessAlan Modra3-16/+16
2013-10-04PowerPC ugly symbol versioningAlan Modra9-29/+23