aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2016-07-05powerpc: Fix return code of strcasecmp for unaligned inputsRajalakshmi Srinivasaraghavan
2016-07-04m68k: suppress -Wframe-address warningAndreas Schwab
2016-07-01Treat STV_HIDDEN and STV_INTERNAL symbols as STB_LOCALMaciej W. Rozycki
2016-07-01SPARC: fix nearbyint on sNaN inputAurelien Jarno
2016-07-01Require binutils 2.24 to build x86-64 glibc [BZ #20139]H.J. Lu
2016-07-01Fixed wrong vector sincos/sincosf ABI to have it compatible withAndrew Senkevich
2016-07-01SPARC64: update localplt.dataAurelien Jarno
2016-06-30powerpc: Add a POWER8-optimized version of sinf()Anton Blanchard
2016-06-30powerpc: Add a POWER8-optimized version of expf()Tulio Magno Quites Machado Filho
2016-06-30hppa: fix loading of global pointer in _start [BZ #20277]John David Anglin
2016-06-30Check Prefer_ERMS in memmove/memcpy/mempcpy/memsetH.J. Lu
2016-06-30i686/multiarch: Regenerate ulpsAurelien Jarno
2016-06-29Avoid array-bounds warning for strncat on i586 (bug 20260)Andreas Schwab
2016-06-27MIPS: run tst-mode-switch-{1,2,3}.c using test-skeleton.cAurelien Jarno
2016-06-27Avoid "inexact" exceptions in i386/x86_64 trunc functions (bug 15479).Joseph Myers
2016-06-27Avoid "inexact" exceptions in i386/x86_64 floor functions (bug 15479).Joseph Myers
2016-06-27Avoid "inexact" exceptions in i386/x86_64 ceil functions (bug 15479).Joseph Myers
2016-06-27MIPS, SPARC: more fixes to the vfork aliases in libpthread.soAurelien Jarno
2016-06-24Remove atomic_compare_and_exchange_bool_rel.Torvald Riegel
2016-06-23Fix i386/x86_64 scalbl with sNaN input (bug 20296).Joseph Myers
2016-06-22Simplify x86 nearbyint functions.Joseph Myers
2016-06-22Move sysdeps/generic/bits/hwcap.h to top-level bits/Zack Weinberg
2016-06-22This patch further tunes memcpy - avoid one branch for sizes 1-3,Wilco Dijkstra
2016-06-21Fix p{readv,writev}{64} consolidation implementationAdhemerval Zanella
2016-06-20Added tests to ensure linkage through libmvec *_finite aliases which areAndrew Senkevich
2016-06-20Add a simple rawmemchr implementation. Use strlen for rawmemchr(s, '\0') as itWilco Dijkstra
2016-06-20This is an optimized memcpy/memmove for AArch64. Copies are split into 3 mainWilco Dijkstra
2016-06-20elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h>Florian Weimer
2016-06-19Expand comments in Linux times() implementation.Carlos O'Donell
2016-06-18MIPS, SPARC: fix wrong vfork aliases in libpthread.soAurelien Jarno
2016-06-16Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan
2016-06-14Fix i386 fdim double rounding (bug 20255).Joseph Myers
2016-06-14Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256).Joseph Myers
2016-06-14powerpc: strcasecmp/strncasecmp optmization for power8raji
2016-06-13Fix dbl-64 atan2 (sNaN, qNaN) (bug 20252).Joseph Myers
2016-06-13Fix frexp (NaN) (bug 20250).Joseph Myers
2016-06-13Remove __ASSUME_FUTEX_LOCK_PIAdhemerval Zanella
2016-06-10Revert {send,sendm,recv,recvm}msg conformance changesAdhemerval Zanella
2016-06-09Fix i386/x86_64 log2l (sNaN) (bug 20235).Joseph Myers
2016-06-09Fix ldbl-128ibm log1pl (sNaN) (bug 20234).Joseph Myers
2016-06-09Fix ldbl-128ibm expm1l (sNaN) (bug 20233).Joseph Myers
2016-06-09Fix ldbl-128 expm1l (sNaN) (bug 20232).Joseph Myers
2016-06-09Always indirect branch to __libc_start_main via GOTH.J. Lu
2016-06-09X86-64: Add dummy memcopy.h and wordcopy.cH.J. Lu
2016-06-08Fix i386/x86_64 log1pl (sNaN) (bug 20229).Joseph Myers
2016-06-08Fix i386/x86_64 log10l (sNaN) (bug 20228).Joseph Myers
2016-06-08Fix i386/x86_64 logl (sNaN) (bug 20227).Joseph Myers
2016-06-08Fix i386/x86_64 expl, exp10l, expm1l for sNaN input (bug 20226).Joseph Myers
2016-06-08Fix i386 cbrtl (sNaN) (bug 20224).Joseph Myers
2016-06-08X86-64: Remove previous default/SSE2/AVX2 memcpy/memmoveH.J. Lu