Age | Commit message (Expand) | Author | Files | Lines |
2016-08-17 | Support for type-generic libm function implementations libm | Paul E. Murphy | 1 | -0/+50 |
2016-08-17 | nptl/tst-once5: Reduce time to expected failure | Florian Weimer | 1 | -0/+5 |
2016-08-17 | Do not override objects in libc.a in other static libraries [BZ #20452] | Florian Weimer | 1 | -0/+34 |
2016-08-16 | Fix soft-fp extended.h unpacking (GCC bug 77265). | Joseph Myers | 1 | -0/+6 |
2016-08-16 | Add fesetexcept: sparc. | Joseph Myers | 1 | -0/+2 |
2016-08-16 | Add fesetexcept: sh. | Joseph Myers | 1 | -0/+2 |
2016-08-16 | Add fesetexcept: s390. | Joseph Myers | 1 | -0/+2 |
2016-08-16 | Add fesetexcept: powerpc. | Joseph Myers | 1 | -0/+4 |
2016-08-16 | Add fesetexcept: mips. | Joseph Myers | 1 | -0/+2 |
2016-08-16 | Add fesetexcept: m68k. | Joseph Myers | 1 | -0/+2 |
2016-08-16 | Add fesetexcept: ia64. | Joseph Myers | 1 | -0/+2 |
2016-08-16 | Add fesetexcept: hppa. | Joseph Myers | 1 | -0/+2 |
2016-08-16 | Add fesetexcept: arm. | Joseph Myers | 1 | -0/+2 |
2016-08-16 | Add fesetexcept: alpha. | Joseph Myers | 1 | -0/+2 |
2016-08-16 | Add fesetexcept: aarch64. | Joseph Myers | 1 | -0/+2 |
2016-08-16 | Add fesetexcept. | Joseph Myers | 1 | -0/+51 |
2016-08-16 | Add NEWS entry for CVE-2016-6323 | Florian Weimer | 1 | -0/+1 |
2016-08-16 | nptl/tst-tls3-malloc: Force freeing of thread stacks | Florian Weimer | 1 | -0/+7 |
2016-08-15 | arm: mark __startcontext as .cantunwind (bug 20435) | Andreas Schwab | 1 | -0/+6 |
2016-08-12 | Add comment from sysdeps/powerpc/fpu/fraiseexcpt.c to fsetexcptflg.c. | Joseph Myers | 1 | -0/+3 |
2016-08-12 | Fix test-fexcept when "inexact" implicitly raised. | Joseph Myers | 1 | -0/+6 |
2016-08-11 | Add missing reference to bug 20452 | Florian Weimer | 1 | -0/+1 |
2016-08-10 | Fix powerpc fesetexceptflag clearing FE_INVALID (bug 20455). | Joseph Myers | 1 | -0/+5 |
2016-08-10 | Add tests for fegetexceptflag, fesetexceptflag. | Joseph Myers | 1 | -0/+10 |
2016-08-09 | Add atomic operations required by the new condition variable. | Torvald Riegel | 1 | -0/+6 |
2016-08-09 | Fix recvmsg returning SIGLOST on PF_LOCAL sockets | Samuel Thibault | 1 | -0/+6 |
2016-08-05 | sparc32/sparcv9: add a VIS3 version of fdim | Aurelien Jarno | 1 | -0/+12 |
2016-08-05 | sparc: remove fdim sparc specific implementations | Aurelien Jarno | 1 | -0/+16 |
2016-08-05 | sparc: build with -mvis on sparc32/sparcv9 and sparc64 | Aurelien Jarno | 1 | -0/+6 |
2016-08-05 | Improve gen-libm-test.pl LIT() application | Paul E. Murphy | 1 | -0/+11 |
2016-08-05 | Fix math.h comment about bits/mathdef.h. | Joseph Myers | 1 | -0/+6 |
2016-08-05 | Add atomic_exchange_relaxed. | Torvald Riegel | 1 | -0/+4 |
2016-08-04 | Do not call __nan in scalb functions. | Joseph Myers | 1 | -0/+12 |
2016-08-04 | Update PO files. | Carlos O'Donell | 1 | -0/+6 |
2016-08-04 | x86: Use sysdep.o from libc.a in static libraries | Florian Weimer | 1 | -0/+7 |
2016-08-03 | Also handle __STDC_WANT_IEC_60559_BFP_EXT__ in <tgmath.h>. | Joseph Myers | 1 | -0/+4 |
2016-08-03 | Support __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test macro. | Joseph Myers | 1 | -0/+12 |
2016-08-03 | Fix typo in last arith.texi change. | Joseph Myers | 1 | -0/+4 |
2016-08-03 | Deprecate inclusion of <sys/sysmacros.h> by <sys/types.h> | Zack Weinberg | 1 | -0/+12 |
2016-08-03 | Minimize sysdeps code involved in defining major/minor/makedev. | Zack Weinberg | 1 | -0/+55 |
2016-08-03 | Add utility macros for clang detection, and deprecation with messages. | Zack Weinberg | 1 | -0/+6 |
2016-08-03 | Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro. | Joseph Myers | 1 | -0/+25 |
2016-08-03 | Unify drift between _Complex function type variants | Paul E. Murphy | 1 | -0/+11 |
2016-08-03 | Refactor part of math Makefile | Paul E. Murphy | 1 | -0/+51 |
2016-08-03 | Remove tacit double usage in ldbl-128 | Paul E. Murphy | 1 | -0/+10 |
2016-08-03 | Update and install proc_service.h [BZ #20311] | Tom Tromey | 1 | -0/+11 |
2016-08-03 | elf: Do not use memalign for TCB/TLS blocks allocation [BZ #17730] | Florian Weimer | 1 | -0/+15 |
2016-08-03 | elf: Avoid using memalign for TLS allocations [BZ #17730] | Florian Weimer | 1 | -0/+22 |
2016-08-03 | elf: dl-minimal malloc needs to respect fundamental alignment | Florian Weimer | 1 | -0/+7 |
2016-08-03 | Define UDP_ENCAP_* from Linux 4.7 in netinet/udp.h. | Joseph Myers | 1 | -0/+3 |