about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* resolv: Add test coverage for ns_name_unpack, ns_name_ntopFlorian Weimer2017-04-044-0/+863
* S390: Clobber also r14 in TLS_LD, TLS_GD macros on 31bit.Stefan Liebler2017-04-042-4/+11
* ChangeLog: fix BZ style to be consistent and match majority of existing codeMike Frysinger2017-04-034-24/+24
* posix_spawn: use a larger min stack for -fstack-check [BZ #21253]Mike Frysinger2017-04-032-0/+11
* Call the right helper function when setting mallopt M_ARENA_MAX (BZ #21338)Wladimir J. van der Laan2017-04-012-1/+7
* Fix condition for inclusion of math-finite.h for long doubleGabriel F. T. Gomes2017-03-313-2/+7
* fts: Fix symbol redirect for fts_set [BZ #21289]Slava Barinov2017-03-312-1/+6
* Fix more test-errno issuesAdhemerval Zanella2017-03-302-2/+12
* Change return type in the declaration of __ieee754_rem_pio2lGabriel F. T. Gomes2017-03-303-2/+9
* Macroize inclusion of math-finite.hGabriel F. T. Gomes2017-03-303-387/+140
* Fix i686 memchr overflow calculation (BZ#21182)Adhemerval Zanella2017-03-293-1/+15
* Change TEST_NAME to memcpy to fix IFUNC testing of multiple versions.Steve Ellcey2017-03-282-2/+7
* Consolidate set* Linux implementationAdhemerval Zanella2017-03-2865-379/+176
* localedata: hu_HU: fix multiple sorting bugs (bug 18934)Egmont Koblinger2017-03-285-145/+716
* Define more termios.h macros unconditionally for alpha (bug 21277).Joseph Myers2017-03-272-6/+11
* [AArch64] Update libm-test-ulpsSzabolcs Nagy2017-03-272-80/+92
* Actually add bench-memcpy-randomSiddhesh Poyarekar2017-03-261-0/+157
* Update old tunables framework document/script.Sunyeop Lee2017-03-244-14/+21
* Add a new randomized memcpy test for copies up to 256 bytes. The distributionWilco Dijkstra2017-03-232-1/+6
* Change the order of function attributes in printf.hTulio Magno Quites Machado Filho2017-03-232-2/+8
* Update string tests to use the support test driver.Wainer dos Santos Moschetta2017-03-2346-95/+143
* Another round of inclusion fixes for _ISOMAC testsuite.Zack Weinberg2017-03-225-5/+20
* x86-64: Improve branch predication in _dl_runtime_resolve_avx512_opt [BZ #21258]H.J. Lu2017-03-213-6/+15
* Regenerate INSTALL.Joseph Myers2017-03-212-0/+10
* Merge branch 'master' of ssh://sourceware.org/git/glibcThorsten Kukuk2017-03-212-1/+6
|\
| * Fix failing test malloc/tst-interpose-nothread with GCC 7.Stefan Liebler2017-03-212-1/+6
* | Deprecate libnsl by default (only shared library will beThorsten Kukuk2017-03-2148-81/+300
|/
* conformtest: Add x32 XFAILs for mq_attr element types (bug 21279).Joseph Myers2017-03-203-5/+15
* conformtest: Add mips XFAIL for struct stat st_rdev type (bug 21278).Joseph Myers2017-03-203-2/+9
* Fix alpha termios.h NL2, NL3 namespace (bug 21268).Joseph Myers2017-03-202-2/+11
* posix_spawn: fix stack setup on ia64 [BZ #21275]Mike Frysinger2017-03-202-5/+14
* linux ttyname and ttyname_r: do not return wrong resultsChristian Brauner2017-03-194-8/+71
* conformtest: XFAIL tv_nsec tests for x32 (bug 16437).Joseph Myers2017-03-186-4/+22
* Fix sparc64 bits/setjmp.h namespace (bug 21261).Joseph Myers2017-03-183-21/+30
* conformtest: Handle conditional XFAILs with allow-header.Joseph Myers2017-03-182-1/+6
* Further harden glibc malloc metadata against 1-byte overflows.DJ Delorie2017-03-172-0/+7
* Use CPU_FEATURES_CPU_P to check if AVX is availableH.J. Lu2017-03-172-2/+6
* Make alpha termios.h define IXANY unconditionally (bug 21259).Joseph Myers2017-03-172-1/+5
* conformtest: Add mips XFAIL for struct stat st_dev type (bug 17786).Joseph Myers2017-03-173-1/+11
* Add missing piece to last ChangeLog entry.Joseph Myers2017-03-171-0/+1
* conformtest: Add alpha XFAIL for struct netent n_net type (bug 21260).Joseph Myers2017-03-173-1/+11
* conformtest: Skip execution tests when cross-compiling.Joseph Myers2017-03-173-2/+18
* conformtest: Support system-specific XFAILs.Joseph Myers2017-03-173-2/+27
* conformtest: Make more tests into compilation tests.Joseph Myers2017-03-162-8/+12
* XFAIL catan and catanh tests on ibm128Tulio Magno Quites Machado Filho2017-03-164-1168/+1175
* Remove C++ namespace handling from glibc headers.Joseph Myers2017-03-1625-411/+37
* Add ChangeLog entry for aarch64 ifunc support patch.Steve Ellcey2017-03-151-0/+12
* Add ifunc support for aarch64.Steve Ellcey2017-03-157-0/+205
* x86_64: fix static build of __mempcpy_chk for compilers defaulting to PIC/PIEMike Frysinger2017-03-152-1/+6
* Improve float range reduction accuracy near pi/2 (bug 21094).Joseph Myers2017-03-155-2/+595