about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Fix clog / clog10 sign of zero result in round-downward mode (bug 16789).Joseph Myers2014-04-022-0/+192
* Correct IBM long double nextafterl.Alan Modra2014-04-021-16/+33
* Correct prefetch hint in power7 memrchr.Alan Modra2014-04-021-1/+1
* Fix reference to toc symbol.Alan Modra2014-04-021-1/+1
* Fix s_copysign stack temp for PowerPC64 ELFv2Alan Modra2014-04-011-2/+2
* PowerPC: Fix little endian enconding for mfvsrdAdhemerval Zanella2014-03-315-0/+25
* Correct robust mutex / PI futex kernel assumptions (bug 9894).Joseph Myers2014-03-315-6/+37
* Fix futimesat for older MicroBlaze kernels (bug 16648).Joseph Myers2014-03-312-0/+35
* Fix x86/x86_64 expl/exp10l spurious underflows (bug 16348).Joseph Myers2014-03-272-4/+16
* Make x86_64 fegetenv preserve exception mask (bug 16198).Joseph Myers2014-03-261-0/+3
* Update powerpc-fpu ULPs.Adhemerval Zanella2014-03-251-0/+874
* Fix use of uninitialized variableAndreas Schwab2014-03-251-5/+6
* Relax gen-auto-libm-tests may-underflow rules, test log1p in all rounding modes.Joseph Myers2014-03-252-0/+48
* Fix implicit __isinf declarations in exp.Joseph Myers2014-03-242-0/+2
* S390: Fix namespace violation in struct stat (BZ #16714).Stefan Liebler2014-03-241-2/+2
* S390: Define SIZE_MAX as unsigned long (BZ #16712).Stefan Liebler2014-03-243-1/+7
* S390: Correct type of sa_flags in struct sigaction for POSIX conformanceStefan Liebler2014-03-241-1/+2
* Fix use of half-initialized result in getaddrinfo when using nscd (bug 16743)Andreas Schwab2014-03-241-0/+8
* Account for alloca use when collecting interface addresses (bug 16002)Andreas Schwab2014-03-241-4/+28
* Fix dbl-64 exp overflow/underflow in non-default rounding modes (bug 16284).Joseph Myers2014-03-243-143/+537
* Fix -Wundef warnings for _ABI* on MIPS.Joseph Myers2014-03-213-0/+5
* Fix log (1) in round-downward mode (bug 16731).Joseph Myers2014-03-219-5/+69
* Fix -Wundef warnins for __FP_FAST_FMA*Siddhesh Poyarekar2014-03-213-9/+9
* PowerPC: optimized strpbrk for POWER7Adhemerval Zanella2014-03-206-1/+259
* Test most libm functions in all rounding modes.Joseph Myers2014-03-212-0/+1166
* PowerPC: optimized strcspn for PPC64/POWER7Adhemerval Zanella2014-03-206-1/+249
* Fix __ASSUME_PREADV and __ASSUME_PWRITEV for Alpha and MicroBlaze (bug 16649).Joseph Myers2014-03-192-1/+10
* Add comments about non-Linux use of bits/mman-linux.h.Roland McGrath2014-03-181-0/+7
* Move bits/mman-linux.h out of sysdeps/unix/sysv/linux/.Roland McGrath2014-03-181-108/+0
* aarch64: Remove inaccurate comment from sysdep.hWill Newton2014-03-181-4/+0
* Revert "Fix HP_SMALL_TIMING_AVAIL -Wundef warnings"Will Newton2014-03-171-2/+2
* Revert "Fix HAVE_RM_CTX -Wundef warnings"Will Newton2014-03-171-1/+1
* Fix HAVE_RM_CTX -Wundef warningsWill Newton2014-03-171-1/+1
* Fix HP_SMALL_TIMING_AVAIL -Wundef warningsWill Newton2014-03-171-2/+2
* Compile with -Wundef.Roland McGrath2014-03-149-0/+9
* PowerPC: remove wrong roundl implementation for PowerPC64Adhemerval Zanella2014-03-141-132/+0
* PowerPC: remove wrong nearbyintl implementation for PPC64Adhemerval Zanella2014-03-141-113/+0
* PowerPC: remove wrong ceill implementation for PowerPC64Adhemerval Zanella2014-03-141-132/+0
* Check AVX-512 assembler support firstH.J. Lu2014-03-142-35/+35
* Save and restore AVX-512 zmm registers to x86-64 ld.soIgor Zamyatin2014-03-1310-40/+573
* Fix __ASSUME_PSELECT for MicroBlaze (bug 16642).Joseph Myers2014-03-121-0/+3
* PowerPC: Fix bzero definition for static libc for PPC32Adhemerval Zanella2014-03-122-2/+11
* PowerPC: Fix strspn for static buildAdhemerval Zanella2014-03-121-1/+1
* Fix MIPS libc_feresetround*_ctx to preserve exceptions.Joseph Myers2014-03-111-10/+3
* Fix nextafter overflow in non-default rounding modes (bug 16677).Joseph Myers2014-03-115-11/+24
* ARM: Fix up setjmp/longjmp changes sfi_* macro use.Roland McGrath2014-03-112-9/+18
* PowerPC: Fix bzero definition for static libc for PPC64Adhemerval Zanella2014-03-111-5/+6
* PowerPC: strspn optimization for PPC64/POWER7Vidya Ranganathan2014-03-116-1/+279
* PowerPC: strncat optimization for PPC64Adhemerval Zanella2014-03-106-1/+333
* PowerPC: Fix modf/modff optimization return signAdhemerval Zanella2014-03-082-4/+4