aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2014-05-22PowerPC: Remove unneeded copysign[f] macrosAdhemerval Zanella1-27/+0
2014-05-22PowerPC: Fix memchr ifunc hidden symbol for PPC32Adhemerval Zanella2-10/+14
2014-05-21AArch64: Convert fork.c to arch-fork.hRoland McGrath1-4/+2
2014-05-21Consistently use $(elf-objpfx).Joseph Myers2-3/+3
2014-05-21aarch64: Merge __local_multiple_threads offset with memory referenceRichard Henderson1-5/+4
2014-05-21aarch64: Merge rtld_errno offset with memory referenceRichard Henderson1-2/+1
2014-05-20Fix ARM build with GCC trunk.Joseph Myers2-2/+4
2014-05-20Update powerpc-fpu ULPs.Adhemerval Zanella1-0/+63
2014-05-20PowerPC: Fix copysignf optimization macroAdhemerval Zanella1-1/+3
2014-05-20alpha: fix sa_flags type (BZ 16967)Richard Henderson1-1/+1
2014-05-20alpha: Remove bits/siginfo.h (BZ 16966)Richard Henderson1-333/+0
2014-05-20alpha: Define ELF_MACHINE_NO_RELARichard Henderson1-0/+1
2014-05-20AArch64: Fix handling of nocancel syscall failuresWill Newton1-0/+1
2014-05-20AArch64: Remove asm/ptrace.h inclusion in sys/user.h and sys/procfs.hYvan Roux2-21/+16
2014-05-19PowerPC: Fix multiarch hypotf PPC64 pathAdhemerval Zanella1-0/+0
2014-05-19Revert "ARM: Improve fenv implementation"Marcus Shawcroft12-75/+99
2014-05-17Fix sparc memcpy data corruption when using niagara2 optimized routines.Jose E. Marchesi1-0/+1
2014-05-17alpha: Create __syscall_nocancel entry pointsRichard Henderson2-21/+16
2014-05-17Merge remote-tracking branch 'origin/roland/nptl-alpha'Richard Henderson1-10/+8
2014-05-17Fix some termios.h conformtest failures on sparc.David S. Miller1-14/+5
2014-05-16Fix __waitpid_nocancel link error.linaro/masterRoland McGrath1-6/+1
2014-05-16ARM: soft-fp NaN representation correctionMaciej W. Rozycki1-3/+3
2014-05-16PowerPC: clean BSD Terminal Modes expectation in termios.hAdhemerval Zanella1-2/+9
2014-05-16Alpha: Convert fork.c to arch-fork.hRoland McGrath1-10/+8
2014-05-16ARM: Convert fork.c to arch-fork.hRoland McGrath1-10/+7
2014-05-16Add stub arch-fork.h header.Roland McGrath1-0/+27
2014-05-16Split arch-fork.h from fork.hRoland McGrath6-6/+6
2014-05-16SPARC: add prlimit and prlimit64 in <bits/resource.h> (BZ #16943)Aurelien Jarno1-0/+27
2014-05-16ptsname_r: don't leak uninitialized memory (BZ #16917)Aurelien Jarno1-1/+3
2014-05-15ARM: Improve fenv implementationWilco12-99/+75
2014-05-15ARM: Improve fenv implementationWilco16-233/+171
2014-05-15Return EAI_AGAIN for AF_UNSPEC when herrno is TRY_AGAIN (BZ #16849)Siddhesh Poyarekar1-2/+1
2014-05-14x86: Move abilist files out of nptl/ subdirectories.Roland McGrath43-0/+0
2014-05-14Move remaining files out of nptl/sysdeps/unix/sysv/linux/x86/.Roland McGrath15-0/+551
2014-05-14Fix mips fork after i386 reorganization.Roland McGrath2-1/+1
2014-05-14Move remaining nptl/sysdeps/unix/sysv/linux/i386/ files.Roland McGrath59-0/+6452
2014-05-14Fix powerpc fork after i386 reorganization.Roland McGrath1-0/+1
2014-05-14Update alpha and ia64 timer_*.c files for x86_64 file moves.Roland McGrath10-10/+10
2014-05-14Move remaining nptl/sysdeps/unix/sysv/linux/x86_64/ files.Roland McGrath24-0/+5322
2014-05-14x86: Consolidate NPTL fork.Roland McGrath2-0/+54
2014-05-14Consolidate not-cancel.h files.Roland McGrath4-63/+27
2014-05-14Move x86_64 compat-timer.h out of nptl/Roland McGrath1-0/+45
2014-05-14Move x86_64 timer_*.c out of nptl/Roland McGrath6-0/+231
2014-05-14x86: Consolidate NPTL/non versions of cloneRoland McGrath2-11/+0
2014-05-14Move NPTL public ABI headers for x86 to sysdeps/x86/nptl/.Roland McGrath4-0/+292
2014-05-14x86: Consolidate NPTL/non versions of vforkRoland McGrath2-12/+39
2014-05-14ARM: Consolidate NPTL/non versions of vforkRoland McGrath3-77/+20
2014-05-14Fix log1pl (LDBL_MAX) in FE_UPWARD mode (bug 16564).Joseph Myers4-4/+20
2014-05-14Fix cacos (+Inf + finite*i) in round-downward mode (bug 16928).Joseph Myers2-0/+96
2014-05-14Fix acosh (1) in round-downward mode (bug 16927).Joseph Myers6-1/+31