aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-16neon for memset; higher minimums to enter loopsrth/aa-memsetRichard Henderson1-96/+125
2014-06-13aarch64: Rewrite memsetRichard Henderson1-182/+267
2014-06-09ARM: Define TLS_DEFINE_INIT_TPRoland McGrath3-22/+5
2014-06-09Start cleaning up TLS initial value for pthread_create.Roland McGrath5-70/+58
2014-06-09Remove special makefile rules / .sh files for some localedata tests.Joseph Myers4-95/+22
2014-06-09conformtest: clean up POSIX expectations for termios.h, time.h.Joseph Myers3-3/+43
2014-06-07Remove redundant C locale settings.Joseph Myers18-32/+48
2014-06-06Move NPTL public ABI headers for SH to sysdeps/sh/nptl/.Roland McGrath3-0/+7
2014-06-06crypt: don't include ufc-crypt.h multiple timesChris Metcalf5-23/+17
2014-06-06Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers45-248/+419
2014-06-06PowerPC: Fix optimized strncat strlen callAdhemerval Zanella2-1/+10
2014-06-06Inline nested function check_listSiddhesh Poyarekar2-20/+22
2014-06-05Fix memory overrun in getifaddrs_internal. Fixes bug 15698.Ondřej Bílka3-13/+19
2014-06-05Install uz_UZ.UTF-8 locale (BZ #16095)Andreas Schwab3-10/+16
2014-06-04Include LOCPATH in default test environment.Joseph Myers14-155/+158
2014-06-05Fix typo in manual.Ondřej Bílka2-1/+7
2014-06-03Fixup ChangeLog and add missing NEWS entry for previous commits.David S. Miller2-6/+6
2014-06-03New test for pthread_spin_lock (bug 16882)Guo Yixuan3-1/+113
2014-06-03Fixed pthread_spin_lock on sparc32/64 (bug 16882)Guo Yixuan3-4/+12
2014-06-03Fix invalid file descriptor reuse while sending DNS query (BZ #15946)Andreas Schwab3-10/+17
2014-06-03aarch64: Remove nptl/vfork.SRichard Henderson2-37/+1
2014-06-03S/390: Regenerate ULPs.Stefan Liebler2-0/+89
2014-06-03aarch64: Consolidate NPTL/non versions of vforkRichard Henderson4-44/+81
2014-06-03aarch64: Consolidate NPTL/non versions of cloneRichard Henderson3-53/+30
2014-06-03[AArch64] Regenerate libm-test-ulpsMarcus Shawcroft2-0/+89
2014-06-03[AArch64] Switch from FE_TOWARDZERO to _FPU_FPCR_RM_MASKWilco3-6/+15
2014-06-03[AArch64] Cleanup declarations in math_private.h.Wilco2-8/+31
2014-06-03Remove redundant nested function b64_from_24bitKonstantin Serebryany6-95/+121
2014-06-02SH: Consolidate NPTL/non versions of vforkRoland McGrath5-164/+43
2014-06-02Fix format specifier for n_mmapsSiddhesh Poyarekar2-1/+6
2014-06-02[AArch64] Remove ISB after FPCR write.Wilco2-5/+7
2014-06-02[AArch64] Rewrite feupdateenv (BZ 17009).Wilco3-6/+62
2014-06-01Update Sparc ULPS.David S. Miller2-0/+89
2014-05-31Fix excessive ULP for y1_upward (0x2p+0) in test-float and test-ifloat.David S. Miller2-0/+6
2014-05-30aarch64: Remove PSEUDO_RETRichard Henderson2-20/+9
2014-05-30aarch64: Fix error return from __ioctlRichard Henderson2-6/+12
2014-05-30Replace __int128 with __int128_tMarko Myllynen2-1/+6
2014-05-30Fix formatting in malloc_infoSiddhesh Poyarekar2-10/+14
2014-05-30Add mmap usage in malloc_info outputSiddhesh Poyarekar2-0/+7
2014-05-30m68k: Convert fork.c to arch-fork.hRoland McGrath2-3/+7
2014-05-30Remove mi_arena nested function.Ondřej Bílka2-121/+121
2014-05-30revert commit fdfd175d46ac6a810ebdeb2a2936e6d7d13995abOndřej Bílka1-135/+125
2014-05-29aarch64: Rely on syscalls preserving registersRichard Henderson2-24/+22
2014-05-29aarch64: Use tpidr_el0 rather than __errno_location in librtRichard Henderson3-16/+12
2014-05-29aarch64: Use tpidr_el0 rather than __read_tp in librtRichard Henderson2-11/+7
2014-05-29aarch64: Improve syscall-cancel stack frameRichard Henderson2-86/+36
2014-05-29aarch64: Pass regno parameter to SINGLE_THREAD_PRichard Henderson2-10/+12
2014-05-29aarch64: Share code in syscall-cancel.hRichard Henderson2-14/+19
2014-05-29aarch64: Tabify sysdep-cancel.hRichard Henderson2-51/+56
2014-05-29Avoid stat/fstat in statvfs/fstatvfs (BZ #15132)Eric Wong7-37/+44