summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* New string function explicit_bzero (from OpenBSD).zack/explicit-bzeroZack Weinberg2016-12-1548-22/+652
* Fix assertion failure on test timeoutAndreas Schwab2016-12-152-1/+6
* Fix powerpc fmax, fmin sNaN handling (bug 20947).Joseph Myers2016-12-153-2/+79
* Fix generic fmax, fmin sNaN handling (bug 20947).Joseph Myers2016-12-143-2/+21
* Refactor long double information into bits/long-double.h.Joseph Myers2016-12-1421-166/+121
* Include <linux/falloc.h> in bits/fcntl-linux.h.Joseph Myers2016-12-142-9/+10
* Fix arg used as litteral suffix in tst-strfrom.hGabriel F. T. Gomes2016-12-142-1/+5
* Consolidate renameat Linux implementationAdhemerval Zanella2016-12-143-1/+35
* Consolidate rename Linux implementationAdhemerval Zanella2016-12-142-4/+15
* Add [BZ #19398] marker to ChangeLog entry.Joseph Myers2016-12-141-0/+1
* Improve strtok and strtok_r performance. Instead of calling strpbrk whichWilco Dijkstra2016-12-146-92/+88
* Make w_log1p type-genericGabriel F. T. Gomes2016-12-147-131/+21
* Improve generic rawmemchr for targets that don't have anWilco Dijkstra2016-12-142-149/+10
* Use Linux 4.9 (headers) in build-many-glibcs.py.Joseph Myers2016-12-142-1/+6
* Better design of libm.a installation rule.Andrew Senkevich2016-12-132-4/+12
* powerpc: remove _dl_platform_string and _dl_powerpc_platformsAndreas Schwab2016-12-133-62/+19
* nptl/tst-cancel7: Add missing case labelFlorian Weimer2016-12-132-0/+5
* Expose linking against libsupport as make dependencyFlorian Weimer2016-12-133-6/+15
* powerpc: strncmp optimization for power9Rajalakshmi Srinivasaraghavan2016-12-136-1/+433
* Add getentropy, getrandom, <sys/random.h> [BZ #17252]Florian Weimer2016-12-1241-4/+693
* debug: Additional compiler barriers for backtrace tests [BZ #20956]Florian Weimer2016-12-106-22/+28
* Fix testsuite timeout handlingAndreas Schwab2016-12-102-1/+6
* inet: Make IN6_IS_ADDR_UNSPECIFIED etc. usable with POSIX [BZ #16421]Florian Weimer2016-12-095-27/+64
* support: Introduce new subdirectory for test infrastructureFlorian Weimer2016-12-0959-962/+2198
* Make _REENTRANT and _THREAD_SAFE aliases for _POSIX_C_SOURCE=199506L.Zack Weinberg2016-12-087-28/+47
* Fix tests-printers handling for cross compiling.Joseph Myers2016-12-082-3/+8
* Install libm.a as linker script (bug 20539).Andrew Senkevich2016-12-083-4/+26
* Add pretty printers for the NPTL lock typesMartin Galvan2016-12-0826-20/+2769
* Add build-many-glibcs.py option to strip installed shared libraries.Joseph Myers2016-12-072-2/+20
* Fix writes past the allocated array bounds in execvpe (BZ#20847)Adhemerval Zanella2016-12-073-125/+94
* Get rid of __elision_availableAndreas Schwab2016-12-073-9/+11
* Fix typo in last ChangeLog message.Joseph Myers2016-12-071-1/+2
* Fix hypot sNaN handling (bug 20940).Joseph Myers2016-12-079-10/+91
* Fix x86_64/x86 powl handling of sNaN arguments (bug 20916).Joseph Myers2016-12-064-10/+109
* Use C11-like atomics instead of plain memory accesses in x86 lock elision.Torvald Riegel2016-12-055-30/+82
* hurd: fix using hurd.h in C++ programsSamuel Thibault2016-12-042-3/+8
* Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916).Joseph Myers2016-12-025-11/+21
* Fix pow (qNaN, 0) result with -lieee (bug 20919), remove dead parts of wrappers.Joseph Myers2016-12-026-88/+29
* Bug 20918 - Building with --enable-nss-crypt fails tst-linkall-staticCarlos O'Donell2016-12-026-2/+92
* elf/tst-tls-manydynamic: New testFlorian Weimer2016-12-025-2/+259
* aarch64: Use explicit offsets in _dl_tlsdesc_dynamicFlorian Weimer2016-12-023-9/+19
* S390: Regenerate ULPs.Stefan Liebler2016-12-022-6/+10
* Fix new testcase elf/tst-latepthread on s390x.Stefan Liebler2016-12-022-0/+8
* Add llogb, llogbf, llogbl.Joseph Myers2016-12-0244-8/+398
* Make ldbl-128 getpayload, setpayload functions use _Float128.Joseph Myers2016-12-013-4/+8
* Add missing hidden_def (__sigsetjmp).Joseph Myers2016-12-0110-0/+22
* powerpc: Remove stpcpy internal clash with IFUNCAdhemerval Zanella2016-12-012-3/+8
* powerpc: strcmp optimization for power9Rajalakshmi Srinivasaraghavan2016-12-016-1/+337
* Refactor FP_ILOGB* out of bits/mathdef.h.Joseph Myers2016-12-0117-105/+148
* Make build-many-glibcs.py support running as a bot.Joseph Myers2016-12-012-11/+53