aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2014-06-06PowerPC: Fix optimized strncat strlen callAdhemerval Zanella1-1/+5
2014-06-05Fix memory overrun in getifaddrs_internal. Fixes bug 15698.Ondřej Bílka1-2/+2
2014-06-03aarch64: Remove nptl/vfork.SRichard Henderson1-37/+0
2014-06-03S/390: Regenerate ULPs.Stefan Liebler1-0/+85
2014-06-03aarch64: Consolidate NPTL/non versions of vforkRichard Henderson3-44/+74
2014-06-03aarch64: Consolidate NPTL/non versions of cloneRichard Henderson2-53/+24
2014-06-03[AArch64] Regenerate libm-test-ulpsMarcus Shawcroft1-0/+85
2014-06-03[AArch64] Switch from FE_TOWARDZERO to _FPU_FPCR_RM_MASKWilco2-6/+6
2014-06-03[AArch64] Cleanup declarations in math_private.h.Wilco1-8/+22
2014-06-02SH: Consolidate NPTL/non versions of vforkRoland McGrath2-29/+33
2014-06-02[AArch64] Remove ISB after FPCR write.Wilco1-5/+2
2014-06-02[AArch64] Rewrite feupdateenv (BZ 17009).Wilco1-5/+54
2014-06-01Update Sparc ULPS.David S. Miller1-0/+85
2014-05-31Fix excessive ULP for y1_upward (0x2p+0) in test-float and test-ifloat.David S. Miller1-0/+1
2014-05-30aarch64: Remove PSEUDO_RETRichard Henderson1-20/+3
2014-05-30aarch64: Fix error return from __ioctlRichard Henderson1-6/+7
2014-05-30Replace __int128 with __int128_tMarko Myllynen1-1/+1
2014-05-30m68k: Convert fork.c to arch-fork.hRoland McGrath1-3/+2
2014-05-29aarch64: Rely on syscalls preserving registersRichard Henderson1-24/+12
2014-05-29aarch64: Use tpidr_el0 rather than __errno_location in librtRichard Henderson2-15/+5
2014-05-29aarch64: Use tpidr_el0 rather than __read_tp in librtRichard Henderson1-11/+3
2014-05-29aarch64: Improve syscall-cancel stack frameRichard Henderson1-86/+26
2014-05-29aarch64: Pass regno parameter to SINGLE_THREAD_PRichard Henderson1-10/+8
2014-05-29aarch64: Share code in syscall-cancel.hRichard Henderson1-14/+14
2014-05-29aarch64: Tabify sysdep-cancel.hRichard Henderson1-51/+51
2014-05-29Avoid stat/fstat in statvfs/fstatvfs (BZ #15132)Eric Wong5-27/+18
2014-05-28SH: Consolidate NPTL/non versions of cloneRoland McGrath1-6/+1
2014-05-28tile: Convert fork.c to arch-fork.hRoland McGrath1-4/+2
2014-05-27IA64: Convert fork.c to arch-fork.hRoland McGrath1-0/+29
2014-05-27SH: Convert fork.c to arch-fork.hRoland McGrath1-0/+28
2014-05-27Remove second argument from TLS_INIT_TP macroAndreas Schwab11-62/+38
2014-05-27ARM: Fix handling of concurrent TLS descriptor resolutionWill Newton1-19/+12
2014-05-26Update powerpc-fpu ULPs.Adhemerval Zanella1-0/+24
2014-05-26PowerPC: Move remaining nptl/sysdeps/unix/sysv/linux/powerpc/ files.Adhemerval Zanella13-0/+944
2014-05-26PowerPC: Move NPTL ABI headers to sysdeps.Adhemerval Zanella2-0/+266
2014-05-26PowerPC: Move powerpc64 timer_*.c out of nptl/Adhemerval Zanella6-0/+13
2014-05-26PowerPC: Consolidate NPTL/non versions of cloneAdhemerval Zanella2-27/+2
2014-05-26PowerPC: Consolidate NPTL/non versions of vforkAdhemerval Zanella2-0/+59
2014-05-26PowerPC: Remove 64 bits instructions in PPC32 codeAdhemerval Zanella8-16/+16
2014-05-26[AARCH64] correct alignment of TLS_TCB_ALIGN (BZ #16796)Kyle McMartin1-2/+2
2014-05-25arm,aarch64: Remove SINGLE_THREAD_P_PICRichard Henderson2-2/+0
2014-05-25aarch64: Tidy syscall error checkRichard Henderson2-10/+13
2014-05-25aarch64: Remove DOARGS/UNDOARGS macrosRichard Henderson2-24/+1
2014-05-25aarch64: Fix DO_CALL block commentRichard Henderson1-1/+1
2014-05-25alpha: Do non-default symbols in pt-vfork.SRichard Henderson2-6/+14
2014-05-23alpha: Move remaining files out of sysdeps/unix/sysv/linux/alpha/nptl/Richard Henderson32-15/+16
2014-05-23alpha: Consolidate NPTL/non versions of vforkRichard Henderson4-59/+62
2014-05-23alpha: Merge standard and nptl clone.SRichard Henderson2-15/+3
2014-05-23alpha: Remove nptl/fork.cRichard Henderson1-29/+0
2014-05-23Fix log10 (1) in round-downward mode (bug 16977).Joseph Myers8-4/+82