aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2016-08-31S390: Do not set FE_INEXACT with feraiseexcept (FE_OWERFLOW|FE_UNDERFLOW).Stefan Liebler4-6/+100
2016-08-30hurd: Fix adjtime call with OLDDELTA == NULLSvante Signell1-0/+4
2016-08-30Use fabs(x) instead of branching on signedness of input to sin and cosSiddhesh Poyarekar1-148/+85
2016-08-30Add fall through commentsSiddhesh Poyarekar1-0/+2
2016-08-30Consolidate reduce_and_compute codeSiddhesh Poyarekar1-17/+14
2016-08-29Convert remaining complex function to generated filesPaul E. Murphy21-115/+80
2016-08-29sparcv9: Restore fdiml@GLIBC_2.1Paul E. Murphy1-1/+1
2016-08-29Add fetestexceptflag.Joseph Myers28-0/+58
2016-08-26malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer2-6/+6
2016-08-26X86-64: Correct CFA in _dl_runtime_resolveH.J. Lu1-0/+2
2016-08-19Convert _Complex tangent functions to generated codePaul E. Murphy12-64/+32
2016-08-19Convert _Complex sine functions to generated codePaul E. Murphy18-101/+42
2016-08-19X86: Change bit_YMM_state to (1 << 2)H.J. Lu1-1/+1
2016-08-19Merge common usage of mul_split functionPaul E. Murphy11-346/+22
2016-08-19Convert _Complex cosine functions to generated codePaul E. Murphy15-79/+38
2016-08-18Fix incorrect double-checked locking related to _res_hconf.initialized.Torvald Riegel1-2/+1
2016-08-18Get rid of array-bounds warning in __kernel_rem_pio2[f] with gcc 6.1 -O3.Stefan Liebler2-0/+20
2016-08-17ldbl-128: Remove unused sqrtl declaration in e_asinl.cPaul E. Murphy1-1/+0
2016-08-17Support for type-generic libm function implementations libmPaul E. Murphy16-60/+320
2016-08-17Do not override objects in libc.a in other static libraries [BZ #20452]Florian Weimer13-1/+16
2016-08-16Add fesetexcept: sparc.Joseph Myers1-0/+31
2016-08-16Add fesetexcept: sh.Joseph Myers1-0/+32
2016-08-16Add fesetexcept: s390.Joseph Myers1-0/+33
2016-08-16Add fesetexcept: powerpc.Joseph Myers3-0/+107
2016-08-16Add fesetexcept: mips.Joseph Myers1-0/+32
2016-08-16Add fesetexcept: m68k.Joseph Myers1-0/+31
2016-08-16Add fesetexcept: ia64.Joseph Myers1-0/+31
2016-08-16Add fesetexcept: hppa.Joseph Myers1-0/+35
2016-08-16Add fesetexcept: arm.Joseph Myers1-0/+38
2016-08-16Add fesetexcept: alpha.Joseph Myers1-0/+31
2016-08-16Add fesetexcept: aarch64.Joseph Myers1-0/+34
2016-08-16Add fesetexcept.Joseph Myers29-0/+116
2016-08-15arm: mark __startcontext as .cantunwind (bug 20435)Andreas Schwab1-0/+7
2016-08-12Add comment from sysdeps/powerpc/fpu/fraiseexcpt.c to fsetexcptflg.c.Joseph Myers1-0/+1
2016-08-10Fix powerpc fesetexceptflag clearing FE_INVALID (bug 20455).Joseph Myers1-1/+4
2016-08-10Add tests for fegetexceptflag, fesetexceptflag.Joseph Myers2-0/+15
2016-08-09Fix recvmsg returning SIGLOST on PF_LOCAL socketsSamuel Thibault1-1/+3
2016-08-05sparc32/sparcv9: add a VIS3 version of fdimAurelien Jarno5-1/+114
2016-08-05sparc: remove fdim sparc specific implementationsAurelien Jarno11-314/+2
2016-08-05sparc: build with -mvis on sparc32/sparcv9 and sparc64Aurelien Jarno2-1/+3
2016-08-04x86: Use sysdep.o from libc.a in static librariesFlorian Weimer1-0/+2
2016-08-03Minimize sysdeps code involved in defining major/minor/makedev.Zack Weinberg33-136/+34
2016-08-03Remove tacit double usage in ldbl-128Paul E. Murphy3-3/+3
2016-08-03elf: Avoid using memalign for TLS allocations [BZ #17730]Florian Weimer1-5/+7
2016-08-03Define UDP_ENCAP_* from Linux 4.7 in netinet/udp.h.Joseph Myers1-0/+2
2016-08-03Define PF_QIPCRTR, AF_QIPCRTR from Linux 4.7 in bits/socket.h.Joseph Myers1-1/+3
2016-08-03sparc64: add a VIS3 version of ceil, floor and truncAurelien Jarno16-3/+348
2016-08-02Fix sNaN handling in nearbyint on 32-bit sparc.David S. Miller4-10/+10
2016-08-03powerpc: fix ifunc-sel.h fix asm constraints and clobber listAurelien Jarno1-2/+4
2016-08-03powerpc: fix ifunc-sel.h with GCC 6Aurelien Jarno1-3/+4