aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-22x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]hjl/pr21265/2.26H.J. Lu
2017-10-22x86: Add x86_64 to x86-64 HWCAP [BZ #22093]H.J. Lu
2017-10-21glob: Add new test tst-glob-tildeFlorian Weimer
2017-10-20CVE-2017-15670: glob: Fix one-byte overflow [BZ #22320]Paul Eggert
2017-10-20posix: Sync glob with gnulib [BZ #1062]Adhemerval Zanella
2017-10-20i386: Hide __old_glob64 [BZ #18822]H.J. Lu
2017-10-20sysconf: Fix missing definition of UIO_MAXIOV on Linux [BZ #22321]Florian Weimer
2017-10-19nss_files: Avoid large buffers with many host addresses [BZ #22078]Florian Weimer
2017-10-19nss_files: Use struct scratch_buffer for gethostbyname [BZ #18023]Florian Weimer
2017-10-19nss_files: Refactor gethostbyname3 multi case into separate functionFlorian Weimer
2017-10-10Remove conditional on LDBL_MANT_DIG from e_lgammal_r.cGabriel F. T. Gomes
2017-10-10ldbl-128ibm: Automatic replacing of _Float128 and L()Gabriel F. T. Gomes
2017-10-10ldbl-128ibm: Copy implementations from ldbl-128 instead of including themGabriel F. T. Gomes
2017-10-10powerpc: Add redirection for finitef128, isinf128, and isnanf128Gabriel F. T. Gomes
2017-10-10powerpc64le: Add -mfloat128 to tst-strtod-nan-locale testcaseGabriel F. T. Gomes
2017-10-10Fix glibc.tune.cpu tunable handlingSteve Ellcey
2017-10-10aarch64: Optimized implementation of memmove for Qualcomm FalkorSiddhesh Poyarekar
2017-10-10Update translationsSiddhesh Poyarekar
2017-10-10memcpy_falkor: Fix code style in commentsSiddhesh Poyarekar
2017-10-10aarch64: Optimized memcpy for Qualcomm Falkor processorSiddhesh Poyarekar
2017-10-06Update NEWS for bug 22111.Carlos O'Donell
2017-10-06malloc: Fix tcache leak after thread destruction [BZ #22111]Carlos O'Donell
2017-10-04test-math-iscanonical.cc: Replace bool with intH.J. Lu
2017-10-03Add C++ versions of iscanonical for ldbl-96 and ldbl-128ibm (bug 22235)Gabriel F. T. Gomes
2017-10-02Fix sparc32 bits/long-double.h (bug 21987).Joseph Myers
2017-09-30Add missing bug fixes to list in NEWS file.Joseph Myers
2017-09-28Fix nearbyint arithmetic moved before feholdexcept (bug 22225).Joseph Myers
2017-09-22Let fpclassify use the builtin when optimizing for size in C++ mode (bug 22146)Gabriel F. T. Gomes
2017-09-19Fix remaining return type of ifunc resolver declarationGabriel F. T. Gomes
2017-09-19Declare ifunc resolver to return a pointer to the same type as the targetMartin Sebor
2017-09-18tst-tlsopt-powerpc as a shared libAlan Modra
2017-09-11string/stratcliff.c: Replace int with size_t [BZ #21982]H.J. Lu
2017-09-08Update x86_64 ulps for AMD Ryzen.Markus Trippelsdorf
2017-09-07Use "static const char domain[] ="H.J. Lu
2017-09-07Place $(elf-objpfx)sofini.os last [BZ #22051]H.J. Lu
2017-09-06dynarray: Set errno on overflow-induced allocation failureFlorian Weimer
2017-09-06__libc_dynarray_emplace_enlarge: Add missing elseFlorian Weimer
2017-09-06resolv: __resolv_conf_attach must not free passed conf object [BZ #22096]Florian Weimer
2017-09-06resolv: Fix memory leak with OOM during resolv.conf parsing [BZ #22095]Florian Weimer
2017-09-06nss_dns: Remove dead PTR IPv4-to-IPv6 mapping codeFlorian Weimer
2017-09-06tst-res_use_inet6: Enhance test to cover IPv4-to-IPv6 address mappingFlorian Weimer
2017-09-04getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]Florian Weimer
2017-09-04getaddrinfo: Return EAI_NODATA if gethostbyname2_r reports NO_DATA [BZ #21922]Florian Weimer
2017-09-04getaddrinfo: In gaih_inet, use h_errno for certain status values onlyFlorian Weimer
2017-09-04getaddrinfo: Properly set errno for NSS function lookup failureFlorian Weimer
2017-09-04getaddrinfo: Use &h_errno has the h_errno pointerFlorian Weimer
2017-09-04getaddrinfo: Use &errno has the errno pointerFlorian Weimer
2017-09-04Synchronize support/ infrastructure with masterFlorian Weimer
2017-09-04getaddrinfo: Remove unreachable return statement from gaih_inetFlorian Weimer
2017-09-04Fix position of tests-unsupported definition in assert/Makefile.Joseph Myers