about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Consolidate Linux truncate implementationsAdhemerval Zanella2016-11-0911-159/+40
* Consolidate Linux ftruncate implementationsAdhemerval Zanella2016-11-0914-275/+155
* Fix rpcgen buffer overrun (bug 20790).Joseph Myers2016-11-084-1/+22
* Add localplt.data for sh.Joseph Myers2016-11-082-0/+22
* Add localplt.data for hppa.Joseph Myers2016-11-082-0/+25
* Update alpha localplt.data.Joseph Myers2016-11-082-11/+16
* Update nios2 localplt.data.Joseph Myers2016-11-082-0/+6
* Consolidate lseek/lseek64/llseek implementationsAdhemerval Zanella2016-11-0813-111/+106
* Write messages to stdout and use write_message instead of writeGabriel F. T. Gomes2016-11-079-54/+70
* Use write_message instead of writeGabriel F. T. Gomes2016-11-075-26/+37
* Make check-installed-headers.sh ignore sys/sysctl.h for x32.Joseph Myers2016-11-072-0/+27
* Define __ASSUME_ST_INO_64_BIT on all platforms.Steve Ellcey2016-11-077-4/+18
* nptl: Document the reason why __kind in pthread_mutex_t is part of the ABIFlorian Weimer2016-11-0716-14/+49
* Document do_test in test-skeleton.cSteve Ellcey2016-11-072-1/+20
* gconv.h: fix build with GCC 7Aurelien Jarno2016-11-062-1/+6
* Speed up math/test-tgmath2.cSteve Ellcey2016-11-042-9/+126
* Do not generate UNRESOLVED results for run-built-tests = no.Joseph Myers2016-11-042-1/+11
* Handle tests-unsupported if run-built-tests = no.Joseph Myers2016-11-042-1/+7
* Fix sparc build due missing __WORDSIZE_TIME64_COMPAT32 definitionAdhemerval Zanella2016-11-042-0/+7
* Fix alpha sqrt fegetenv namespace (bug 20768).Joseph Myers2016-11-042-1/+5
* Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers2016-11-0423-30/+61
* Make MIPS <sys/user.h> self-contained.Joseph Myers2016-11-042-0/+3
* XFAIL check-execstack for MIPS.Joseph Myers2016-11-042-0/+9
* Add localplt.data for MIPS.Joseph Myers2016-11-042-0/+7
* Define wordsize.h macros everywhereSteve Ellcey2016-11-0421-10/+142
* An optimized memchr was missing for AArch64. This version is similar toWilco Dijkstra2016-11-042-0/+162
* Handle tilegx* machine names.Joseph Myers2016-11-042-1/+5
* Fix linknamespace parallel test failures.Joseph Myers2016-11-032-0/+6
* Fix -Wformat-length warning in time/tst-strptime2.cSteve Ellcey2016-11-022-0/+15
* Bug 20729: Fix build failures on ppc64 and other arches.Carlos O'Donell2016-11-022-2/+10
* Fix warning from latest GCC in tst-printf.cSteve Ellcey2016-11-012-0/+9
* Correct clog10 documentation (bug 19673).Joseph Myers2016-11-012-2/+8
* Bug 20729: Include libc-internal.h where required.Carlos O'Donell2016-10-314-1/+13
* hurd: Fix spurious port deallocationBrent W. Baccala2016-10-312-1/+7
* Properly initialize glob structure with GLOB_BRACE|GLOB_DOOFFS (bug 20707)Andreas Schwab2016-10-313-39/+50
* Bug 20729: Fix building with -Os.Carlos O'Donell2016-10-298-1/+91
* Add include/crypt.h.Carlos O'Donell2016-10-283-1/+8
* Fix warning caused by unused-result in bug-atexit3-lib.ccGabriel F T Gomes2016-10-282-2/+16
* Add SNAN, SNANF, SNANL macros.Joseph Myers2016-10-288-0/+42
* Document a behavior of an elided pthread_rwlock_unlockTulio Magno Quites Machado Filho2016-10-283-0/+13
* powerpc: Fix TOC stub on powerpc64 clone()Tulio Magno Quites Machado Filho2016-10-282-1/+7
* malloc: Update comments about chunk layoutFlorian Weimer2016-10-282-10/+35
* crypt: Use internal names for the SHA-2 block functionsFlorian Weimer2016-10-287-30/+42
* Fix building tst-linkall-static.Carlos O'Donell2016-10-282-0/+3
* Add missing include for stdlib.h.Carlos O'Donell2016-10-282-0/+5
* Check IFUNC definition in unrelocated shared library [BZ #20019]H.J. Lu2016-10-283-2/+41
* i386: Support CFLAGS which imply -fno-omit-frame-pointer [BZ #20729]Florian Weimer2016-10-282-12/+59
* Add test for linking against most static librariesFlorian Weimer2016-10-283-1/+63
* sysmalloc: Initialize previous size field of mmaped chunksFlorian Weimer2016-10-282-0/+6
* malloc: Use accessors for chunk metadata accessFlorian Weimer2016-10-284-70/+127