aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2014-05-13Fix typo in assertionAndreas Schwab1-1/+1
2014-05-12Clean up kernel version conditionals for pre-2.6.32 kernels.Joseph Myers7-162/+56
2014-05-09Make armv7 strcmp assembly compatible with ARM mode and SFI.Roland McGrath1-45/+103
2014-05-09Silence a missing-noreturn warning for _Unwind_Resume.Roland McGrath1-5/+7
2014-05-09Include SSE state in i386 fenv_t (bug 16064).Joseph Myers5-17/+183
2014-05-09ARM: Allow auto-detection of linker relro featureWill Newton2-0/+16
2014-05-09S/390: Port of lock elision to System/zDominik Vogt2-0/+62
2014-05-09ARM: Add optimized ARMv7 strcmp implementationWill Newton1-0/+492
2014-05-08Some configure-related decrufting.Roland McGrath4-16/+0
2014-05-072014-05-07 Steve Ellcey <sellcey@mips.com>Steve Ellcey1-7/+7
2014-05-07Fix parsing of getai result from nscd for IPv6-only requestAndreas Schwab1-4/+8
2014-05-06Move ARM internal unwind.h header to the right sysdeps directory.Roland McGrath1-0/+0
2014-05-07SPARC: add EFD_SEMAPHORE in <bits/eventfd.h> (BZ #16916)Aurelien Jarno1-0/+2
2014-05-06PowerPC: strncpy/stpncpy optimization for PPC64/POWER7Vidya Ranganathan10-1/+593
2014-05-05Move rules for Linux-specific pldd program to Linux-specific Makefile.Roland McGrath1-0/+4
2014-05-05Fix -Wundef issues in generated errlist.c.Roland McGrath2-2/+4
2014-05-05PowerPC: ifunc improvement for internal callsAdhemerval Zanella7-26/+49
2014-05-03Fix -Wundef warning for FEATURE_INDEX_1.Carlos O'Donell1-7/+6
2014-05-01Fix v9/64-bit strcmp when string ends in multiple zero bytes.David S. Miller1-0/+31
2014-05-01ARM: Remove lowlevellock.cWill Newton1-132/+0
2014-04-30Add round-mode context support to sparc.David S. Miller1-0/+64
2014-04-30Correct sparc CPP guards for EMT_TAGOVF.David S. Miller1-1/+1
2014-04-30Fix some sparc -Wundef build warnings.David S. Miller1-0/+3
2014-04-30Fix some sparc conform test failures in siginfo.hDavid S. Miller1-0/+2
2014-04-30ARM: Fix R_ARM_IRELATIVE RELA relocations.Julian Brown1-1/+1
2014-04-30Increase minimum Linux kernel version to 2.6.32.Joseph Myers6-42/+26
2014-04-30More fixes for unsafe compiler optimizationAdhemerval Zanella1-0/+1
2014-04-29[BZ #16823] Fix log1pl returning wrong infinity signStefan Liebler3-3/+3
2014-04-29FixAdhemerval Zanella2-2/+2
2014-04-29PowerPC: Suppress unnecessary FPSCR writeAdhemerval Zanella7-16/+48
2014-04-29Relocate hppa from ports to libc.Carlos O'Donell150-0/+11938
2014-04-28[ARM] Add support for fenv_private on ARM.Wilco Dijkstra3-1/+261
2014-04-25Replace __int128 with __int128_t in bits/link.hH.J. Lu1-3/+3
2014-04-24[AArch64] Suppress unnecessary FPSR and FPCR writes.Ian Bolton7-28/+46
2014-04-22Fix sigaction conform test failures on sparc.David S. Miller1-1/+2
2014-04-22aarch64: Add setjmp and longjmp SystemTap probesVenkataramanan Kumar2-0/+15
2014-04-17PowerPC: Add fenv macros for long doubleAdhemerval Zanella1-2/+7
2014-04-17Add fenv test support for AArch64.Ian Bolton1-0/+22
2014-04-17Detect if AVX2 is usableSihai Yao3-0/+12
2014-04-17aarch64: Re-implement setcontext without rt_sigreturn syscallWill Newton1-55/+95
2014-04-17Add fenv test support for targets which don't have FP traps.Wilco2-0/+14
2014-04-17[AArch64] Define HAVE_RM_CTX and related hooks.Ian Bolton1-0/+55
2014-04-17[AArch64] Provide initial implementation of math_private.h.Ian Bolton1-0/+214
2014-04-16alpha: Remove alpha-linux pthread_once.cRichard Henderson1-95/+0
2014-04-16alpha: Enable unwind tables for backtrace.cRichard Henderson1-0/+5
2014-04-16alpha: Fix __pointer_chk_guard definition for the testsuiteRichard Henderson1-1/+1
2014-04-16alpha: Regenerate sysdeps/alpha/libm-test-ulpsRichard Henderson1-4/+1022
2014-04-16[AArch64] Regenerate libm-test-ulps.Marcus Shawcroft1-87/+1015
2014-04-16Save/restore bound registers for _dl_runtime_profileIgor Zamyatin4-0/+63
2014-04-16hurd: Add i386 fields to TLS structureSamuel Thibault1-0/+10