summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]hjl/pr21265/2.26H.J. Lu2017-10-228-306/+227
* x86: Add x86_64 to x86-64 HWCAP [BZ #22093]H.J. Lu2017-10-228-8/+96
* glob: Add new test tst-glob-tildeFlorian Weimer2017-10-213-2/+153
* CVE-2017-15670: glob: Fix one-byte overflow [BZ #22320]Paul Eggert2017-10-203-1/+12
* posix: Sync glob with gnulib [BZ #1062]Adhemerval Zanella2017-10-2023-459/+742
* i386: Hide __old_glob64 [BZ #18822]H.J. Lu2017-10-202-0/+9
* sysconf: Fix missing definition of UIO_MAXIOV on Linux [BZ #22321]Florian Weimer2017-10-206-2/+85
* nss_files: Avoid large buffers with many host addresses [BZ #22078]Florian Weimer2017-10-195-96/+473
* nss_files: Use struct scratch_buffer for gethostbyname [BZ #18023]Florian Weimer2017-10-192-156/+144
* nss_files: Refactor gethostbyname3 multi case into separate functionFlorian Weimer2017-10-192-193/+208
* Remove conditional on LDBL_MANT_DIG from e_lgammal_r.cGabriel F. T. Gomes2017-10-103-10/+9
* ldbl-128ibm: Automatic replacing of _Float128 and L()Gabriel F. T. Gomes2017-10-107-2253/+2253
* ldbl-128ibm: Copy implementations from ldbl-128 instead of including themGabriel F. T. Gomes2017-10-107-12/+3827
* powerpc: Add redirection for finitef128, isinf128, and isnanf128Gabriel F. T. Gomes2017-10-104-0/+36
* powerpc64le: Add -mfloat128 to tst-strtod-nan-locale testcaseGabriel F. T. Gomes2017-10-102-0/+9
* Fix glibc.tune.cpu tunable handlingSteve Ellcey2017-10-102-1/+6
* aarch64: Optimized implementation of memmove for Qualcomm FalkorSiddhesh Poyarekar2017-10-105-2/+257
* Update translationsSiddhesh Poyarekar2017-10-103-574/+581
* memcpy_falkor: Fix code style in commentsSiddhesh Poyarekar2017-10-102-7/+7
* aarch64: Optimized memcpy for Qualcomm Falkor processorSiddhesh Poyarekar2017-10-108-4/+216
* Update NEWS for bug 22111.Carlos O'Donell2017-10-061-0/+1
* malloc: Fix tcache leak after thread destruction [BZ #22111]Carlos O'Donell2017-10-064-3/+129
* test-math-iscanonical.cc: Replace bool with intH.J. Lu2017-10-042-2/+7
* Add C++ versions of iscanonical for ldbl-96 and ldbl-128ibm (bug 22235)Gabriel F. T. Gomes2017-10-038-5/+106
* Fix sparc32 bits/long-double.h (bug 21987).Joseph Myers2017-10-023-0/+36
* Add missing bug fixes to list in NEWS file.Joseph Myers2017-09-301-0/+4
* Fix nearbyint arithmetic moved before feholdexcept (bug 22225).Joseph Myers2017-09-285-10/+23
* Let fpclassify use the builtin when optimizing for size in C++ mode (bug 22146)Gabriel F. T. Gomes2017-09-223-1/+14
* Fix remaining return type of ifunc resolver declarationGabriel F. T. Gomes2017-09-192-1/+7
* Declare ifunc resolver to return a pointer to the same type as the targetMartin Sebor2017-09-192-1/+7
* tst-tlsopt-powerpc as a shared libAlan Modra2017-09-185-48/+70
* string/stratcliff.c: Replace int with size_t [BZ #21982]H.J. Lu2017-09-112-109/+176
* Update x86_64 ulps for AMD Ryzen.Markus Trippelsdorf2017-09-082-2/+6
* Use "static const char domain[] ="H.J. Lu2017-09-072-1/+6
* Place $(elf-objpfx)sofini.os last [BZ #22051]H.J. Lu2017-09-072-1/+12
* dynarray: Set errno on overflow-induced allocation failureFlorian Weimer2017-09-064-3/+49
* __libc_dynarray_emplace_enlarge: Add missing elseFlorian Weimer2017-09-062-1/+6
* resolv: __resolv_conf_attach must not free passed conf object [BZ #22096]Florian Weimer2017-09-063-4/+8
* resolv: Fix memory leak with OOM during resolv.conf parsing [BZ #22095]Florian Weimer2017-09-063-0/+12
* nss_dns: Remove dead PTR IPv4-to-IPv6 mapping codeFlorian Weimer2017-09-063-20/+186
* tst-res_use_inet6: Enhance test to cover IPv4-to-IPv6 address mappingFlorian Weimer2017-09-062-45/+198
* getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]Florian Weimer2017-09-046-45/+206
* getaddrinfo: Return EAI_NODATA if gethostbyname2_r reports NO_DATA [BZ #21922]Florian Weimer2017-09-043-0/+15
* getaddrinfo: In gaih_inet, use h_errno for certain status values onlyFlorian Weimer2017-09-042-1/+9
* getaddrinfo: Properly set errno for NSS function lookup failureFlorian Weimer2017-09-042-6/+15
* getaddrinfo: Use &h_errno has the h_errno pointerFlorian Weimer2017-09-042-28/+24
* getaddrinfo: Use &errno has the errno pointerFlorian Weimer2017-09-042-13/+16
* Synchronize support/ infrastructure with masterFlorian Weimer2017-09-042-12/+31
* getaddrinfo: Remove unreachable return statement from gaih_inetFlorian Weimer2017-09-042-7/+8
* Fix position of tests-unsupported definition in assert/Makefile.Joseph Myers2017-09-042-2/+7