aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-08Remove CHOOSE() macro from libm-tests.incPaul E. Murphy21-39/+73
2016-06-08Apply LIT(x) to floating point literals in libm-test.cPaul E. Murphy3-95/+145
2016-06-08malloc: Correct size computation in realloc for dumped fake mmapped chunksFlorian Weimer2-4/+15
2016-06-07Fix i386 atanhl (sNaN) (bug 20219).Joseph Myers3-0/+8
2016-06-07Fix i386 asinhl (sNaN) (bug 20218).Joseph Myers3-0/+10
2016-06-07Check FMA after COMMON_CPUID_INDEX_80000001H.J. Lu2-4/+16
2016-06-07Bug 20214: Fix linux/in6.h and netinet/in.h sync.Carlos O'Donell2-5/+26
2016-06-06Bug 20198: quick_exit should not call destructors.Carlos O'Donell37-8/+215
2016-06-06Fix a typo in comments in memmove-vec-unaligned-erms.SH.J. Lu2-1/+6
2016-06-06Fix dbl-64 asin (sNaN) (bug 20213).Joseph Myers3-1/+10
2016-06-06Consolidate pwritev/pwritev64 implementationsAdhemerval Zanella11-199/+155
2016-06-06Consolidate preadv/preadv64 implementationAdhemerval Zanella11-200/+155
2016-06-06Fix dbl-64 acos (sNaN) (bug 20212).Joseph Myers3-1/+10
2016-06-06powerpc: Fix --disable-multi-arch build on POWER8Tulio Magno Quites Machado Filho6-6/+42
2016-06-06tst-rec-dlopen: Fix build fail due to missing inclusion of string.hStefan Liebler2-0/+5
2016-06-052016-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov3-12/+5
2016-06-05tst-rec-dlopen: Use interposed malloc instead of hooksFlorian Weimer2-25/+68
2016-06-04Use __typeof instead of typeofAndreas Schwab2-1/+5
2016-06-03Fix include/wchar.h for C++Carlos O'Donell2-1/+5
2016-06-03Fix x86/x86_64 nextafterl incrementing negative subnormals (bug 20205).Joseph Myers3-1/+14
2016-06-03libio: Use wmemset instead of __wmemset to avoid linknamespace issueFlorian Weimer2-3/+8
2016-06-02Fix macro API for __USE_KERNEL_IPV6_DEFS.Carlos O'Donell3-8/+19
2016-06-01fork in libpthread cannot use IFUNC resolver [BZ #19861]Florian Weimer2-33/+19
2016-05-30Merge branch 'master' of ssh://sourceware.org/git/glibcPaul Pluzhnikov4-1/+18
2016-05-302016-05-30 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov3-84/+6
2016-05-30hurd: disable ifunc for nowSamuel Thibault3-0/+11
2016-05-30Add more hurd exception to local headers listSamuel Thibault2-1/+7
2016-05-30posix: Call _exit in failure case for posix_spawn{p} (BZ#20178)Adhemerval Zanella2-1/+7
2016-05-30stpcpy is part of POSIX.1-2008 [BZ #3629]Roland McGrath2-3/+9
2016-05-30hurd: fix _hurd_self_sigstate reference from ____longjmp_chkSamuel Thibault2-1/+11
2016-05-27Count number of logical processors sharing L2 cacheH.J. Lu2-34/+122
2016-05-27Fix powerpc64 ceil, rint etc. on sNaN input (bug 20160).Joseph Myers13-12/+101
2016-05-27Fix powerpc32 ceil, rint etc. on sNaN input (bug 20160).Joseph Myers13-12/+103
2016-05-27Replace M_El with lit_e in libm-test.incPaul E. Murphy2-3/+13
2016-05-27Replace M_PI_4l with lit_pi_4_d in libm-test.incPaul E. Murphy2-26/+33
2016-05-27Replace M_PIl with lit_pi in libm-test.incPaul E. Murphy2-38/+45
2016-05-27Replace M_PI2l with lit_pi_2_d in libm-test.incPaul E. Murphy5-157/+172
2016-05-27Refactor M_ macros defined in libm-test.incPaul E. Murphy2-33/+54
2016-05-27Avoid "invalid" exceptions from powerpc fabsl (sNaN) (bug 20157).Joseph Myers3-5/+28
2016-05-27Remove unused macros from libm-test.inc.Joseph Myers2-25/+8
2016-05-27Refactor type specific macros using regexesPaul E. Murphy2-343/+343
2016-05-27Begin refactor of libm-test.incPaul E. Murphy5-94/+187
2016-05-27Fix ldbl-128ibm ceill, rintl etc. for sNaN arguments (bug 20156).Joseph Myers6-0/+25
2016-05-26Fix ldbl-128ibm sqrtl (sNaN) (bug 20153).Joseph Myers2-5/+7
2016-05-26Fix ldbl-128 j0l, j1l, y0l, y1l for sNaN argument (bug 20151).Joseph Myers3-4/+11
2016-05-26Add more sNaN tests to libm-test.inc.Joseph Myers2-0/+118
2016-05-26Support sNaN testing in libm-test.inc.Joseph Myers4-8/+56
2016-05-26network: Fix missing bits from {recv,send}{m}msg standard com,plianceAdhemerval Zanella4-3/+12
2016-05-25network: recvmmsg and sendmmsg standard compliance (BZ#16919)Adhemerval Zanella16-44/+296
2016-05-25network: recvmsg and sendmsg standard compliance (BZ#16919)Adhemerval Zanella63-46/+464