aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2015-05-01Add more tests of tanh.Joseph Myers2-24/+36
2015-05-01Add more tests of tan.Joseph Myers2-8/+10
2015-05-01Add more tests of cos, sin, sincos.Joseph Myers2-8/+8
2015-05-01Add another test of pow.Joseph Myers1-8/+8
2015-05-01Add more tests of lgamma.Joseph Myers2-60/+60
2015-05-01Add more tests of log, log10, log1p, log2.Joseph Myers2-61/+65
2015-05-01Add more tests of exp, exp10, exp2, expm1.Joseph Myers2-29/+85
2015-05-01Add more tests of erf, erfc.Joseph Myers2-34/+60
2015-04-30Add more tests of csqrt.Joseph Myers2-50/+50
2015-04-30Add further tests of cosh and sinh.Joseph Myers2-18/+18
2015-04-30Remove MIPS version of waitid.c.Joseph Myers1-7/+0
2015-04-29NaCl: Change clock_t to long int.Roland McGrath2-3/+4
2015-04-29NaCl: Fix symbol names for euidaccess.Roland McGrath1-1/+3
2015-04-29NaCl: Make __suseconds_t be long int rather than int32_t.Roland McGrath1-1/+1
2015-04-28Fix ldbl-128 roundl for exponents in [31, 47] (bug 18346).Joseph Myers1-1/+1
2015-04-27Update sparc localplt.dataDavid S. Miller2-8/+6
2015-04-24ARM: Define PI_STATIC_AND_HIDDEN.Roland McGrath2-5/+5
2015-04-24S/390: Regenerate ULPsStefan Liebler1-251/+221
2015-04-24S/390: Get cache information via sysconfStefan Liebler1-0/+230
2015-04-22Use __copysign rather than copysign.Wilco Dijkstra2-2/+2
2015-04-20libc-vdso.h place consolidationAdhemerval Zanella20-16/+16
2015-04-17Sparc memchr/memcmp/strncmp fixes from Il'ya Malakhov.David S. Miller3-5/+6
2015-04-17Add arm-nacl port.Roland McGrath125-0/+5111
2015-04-16Convert sparc over to lowlevellock-futex.hDavid S. Miller1-146/+1
2015-04-16tile: Enable PI_STATIC_AND_HIDDENChris Metcalf2-0/+13
2015-04-15powerpc: Fix __wcschr static buildAdhemerval Zanella2-6/+22
2015-04-15Rebuilt fresh sparc ULPS to get rid of removed tests.David S. Miller1-164/+74
2015-04-13Set errno for log1p on pole/domain error.Stefan Liebler17-17/+112
2015-04-09Add more tests of clog and clog10.Joseph Myers2-108/+108
2015-04-08Update SPARC ulps.David S. Miller1-88/+171
2015-04-08Add more tests of atanh.Joseph Myers2-7/+7
2015-04-08Add more tests of atan.Joseph Myers2-2/+12
2015-04-08Add more tests of cbrt.Joseph Myers1-8/+10
2015-04-08Add more tests of cabs.Joseph Myers2-0/+40
2015-04-08Fix dbl-64 atan2 in non-default rounding modes (bug 18210, bug 18211).Joseph Myers3-36/+46
2015-04-08Fix dbl-64 atan in non-default rounding modes (bug 18197).Joseph Myers1-0/+2
2015-04-07[BZ #17930] MIPS: Define SHM_NORESERVE.James Cowgill1-0/+1
2015-04-06alpha: Update libm-test-ulpsRichard Henderson1-160/+123
2015-04-06alpha: Unconditionally include dl-sysdep.h in sysdep.hRichard Henderson1-5/+1
2015-04-02aarch64: Increase MINSIGSTKSZ and SIGSTKSZ (bug 16850)Andreas Schwab1-0/+54
2015-03-31Limit threads sharing L2 cache to 2 for SLM/KNLH.J. Lu1-0/+23
2015-03-31Add ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86H.J. Lu5-5/+31
2015-03-28NPTL: Remove duplicate definition of PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NPMartin Galvan1-2/+0
2015-03-28NPTL: swap comments for THREAD_SETMEM and THREAD_SETMEM_NC for i386 and x86_64Martin Galvan2-4/+5
2015-03-26Harden powerpc64 elf_machine_fixup_pltAlan Modra1-5/+25
2015-03-25Add more tests of acosh, asinh and atanh.Joseph Myers2-63/+63
2015-03-25Add another test of asin.Joseph Myers2-4/+4
2015-03-25Remove unused macros from i386 lowlevellock.h.Joseph Myers1-18/+0
2015-03-25Add more tests of asin.Joseph Myers2-0/+18
2015-03-25Support six-argument syscalls from C for 32-bit x86, use generic lowlevellock...Joseph Myers5-153/+106