aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-01Make ldbl-128 getpayload, setpayload functions use _Float128.Joseph Myers3-4/+8
2016-12-01Add missing hidden_def (__sigsetjmp).Joseph Myers10-0/+22
2016-12-01powerpc: Remove stpcpy internal clash with IFUNCAdhemerval Zanella2-3/+8
2016-12-01powerpc: strcmp optimization for power9Rajalakshmi Srinivasaraghavan6-1/+337
2016-12-01Refactor FP_ILOGB* out of bits/mathdef.h.Joseph Myers17-105/+148
2016-12-01Make build-many-glibcs.py support running as a bot.Joseph Myers2-11/+53
2016-11-30Add build-many-glibcs.py bot-cycle action.Joseph Myers2-9/+174
2016-11-30powerpc: Remove stpcpy internal clash with IFUNCAdhemerval Zanella2-3/+6
2016-11-30ld.so: Remove __libc_memalignFlorian Weimer48-119/+106
2016-11-30Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer37-315/+595
2016-11-30libio: Limit buffer size to 8192 bytes [BZ #4099]Florian Weimer3-1/+13
2016-11-30Remove out of date PROJECTS file.Carlos O'Donell2-107/+4
2016-11-29gconv: Adjust GBK to support the Euro signFlorian Weimer2-2/+19
2016-11-29Use XSTAT_IS_XSTAT64 in generic xstat functionsSteve Ellcey9-0/+124
2016-11-29powerpc: Add hidden definition for __sigsetjmpFlorian Weimer4-0/+20
2016-11-29powerpc: Remove unintended __longjmp symbol from ABIFlorian Weimer3-4/+9
2016-11-29Refactor FP_FAST_* into bits/fp-fast.h.Joseph Myers12-157/+81
2016-11-28Make ilogb wrappers type-generic.Joseph Myers8-96/+21
2016-11-28Work around IA64 tst-setcontext2.c compile failure.Joseph Myers2-0/+26
2016-11-28Fix sysdeps/ia64/fpu/libm-symbols.h for inclusion in testcases.Joseph Myers2-18/+25
2016-11-28X86_64: Don't use PLT nor GOT in static archives [BZ #20750]H.J. Lu2-1/+8
2016-11-28Partial ILP32 support for aarch64.Steve Ellcey34-167/+384
2016-11-28Fix for [f]statfs64/[f]statfs aliasing patchSteve Ellcey3-16/+28
2016-11-28Do not include asm/cachectl.h in nios2 sys/cachectl.h.Joseph Myers2-3/+5
2016-11-27Minor problems exposed by compiling C++ tests under _ISOMAC.Zack Weinberg3-1/+7
2016-11-27hurd: fix using hurd/signal.h in C++ programsSamuel Thibault2-3/+8