about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in _dl_tlsdesc_resolve_hold.Ondřej Bílka2013-11-261-1/+1
* Use __glibc_reserved instead __unused.Ondřej Bílka2013-11-2644-177/+177
* Fix typo in sys/ptrace.h.Carlos O'Donell2013-11-251-1/+1
* Fix powerpc-nofpu build.Joseph Myers2013-11-252-0/+6
* PowerPC: Set/restore rounding mode only when neededAdhemerval Zanella2013-11-257-25/+293
* Adjust generic swapon prototype to match Linux version.Roland McGrath2013-11-211-1/+1
* Don't use broken DL_AUTO_FUNCTION_ADDRESS()Guy Martin2013-11-211-2/+3
* Add systemtap probe markers for sin, cos, asin and acosSiddhesh Poyarekar2013-11-201-0/+5
* Make powerpc-nofpu floating-point state thread-local (bug 15483).Joseph Myers2013-11-1918-67/+104
* Fix spurious "inexact" exceptions from x86 pow with NaN argument (bug 16167).Joseph Myers2013-11-164-1/+25
* PowerPC: Fix __fe_mask_env exportAdhemerval Zanella2013-11-132-2/+2
* Set arch_minimum_kernel to 3.4.0 for x32H.J. Lu2013-11-132-0/+6
* PowerPC: Fix __fe_mask_env exportAdhemerval Zanella2013-11-135-13/+13
* Fix sparc 64-bit GMP ifunc resolution in static builds.David S. Miller2013-11-125-5/+5
* PowerPC: Fix vDSO missing ODP entriesAdhemerval Zanella2013-11-083-5/+28
* Fix build on pre-v9 32-bit Sparc.David S. Miller2013-11-061-1/+2
* Restrict shm_open and shm_unlink to SHMDIR. Fixes bugs 14752 and 15763.Ondřej Bílka2013-10-311-6/+8
* rename configure.in to configure.acMike Frysinger2013-10-3032-16/+16
* Consolidate conditionals in mp sin/cos functionsSiddhesh Poyarekar2013-10-281-8/+6
* PowerPC: strcpy/stpcpy optimization for PPC64/POWER7Adhemerval Zanella2013-10-254-134/+407
* Fix stack overflow due to large AF_INET6 requestsSiddhesh Poyarekar2013-10-251-2/+18
* Fix incorrect getaddrinfo assertion triggerAllan McRae2013-10-251-3/+10
* Add e500 port.Joseph Myers2013-10-1831-11/+1169
* Don't use gethostbyaddr to determine canonical nameAndreas Schwab2013-10-171-78/+11
* Format floating routines.Ondřej Bílka2013-10-1758-2175/+2769
* Add systemtap markers to math function slow pathsSiddhesh Poyarekar2013-10-116-5/+45
* Fix readdir regressions on sparc 32-bit.David S. Miller2013-10-101-2/+7
* Update sparc ULPs.David S. Miller2013-10-101-0/+125
* Extend powerpc-nofpu -fno-builtin-fabsl workaround to more files.Joseph Myers2013-10-101-0/+6
* Avoid ordered comparisons of NaNs in ldbl-128ibm acosl and asinl.Joseph Myers2013-10-102-0/+4
* soft-fp: fix negation NaN handling (bug 16034).Joseph Myers2013-10-101-5/+2
* Use p2align instead ALIGNOndřej Bílka2013-10-089-323/+288
* Format e_pow.cSiddhesh Poyarekar2013-10-081-260/+313
* Format e_exp.cSiddhesh Poyarekar2013-10-081-164/+242
* Consolidate multiple precision sin/cos functionsSiddhesh Poyarekar2013-10-083-129/+113
* Add fork hooks for pthread_atforkSamuel Thibault2013-10-041-0/+15
* Move powerpc ports pieces to libc.Joseph Myers2013-10-0461-0/+13287
* e500 port: adjust sysdeps/unix/sysv/linux/configure.in case.Joseph Myers2013-10-042-2/+2
* e500 port: fix fpu_control.h constant values.Joseph Myers2013-10-041-10/+8
* e500 port: getcontext / setcontext / swapcontext.Joseph Myers2013-10-043-0/+17
* Use stdint.h types in union unaligned.Alan Modra2013-10-042-6/+6
* Correct little-endian relocation of UADDR64,32,16.Alan Modra2013-10-042-24/+18
* PowerPC LE memchr and memrchrAlan Modra2013-10-046-382/+404
* PowerPC LE memsetAlan Modra2013-10-047-34/+34
* PowerPC LE memcpyAlan Modra2013-10-049-410/+928
* PowerPC LE memcmpAlan Modra2013-10-044-1893/+3451
* PowerPC LE strchrAlan Modra2013-10-046-74/+212
* PowerPC LE strcpyAlan Modra2013-10-044-3/+78
* PowerPC LE strcmp and strncmpAlan Modra2013-10-048-81/+380
* PowerPC LE strnlenAlan Modra2013-10-042-102/+115