aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-25network: recvmsg and sendmsg standard compliance (BZ#16919)Adhemerval Zanella63-46/+464
2016-05-25Adjust kernel-features.h defaults for recvmsg and sendmsgAdhemerval Zanella16-28/+72
2016-05-25Refactor tst-strtod-round.c for type-generic-nessPaul E. Murphy5-4360/+3638
2016-05-25Do not raise "inexact" from powerpc64 ceil, floor, trunc (bug 15479).Joseph Myers7-18/+47
2016-05-25Do not raise "inexact" from powerpc32 ceil, floor, trunc (bug 15479).Joseph Myers7-18/+49
2016-05-25Fix UTF-16 surrogate handling. [BZ #19727]Stefan Liebler6-3/+292
2016-05-25Fix ucs4le_internal_loop in error case. [BZ #19726]Stefan Liebler4-1/+128
2016-05-25S390: Fix utf32 to utf16 handling of low surrogates (disable cu42).Stefan Liebler2-93/+67
2016-05-25S390: Fix utf32 to utf8 handling of low surrogates (disable cu41).Stefan Liebler2-73/+120
2016-05-25S390: Use s390-64 specific ionv-modules on s390-32, too.Stefan Liebler7-46/+107
2016-05-25S390: Optimize utf16-utf32 module.Stefan Liebler2-92/+384
2016-05-25S390: Optimize utf8-utf16 module.Stefan Liebler2-106/+446
2016-05-25S390: Optimize utf8-utf32 module.Stefan Liebler2-184/+485
2016-05-25S390: Optimize iso-8859-1 to ibm037 iconv-module.Stefan Liebler2-37/+61
2016-05-25S390: Optimize builtin iconv-modules.Stefan Liebler3-0/+1275
2016-05-25S390: Optimize 8bit-generic iconv modules.Stefan Liebler5-0/+460
2016-05-25S390: Configure check for vector support in gcc.Stefan Liebler4-0/+64
2016-05-25S390: Get rid of make warning: overriding recipe for target gconv-modules.Stefan Liebler4-54/+65
2016-05-24Do not raise "inexact" from x86_64 SSE4.1 ceil, floor (bug 15479).Joseph Myers5-4/+16
2016-05-24Fixup usage of MIN_EXP in libm-test.incPaul E. Murphy2-11/+16
2016-05-24Fixup usage of MANT_DIG in libm-test.incPaul E. Murphy2-46/+51
2016-05-24Refactor tst-strtod-round.cPaul E. Murphy4-12357/+12416
2016-05-24Do not raise "inexact" from generic round (bug 15479).Joseph Myers7-141/+111
2016-05-24Do not raise "inexact" from generic floor (bug 15479).Joseph Myers5-45/+38
2016-05-24Do not raise "inexact" from generic ceil (bug 15479).Joseph Myers5-42/+36
2016-05-24Avoid an extra branch to PLT for -z nowH.J. Lu5-2/+24
2016-05-24S390: Implement mempcpy with help of memcpy. [BZ #19765]Stefan Liebler9-45/+185
2016-05-24S390: Do not call memcpy, memcmp, memset within libc.so via ifunc-plt.Stefan Liebler8-5/+32
2016-05-24S390: Use 64bit instruction to check for copies of > 1MB with mvcle.Stefan Liebler2-1/+6
2016-05-24S390: Use mvcle for copies > 1MB on 32bit with default memcpy variant.Stefan Liebler2-1/+6
2016-05-24malloc: Correct malloc alignment on 32-bit architectures [BZ #6527]Florian Weimer3-15/+10
2016-05-23Refactor tst-strtod6.cPaul E. Murphy2-65/+41
2016-05-23Refactor bug-strtod2.c to be type genericPaul E. Murphy2-18/+35
2016-05-23Refactor bug-strtod.c to better test new types.Paul E. Murphy3-65/+96
2016-05-23CVE-2016-4429: sunrpc: Do not use alloca in clntudp_call [BZ #20112]Florian Weimer3-1/+20
2016-05-23Make padding in struct sockaddr_storage explicit [BZ #20111]Florian Weimer9-15/+213
2016-05-23conformtest: Correct some limits.h expectations for XPG3, XPG4.Joseph Myers3-4/+16
2016-05-23Update sysdeps/unix/sysv/linux/bits/socket.h for Linux 4.6.Joseph Myers2-1/+42
2016-05-20Remove special L2 cache case for Knights LandingH.J. Lu2-2/+6
2016-05-20conformtest: Correct ftw.h expectations for XPG3, XPG4.Joseph Myers3-1/+23
2016-05-19manual: fix typos in error reportingricaljasan@pacific.net2-11/+15
2016-05-19manual: fix typo in the introductionricaljasan@pacific.net2-1/+5
2016-05-19Implement proper fmal for ldbl-128ibm (bug 13304).Joseph Myers4-6148/+6404
2016-05-19Correct Intel processor level type mask from CPUIDH.J. Lu2-1/+7
2016-05-19Check the HTT bit before counting logical threadsH.J. Lu3-76/+93
2016-05-19Remove alignments on jump targets in memsetH.J. Lu2-32/+11
2016-05-19conformtest: Correct pwd.h expectations for XPG3.Joseph Myers3-2/+7
2016-05-19conformtest: Correct search.h expectations for XPG3.Joseph Myers3-1/+11
2016-05-18Update libm-test.inc comment about NaN signs.Joseph Myers2-2/+6
2016-05-18Don't call internal _Unwind_Resume via PLTH.J. Lu3-2/+10