about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Do not require memset elimination in explicit_bzero testFlorian Weimer2016-12-203-9/+29
* Add fmaxmag, fminmag functions.Joseph Myers2016-12-2044-6/+677
* Robust mutexes: Fix lost wake-up.Torvald Riegel2016-12-193-4/+32
* benchtests: Add fmaxf/fminf benchmarksAdhemerval Zanella2016-12-194-1/+56
* benchtests: Add fmax/fmin benchmarksAdhemerval Zanella2016-12-194-1/+55
* Adjust benchtests to new support library.Adhemerval Zanella2016-12-1931-50/+96
* Disable TSX on some Haswell processors.Andrew Senkevich2016-12-192-6/+29
* Add missing bug number to ChangeLogFlorian Weimer2016-12-181-0/+1
* assert.h: allow gcc to detect assert(a = 1) errorsJim Meyering2016-12-182-4/+25
* Link benchset tests against libsupportSiddhesh Poyarekar2016-12-182-0/+6
* Add ChangeLog for previous commitSiddhesh Poyarekar2016-12-181-0/+5
* Add -B to python invocation to avoid generating pyc filesMartin Galvan2016-12-181-1/+7
* Document sNaN argument error handling.Joseph Myers2016-12-162-0/+10
* New string function explicit_bzero (from OpenBSD).Zack Weinberg2016-12-1649-22/+711
* Define FE_SNANS_ALWAYS_SIGNAL.Joseph Myers2016-12-166-3/+77
* Fix typos and missing closing bracket in test-memchr.cAdhemerval Zanella2016-12-162-2/+7
* Make build-many-glibcs.py flush stdout before execv.Joseph Myers2016-12-162-0/+6
* Fix powerpc64/power7 memchr for large input sizesAdhemerval Zanella2016-12-163-10/+49
* Make w_scalbln type-genericGabriel F. T. Gomes2016-12-167-110/+27
* Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947).Joseph Myers2016-12-1512-27/+322
* 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