aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2013-09-27Add SH implementation of stackguard-macros.h.Kaz Kojima1-0/+6
2013-09-26Faster strrchr.Ondřej Bílka6-943/+199
2013-09-25PowerPC: Fix POINTER_CHK_GUARD thread register for PPC64Adhemerval Zanella1-1/+1
2013-09-24sysdeps/mach/hurd/i386/tls.h: Remove TLS_INIT_TP_EXPENSIVE.Will Newton1-1/+0
2013-09-23BZ #15754: Fix test case for ARM.Carlos O'Donell1-1/+6
2013-09-23BZ #15754: CVE-2013-4788Carlos O'Donell9-0/+67
2013-09-20Make __ffs hiddenAndreas Schwab5-0/+5
2013-09-19Consolidate common code into macrosSiddhesh Poyarekar1-74/+62
2013-09-19Consolidate sin/cos table lookup codeSiddhesh Poyarekar1-114/+35
2013-09-19Consolidate sin/cos computation for large inputsSiddhesh Poyarekar1-47/+36
2013-09-19Remove redundant goto linesSiddhesh Poyarekar1-40/+3
2013-09-18MIPS: IEEE 754-2008 NaN encoding supportMaciej W. Rozycki1-18/+21
2013-09-18e500 port: fpu_control.h.Joseph Myers1-1/+38
2013-09-18e500 port: setjmp/longjmp.Joseph Myers2-36/+47
2013-09-18Don't force -msoft-float for powerpc --without-fp.Joseph Myers1-5/+0
2013-09-18Format sincos32.cSiddhesh Poyarekar1-236/+254
2013-09-17Fix powerpc fpu_control.h namespace and parenthesis issues (bug 15966).Joseph Myers1-12/+12
2013-09-11Faster strchr implementation.Ondřej Bílka4-200/+160
2013-09-11Update powerpc-fpu ULPs.Adhemerval Zanella1-2/+63
2013-09-11Add O_TMPFILE to <fcntl.h>Andreas Schwab2-0/+5
2013-09-10Remove DO_NOT_USE_THIS conditionals.Ondřej Bílka5-97/+0
2013-09-06Coordinate IPv6 definitions for Linux and glibcCarlos O'Donell1-0/+12
2013-09-05PowerPC: fix POWER7 memrchr for some large inputsAdhemerval Zanella2-4/+4
2013-09-05tst-fanotify: skip when we get back EPERMMike Frysinger1-5/+8
2013-09-04Remove --disable-versioning.Joseph Myers6-13/+5
2013-09-03Fix lgammaf spurious underflow (bug 15427).Joseph Myers3-2/+110
2013-09-03Add unaligned strcmp.Ondřej Bílka4-2/+222
2013-09-02tst-fanotify: new simple testMike Frysinger2-1/+57
2013-09-02Fix spurious jnf underflows (bug 14155).Joseph Myers3-6/+37
2013-09-02Fix typo.Ondřej Bílka1-1/+1
2013-08-30Fix then/than typos.Ondřej Bílka5-19/+19
2013-08-30Fix typos.Ondřej Bílka12-12/+12
2013-08-30Fix rawmemchr regression on bulldozer.Ondřej Bílka2-109/+0
2013-08-29Remove aix specific files.Ondřej Bílka9-869/+0
2013-08-29Hurd: Add ESUCCESS error_t value.Thomas Schwinge2-1/+17
2013-08-29Hurd: Use __executable_start symbol instead of _start.Samuel Thibault1-2/+2
2013-08-29Support ELFOSABI_GNU on all GNU systems.Thomas Schwinge2-23/+48
2013-08-29Use ELFOSABI_GNU instead of ELFOSABI_LINUX.Thomas Schwinge1-4/+4
2013-08-29[BZ #15522] strtod ("nan(N)") returning a sNaN in some casesThomas Schwinge5-20/+41
2013-08-29Fix typos.Ondřej Bílka7-7/+7
2013-08-28Use __glibc_unlikely instead of __builtin_expect (..., 0)Siddhesh Poyarekar1-1/+1
2013-08-27True stub __ifreq.Roland McGrath1-0/+79
2013-08-27Clean up __libc_sa_len helper.Roland McGrath3-66/+13
2013-08-27Replace generic bits/socket.h with 4.4 file.Roland McGrath1-358/+0
2013-08-27Flesh out 4.4 bits/socket.h with SOCK_CLOEXEC, SOCK_NONBLOCK.Roland McGrath1-1/+17
2013-08-27Fix handling LC_CTYPE nonascii-case fallback in i686 SSE4.2 and SSSE3 strcase...Andreas Schwab2-0/+24
2013-08-21Fix typos.Ondřej Bílka21-26/+26
2013-08-21i686: Skip SSE4_2 version for strcmp, strncmp, strncase, strcasecmpLiubov Dmitrieva3-0/+12
2013-08-20PowerPC: fix backtrace to handle signal trampolinesAdhemerval Zanella4-2/+123
2013-08-20Fix cproj handling of (finite, NaN) arguments (bug 15531).Joseph Myers1-3/+1