about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Fix v9/64-bit strcmp when string ends in multiple zero bytes.David S. Miller2014-05-011-0/+31
* ARM: Remove lowlevellock.cWill Newton2014-05-011-132/+0
* Add round-mode context support to sparc.David S. Miller2014-04-301-0/+64
* Correct sparc CPP guards for EMT_TAGOVF.David S. Miller2014-04-301-1/+1
* Fix some sparc -Wundef build warnings.David S. Miller2014-04-301-0/+3
* Fix some sparc conform test failures in siginfo.hDavid S. Miller2014-04-301-0/+2
* ARM: Fix R_ARM_IRELATIVE RELA relocations.Julian Brown2014-04-301-1/+1
* Increase minimum Linux kernel version to 2.6.32.Joseph Myers2014-04-306-42/+26
* More fixes for unsafe compiler optimizationAdhemerval Zanella2014-04-301-0/+1
* [BZ #16823] Fix log1pl returning wrong infinity signStefan Liebler2014-04-293-3/+3
* FixAdhemerval Zanella2014-04-292-2/+2
* PowerPC: Suppress unnecessary FPSCR writeAdhemerval Zanella2014-04-297-16/+48
* Relocate hppa from ports to libc.Carlos O'Donell2014-04-29150-0/+11938
* [ARM] Add support for fenv_private on ARM.Wilco Dijkstra2014-04-283-1/+261
* Replace __int128 with __int128_t in bits/link.hH.J. Lu2014-04-251-3/+3
* [AArch64] Suppress unnecessary FPSR and FPCR writes.Ian Bolton2014-04-247-28/+46
* Fix sigaction conform test failures on sparc.David S. Miller2014-04-221-1/+2
* aarch64: Add setjmp and longjmp SystemTap probesVenkataramanan Kumar2014-04-222-0/+15
* PowerPC: Add fenv macros for long doubleAdhemerval Zanella2014-04-171-2/+7
* Add fenv test support for AArch64.Ian Bolton2014-04-171-0/+22
* Detect if AVX2 is usableSihai Yao2014-04-173-0/+12
* aarch64: Re-implement setcontext without rt_sigreturn syscallWill Newton2014-04-171-55/+95
* Add fenv test support for targets which don't have FP traps.Wilco2014-04-172-0/+14
* [AArch64] Define HAVE_RM_CTX and related hooks.Ian Bolton2014-04-171-0/+55
* [AArch64] Provide initial implementation of math_private.h.Ian Bolton2014-04-171-0/+214
* alpha: Remove alpha-linux pthread_once.cRichard Henderson2014-04-161-95/+0
* alpha: Enable unwind tables for backtrace.cRichard Henderson2014-04-161-0/+5
* alpha: Fix __pointer_chk_guard definition for the testsuiteRichard Henderson2014-04-161-1/+1
* alpha: Regenerate sysdeps/alpha/libm-test-ulpsRichard Henderson2014-04-161-4/+1022
* [AArch64] Regenerate libm-test-ulps.Marcus Shawcroft2014-04-161-87/+1015
* Save/restore bound registers for _dl_runtime_profileIgor Zamyatin2014-04-164-0/+63
* hurd: Add i386 fields to TLS structureSamuel Thibault2014-04-161-0/+10
* hurd: Move dtv, dtv_t, tcbhead_t declaration to per-arch file.Samuel Thibault2014-04-162-21/+24
* hurd: Do not allow unmapping address 0Samuel Thibault2014-04-161-0/+7
* S/390: Regenerate ULPsStefan Liebler2014-04-161-0/+1016
* [BZ #14770] S/390: Require Binutils >= 2.24 for target S/390.Stefan Liebler2014-04-162-0/+76
* [BZ #16824] Fix failing y1 due to too large ulps in downward/upward rounding ...Stefan Liebler2014-04-161-0/+1
* Correct IBM long double frexpl.Alan Modra2014-04-161-44/+102
* Regenerate sparc ULPs.David S. Miller2014-04-131-4/+1022
* Fixed and unified pthread_once.Torvald Riegel2014-04-116-549/+0
* S/390: Unify 31 and 64 bit configure.acStefan Liebler2014-04-114-12/+0
* Save/restore bound registers in _dl_runtime_resolveIgor Zamyatin2014-04-093-20/+121
* Use statvfs64() for pathconf(_PC_NAME_MAX).Peter TB Brett2014-04-091-11/+3
* Move __PTHREAD_SPINS definition to architecture specific headerAdhemerval Zanella2014-04-098-0/+24
* PowerPC: Fix --disable-multi-arch buildsAdhemerval Zanella2014-04-0910-6/+14
* PowerPC: define _CALL_ELF if compiler does notAdhemerval Zanella2014-04-062-0/+37
* PowerPC: Fix nearbyint/nearbyintf result for FE_DOWNWARDAdhemerval Zanella2014-04-063-10/+203
* tile: Fix cut-and-paste bug in commit fcccd5128.Chris Metcalf2014-04-041-2/+2
* Factor mmap/munmap of PT_LOAD segments out of _dl_map_object_from_fd et al.Roland McGrath2014-04-036-12/+11
* Fix catan, catanh, __ieee754_logf in round-downward mode (bug 16799, bug 16800).Joseph Myers2014-04-023-1/+193