aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2016-06-27Avoid "inexact" exceptions in i386/x86_64 trunc functions (bug 15479).Joseph Myers4-23/+29
2016-06-27Avoid "inexact" exceptions in i386/x86_64 floor functions (bug 15479).Joseph Myers4-23/+33
2016-06-27Avoid "inexact" exceptions in i386/x86_64 ceil functions (bug 15479).Joseph Myers4-23/+33
2016-06-27MIPS, SPARC: more fixes to the vfork aliases in libpthread.soAurelien Jarno3-14/+14
2016-06-24Remove atomic_compare_and_exchange_bool_rel.Torvald Riegel9-89/+0
2016-06-23Fix i386/x86_64 scalbl with sNaN input (bug 20296).Joseph Myers2-23/+6
2016-06-22Simplify x86 nearbyint functions.Joseph Myers4-16/+0
2016-06-22Move sysdeps/generic/bits/hwcap.h to top-level bits/Zack Weinberg1-23/+0
2016-06-22This patch further tunes memcpy - avoid one branch for sizes 1-3,Wilco Dijkstra1-24/+32
2016-06-21Fix p{readv,writev}{64} consolidation implementationAdhemerval Zanella5-13/+18
2016-06-20Added tests to ensure linkage through libmvec *_finite aliases which areAndrew Senkevich26-0/+307
2016-06-20Add a simple rawmemchr implementation. Use strlen for rawmemchr(s, '\0') as itWilco Dijkstra2-2/+45
2016-06-20This is an optimized memcpy/memmove for AArch64. Copies are split into 3 mainWilco Dijkstra2-452/+209
2016-06-20elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h>Florian Weimer34-242/+54
2016-06-19Expand comments in Linux times() implementation.Carlos O'Donell1-10/+17
2016-06-18MIPS, SPARC: fix wrong vfork aliases in libpthread.soAurelien Jarno3-0/+6
2016-06-16Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan35-1/+569
2016-06-14Fix i386 fdim double rounding (bug 20255).Joseph Myers1-0/+50
2016-06-14Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256).Joseph Myers11-391/+0
2016-06-14powerpc: strcasecmp/strncasecmp optmization for power8raji11-49/+598
2016-06-13Fix dbl-64 atan2 (sNaN, qNaN) (bug 20252).Joseph Myers1-1/+1
2016-06-13Fix frexp (NaN) (bug 20250).Joseph Myers7-6/+16
2016-06-13Remove __ASSUME_FUTEX_LOCK_PIAdhemerval Zanella5-8/+0
2016-06-10Revert {send,sendm,recv,recvm}msg conformance changesAdhemerval Zanella59-575/+70
2016-06-09Fix i386/x86_64 log2l (sNaN) (bug 20235).Joseph Myers2-0/+2
2016-06-09Fix ldbl-128ibm log1pl (sNaN) (bug 20234).Joseph Myers1-1/+1
2016-06-09Fix ldbl-128ibm expm1l (sNaN) (bug 20233).Joseph Myers1-2/+2
2016-06-09Fix ldbl-128 expm1l (sNaN) (bug 20232).Joseph Myers1-2/+2
2016-06-09Always indirect branch to __libc_start_main via GOTH.J. Lu1-9/+8
2016-06-09X86-64: Add dummy memcopy.h and wordcopy.cH.J. Lu2-0/+2
2016-06-08Fix i386/x86_64 log1pl (sNaN) (bug 20229).Joseph Myers2-0/+2
2016-06-08Fix i386/x86_64 log10l (sNaN) (bug 20228).Joseph Myers2-0/+2
2016-06-08Fix i386/x86_64 logl (sNaN) (bug 20227).Joseph Myers3-0/+3
2016-06-08Fix i386/x86_64 expl, exp10l, expm1l for sNaN input (bug 20226).Joseph Myers2-4/+10
2016-06-08Fix i386 cbrtl (sNaN) (bug 20224).Joseph Myers1-0/+1
2016-06-08X86-64: Remove previous default/SSE2/AVX2 memcpy/memmoveH.J. Lu19-1490/+394
2016-06-08X86-64: Remove the previous SSE2/AVX2 memsetsH.J. Lu8-319/+60
2016-06-07Fix i386 atanhl (sNaN) (bug 20219).Joseph Myers1-0/+1
2016-06-07Fix i386 asinhl (sNaN) (bug 20218).Joseph Myers1-0/+1
2016-06-07Check FMA after COMMON_CPUID_INDEX_80000001H.J. Lu1-4/+9
2016-06-07Bug 20214: Fix linux/in6.h and netinet/in.h sync.Carlos O'Donell1-4/+12
2016-06-06Bug 20198: quick_exit should not call destructors.Carlos O'Donell29-0/+29
2016-06-06Fix a typo in comments in memmove-vec-unaligned-erms.SH.J. Lu1-1/+1
2016-06-06Fix dbl-64 asin (sNaN) (bug 20213).Joseph Myers1-1/+1
2016-06-06Consolidate pwritev/pwritev64 implementationsAdhemerval Zanella8-199/+79
2016-06-06Consolidate preadv/preadv64 implementationAdhemerval Zanella8-200/+79
2016-06-06Fix dbl-64 acos (sNaN) (bug 20212).Joseph Myers1-1/+1
2016-06-06powerpc: Fix --disable-multi-arch build on POWER8Tulio Magno Quites Machado Filho5-6/+27
2016-06-03Fix x86/x86_64 nextafterl incrementing negative subnormals (bug 20205).Joseph Myers1-1/+1
2016-06-02Fix macro API for __USE_KERNEL_IPV6_DEFS.Carlos O'Donell1-1/+3