aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-16New string function explicit_bzero (from OpenBSD).Zack Weinberg49-22/+711
2016-12-16Define FE_SNANS_ALWAYS_SIGNAL.Joseph Myers6-3/+77
2016-12-16Fix typos and missing closing bracket in test-memchr.cAdhemerval Zanella2-2/+7
2016-12-16Make build-many-glibcs.py flush stdout before execv.Joseph Myers2-0/+6
2016-12-16Fix powerpc64/power7 memchr for large input sizesAdhemerval Zanella3-10/+49
2016-12-16Make w_scalbln type-genericGabriel F. T. Gomes7-110/+27
2016-12-15Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947).Joseph Myers12-27/+322
2016-12-15Fix assertion failure on test timeoutAndreas Schwab2-1/+6
2016-12-15Fix powerpc fmax, fmin sNaN handling (bug 20947).Joseph Myers3-2/+79
2016-12-14Fix generic fmax, fmin sNaN handling (bug 20947).Joseph Myers3-2/+21
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers21-166/+121
2016-12-14Include <linux/falloc.h> in bits/fcntl-linux.h.Joseph Myers2-9/+10
2016-12-14Fix arg used as litteral suffix in tst-strfrom.hGabriel F. T. Gomes2-1/+5
2016-12-14Consolidate renameat Linux implementationAdhemerval Zanella3-1/+35
2016-12-14Consolidate rename Linux implementationAdhemerval Zanella2-4/+15
2016-12-14Add [BZ #19398] marker to ChangeLog entry.Joseph Myers1-0/+1
2016-12-14Improve strtok and strtok_r performance. Instead of calling strpbrk whichWilco Dijkstra6-92/+88
2016-12-14Make w_log1p type-genericGabriel F. T. Gomes7-131/+21
2016-12-14Improve generic rawmemchr for targets that don't have anWilco Dijkstra2-149/+10
2016-12-14Use Linux 4.9 (headers) in build-many-glibcs.py.Joseph Myers2-1/+6
2016-12-13Better design of libm.a installation rule.Andrew Senkevich2-4/+12
2016-12-13powerpc: remove _dl_platform_string and _dl_powerpc_platformsAndreas Schwab3-62/+19
2016-12-13nptl/tst-cancel7: Add missing case labelFlorian Weimer2-0/+5
2016-12-13Expose linking against libsupport as make dependencyFlorian Weimer3-6/+15
2016-12-13powerpc: strncmp optimization for power9Rajalakshmi Srinivasaraghavan6-1/+433
2016-12-12Add getentropy, getrandom, <sys/random.h> [BZ #17252]Florian Weimer41-4/+693
2016-12-10debug: Additional compiler barriers for backtrace tests [BZ #20956]Florian Weimer6-22/+28
2016-12-10Fix testsuite timeout handlingAndreas Schwab2-1/+6
2016-12-09inet: Make IN6_IS_ADDR_UNSPECIFIED etc. usable with POSIX [BZ #16421]Florian Weimer5-27/+64
2016-12-09support: Introduce new subdirectory for test infrastructureFlorian Weimer59-962/+2198
2016-12-08Make _REENTRANT and _THREAD_SAFE aliases for _POSIX_C_SOURCE=199506L.Zack Weinberg7-28/+47
2016-12-08Fix tests-printers handling for cross compiling.Joseph Myers2-3/+8
2016-12-08Install libm.a as linker script (bug 20539).Andrew Senkevich3-4/+26
2016-12-08Add pretty printers for the NPTL lock typesMartin Galvan26-20/+2769
2016-12-07Add build-many-glibcs.py option to strip installed shared libraries.Joseph Myers2-2/+20
2016-12-07Fix writes past the allocated array bounds in execvpe (BZ#20847)Adhemerval Zanella3-125/+94
2016-12-07Get rid of __elision_availableAndreas Schwab3-9/+11
2016-12-07Fix typo in last ChangeLog message.Joseph Myers1-1/+2
2016-12-07Fix hypot sNaN handling (bug 20940).Joseph Myers9-10/+91
2016-12-06Fix x86_64/x86 powl handling of sNaN arguments (bug 20916).Joseph Myers4-10/+109
2016-12-05Use C11-like atomics instead of plain memory accesses in x86 lock elision.Torvald Riegel5-30/+82
2016-12-04hurd: fix using hurd.h in C++ programsSamuel Thibault2-3/+8
2016-12-02Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916).Joseph Myers5-11/+21
2016-12-02Fix pow (qNaN, 0) result with -lieee (bug 20919), remove dead parts of wrappers.Joseph Myers6-88/+29
2016-12-02Bug 20918 - Building with --enable-nss-crypt fails tst-linkall-staticCarlos O'Donell6-2/+92
2016-12-02elf/tst-tls-manydynamic: New testFlorian Weimer5-2/+259
2016-12-02aarch64: Use explicit offsets in _dl_tlsdesc_dynamicFlorian Weimer3-9/+19
2016-12-02S390: Regenerate ULPs.Stefan Liebler2-6/+10
2016-12-02Fix new testcase elf/tst-latepthread on s390x.Stefan Liebler2-0/+8
2016-12-02Add llogb, llogbf, llogbl.Joseph Myers44-8/+398