aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-30hurd: disable ifunc for nowSamuel Thibault2-0/+8
2016-05-30posix: Call _exit in failure case for posix_spawn{p} (BZ#20178)Adhemerval Zanella1-1/+1
2016-05-30hurd: fix _hurd_self_sigstate reference from ____longjmp_chkSamuel Thibault1-1/+6
2016-05-27Count number of logical processors sharing L2 cacheH.J. Lu1-34/+116
2016-05-27Fix powerpc64 ceil, rint etc. on sNaN input (bug 20160).Joseph Myers12-12/+84
2016-05-27Fix powerpc32 ceil, rint etc. on sNaN input (bug 20160).Joseph Myers12-12/+84
2016-05-27Avoid "invalid" exceptions from powerpc fabsl (sNaN) (bug 20157).Joseph Myers2-5/+21
2016-05-27Fix ldbl-128ibm ceill, rintl etc. for sNaN arguments (bug 20156).Joseph Myers5-0/+15
2016-05-26Fix ldbl-128ibm sqrtl (sNaN) (bug 20153).Joseph Myers1-5/+3
2016-05-26Fix ldbl-128 j0l, j1l, y0l, y1l for sNaN argument (bug 20151).Joseph Myers2-4/+4
2016-05-26network: Fix missing bits from {recv,send}{m}msg standard com,plianceAdhemerval Zanella2-2/+2
2016-05-25network: recvmmsg and sendmmsg standard compliance (BZ#16919)Adhemerval Zanella15-44/+275
2016-05-25network: recvmsg and sendmsg standard compliance (BZ#16919)Adhemerval Zanella60-37/+350
2016-05-25Adjust kernel-features.h defaults for recvmsg and sendmsgAdhemerval Zanella15-28/+12
2016-05-25Do not raise "inexact" from powerpc64 ceil, floor, trunc (bug 15479).Joseph Myers6-18/+36
2016-05-25Do not raise "inexact" from powerpc32 ceil, floor, trunc (bug 15479).Joseph Myers6-18/+36
2016-05-25S390: Fix utf32 to utf16 handling of low surrogates (disable cu42).Stefan Liebler1-93/+62
2016-05-25S390: Fix utf32 to utf8 handling of low surrogates (disable cu41).Stefan Liebler1-73/+115
2016-05-25S390: Use s390-64 specific ionv-modules on s390-32, too.Stefan Liebler6-46/+88
2016-05-25S390: Optimize utf16-utf32 module.Stefan Liebler1-92/+379
2016-05-25S390: Optimize utf8-utf16 module.Stefan Liebler1-106/+441
2016-05-25S390: Optimize utf8-utf32 module.Stefan Liebler1-184/+480
2016-05-25S390: Optimize iso-8859-1 to ibm037 iconv-module.Stefan Liebler1-37/+56
2016-05-25S390: Optimize builtin iconv-modules.Stefan Liebler2-0/+1270
2016-05-25S390: Optimize 8bit-generic iconv modules.Stefan Liebler4-0/+452
2016-05-25S390: Configure check for vector support in gcc.Stefan Liebler2-0/+53
2016-05-25S390: Get rid of make warning: overriding recipe for target gconv-modules.Stefan Liebler2-50/+51
2016-05-24Do not raise "inexact" from x86_64 SSE4.1 ceil, floor (bug 15479).Joseph Myers4-4/+4
2016-05-24Do not raise "inexact" from generic round (bug 15479).Joseph Myers5-56/+12