aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-20Update powerpc-fpu ULPs.Adhemerval Zanella2-0/+65
2014-05-20PowerPC: Fix copysignf optimization macroAdhemerval Zanella2-1/+8
2014-05-20Fix strtold on 32-bit sparc (and probably others) (BZ #16965)Aurelien Jarno3-4/+13
2014-05-20fix nl_langinfo with static linking (BZ #16915)Aurelien Jarno6-6/+42
2014-05-20alpha: fix sa_flags type (BZ 16967)Richard Henderson3-2/+6
2014-05-20alpha: Remove bits/siginfo.h (BZ 16966)Richard Henderson3-335/+5
2014-05-20alpha: Define ELF_MACHINE_NO_RELARichard Henderson2-0/+5
2014-05-20AArch64: Fix handling of nocancel syscall failuresWill Newton2-0/+6
2014-05-20AArch64: Remove asm/ptrace.h inclusion in sys/user.h and sys/procfs.hYvan Roux3-21/+34
2014-05-19PowerPC: Fix multiarch hypotf PPC64 pathAdhemerval Zanella2-0/+5
2014-05-19Revert "ARM: Improve fenv implementation"Marcus Shawcroft13-93/+99
2014-05-17Fix sparc memcpy data corruption when using niagara2 optimized routines.Jose E. Marchesi3-1/+8
2014-05-17alpha: Create __syscall_nocancel entry pointsRichard Henderson3-21/+23
2014-05-17Merge remote-tracking branch 'origin/roland/nptl-alpha'Richard Henderson2-10/+11
2014-05-17Fix some termios.h conformtest failures on sparc.David S. Miller2-14/+14
2014-05-16Fix __waitpid_nocancel link error.linaro/masterRoland McGrath2-6/+6
2014-05-16ARM: soft-fp NaN representation correctionMaciej W. Rozycki2-3/+9
2014-05-16Use existing makefile variables for dependencies on glibc libraries.Joseph Myers10-42/+55
2014-05-16PowerPC: clean BSD Terminal Modes expectation in termios.hAdhemerval Zanella2-2/+14
2014-05-16Alpha: Convert fork.c to arch-fork.hRoland McGrath2-10/+11
2014-05-16ARM: Convert fork.c to arch-fork.hRoland McGrath2-10/+10
2014-05-16Add stub arch-fork.h header.Roland McGrath2-0/+28
2014-05-16Split arch-fork.h from fork.hRoland McGrath8-6/+20
2014-05-16Update Swedish translationsAllan McRae2-6/+8
2014-05-16Fix variable used in sed expression in timezone/MakefileAllan McRae2-1/+6
2014-05-16SPARC: add prlimit and prlimit64 in <bits/resource.h> (BZ #16943)Aurelien Jarno3-1/+32
2014-05-16ptsname_r: don't leak uninitialized memory (BZ #16917)Aurelien Jarno5-3/+122
2014-05-15ARM: Improve fenv implementationWilco13-99/+93
2014-05-15ARM: Improve fenv implementationWilco17-233/+190
2014-05-15Return EAI_AGAIN for AF_UNSPEC when herrno is TRY_AGAIN (BZ #16849)Siddhesh Poyarekar3-4/+9
2014-05-14x86: Move abilist files out of nptl/ subdirectories.Roland McGrath44-0/+90
2014-05-14Move remaining files out of nptl/sysdeps/unix/sysv/linux/x86/.Roland McGrath17-3/+38
2014-05-14Fix mips fork after i386 reorganization.Roland McGrath3-1/+4
2014-05-14Move remaining nptl/sysdeps/unix/sysv/linux/i386/ files.Roland McGrath61-1/+153
2014-05-14Fix powerpc fork after i386 reorganization.Roland McGrath3-1/+4
2014-05-14Update alpha and ia64 timer_*.c files for x86_64 file moves.Roland McGrath11-10/+20
2014-05-14i386: Remove useless pthread_spin_{init,unlock} wrapper files.Roland McGrath3-2/+3
2014-05-14Move remaining nptl/sysdeps/unix/sysv/linux/x86_64/ files.Roland McGrath26-2/+55
2014-05-14x86: Consolidate NPTL fork.Roland McGrath4-16/+16
2014-05-14Consolidate not-cancel.h files.Roland McGrath11-172/+38
2014-05-14Update s390 timer_*.c files for x86_64 file moves.Roland McGrath6-5/+10
2014-05-14x86_64: Remove useless pthread_spin_{init,unlock} wrapper files.Roland McGrath3-2/+3
2014-05-14Move x86_64 compat-timer.h out of nptl/Roland McGrath2-0/+2
2014-05-14Move x86_64 timer_*.c out of nptl/Roland McGrath18-22/+56
2014-05-14x86: Consolidate NPTL/non versions of cloneRoland McGrath5-29/+6
2014-05-14Move NPTL public ABI headers for x86 to sysdeps/x86/nptl/.Roland McGrath5-0/+9
2014-05-14x86: Consolidate NPTL/non versions of vforkRoland McGrath7-196/+51
2014-05-14ARM: Consolidate NPTL/non versions of vforkRoland McGrath6-77/+112
2014-05-14stdlib/gmp-impl.h: Silence -Wundef warning for USE_STACK_ALLOCWill Newton2-1/+6
2014-05-14Fix log1pl (LDBL_MAX) in FE_UPWARD mode (bug 16564).Joseph Myers8-11/+311