aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-16neon for memset; higher minimums to enter loopsrth/aa-memsetRichard Henderson
2014-06-13aarch64: Rewrite memsetRichard Henderson
2014-06-09ARM: Define TLS_DEFINE_INIT_TPRoland McGrath
2014-06-09Start cleaning up TLS initial value for pthread_create.Roland McGrath
2014-06-09Remove special makefile rules / .sh files for some localedata tests.Joseph Myers
2014-06-09conformtest: clean up POSIX expectations for termios.h, time.h.Joseph Myers
2014-06-07Remove redundant C locale settings.Joseph Myers
2014-06-06Move NPTL public ABI headers for SH to sysdeps/sh/nptl/.Roland McGrath
2014-06-06crypt: don't include ufc-crypt.h multiple timesChris Metcalf
2014-06-06Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers
2014-06-06PowerPC: Fix optimized strncat strlen callAdhemerval Zanella
2014-06-06Inline nested function check_listSiddhesh Poyarekar
2014-06-05Fix memory overrun in getifaddrs_internal. Fixes bug 15698.Ondřej Bílka
2014-06-05Install uz_UZ.UTF-8 locale (BZ #16095)Andreas Schwab
2014-06-04Include LOCPATH in default test environment.Joseph Myers
2014-06-05Fix typo in manual.Ondřej Bílka
2014-06-03Fixup ChangeLog and add missing NEWS entry for previous commits.David S. Miller
2014-06-03New test for pthread_spin_lock (bug 16882)Guo Yixuan
2014-06-03Fixed pthread_spin_lock on sparc32/64 (bug 16882)Guo Yixuan
2014-06-03Fix invalid file descriptor reuse while sending DNS query (BZ #15946)Andreas Schwab
2014-06-03aarch64: Remove nptl/vfork.SRichard Henderson
2014-06-03S/390: Regenerate ULPs.Stefan Liebler
2014-06-03aarch64: Consolidate NPTL/non versions of vforkRichard Henderson
2014-06-03aarch64: Consolidate NPTL/non versions of cloneRichard Henderson
2014-06-03[AArch64] Regenerate libm-test-ulpsMarcus Shawcroft
2014-06-03[AArch64] Switch from FE_TOWARDZERO to _FPU_FPCR_RM_MASKWilco
2014-06-03[AArch64] Cleanup declarations in math_private.h.Wilco
2014-06-03Remove redundant nested function b64_from_24bitKonstantin Serebryany
2014-06-02SH: Consolidate NPTL/non versions of vforkRoland McGrath
2014-06-02Fix format specifier for n_mmapsSiddhesh Poyarekar
2014-06-02[AArch64] Remove ISB after FPCR write.Wilco
2014-06-02[AArch64] Rewrite feupdateenv (BZ 17009).Wilco
2014-06-01Update Sparc ULPS.David S. Miller
2014-05-31Fix excessive ULP for y1_upward (0x2p+0) in test-float and test-ifloat.David S. Miller
2014-05-30aarch64: Remove PSEUDO_RETRichard Henderson
2014-05-30aarch64: Fix error return from __ioctlRichard Henderson
2014-05-30Replace __int128 with __int128_tMarko Myllynen
2014-05-30Fix formatting in malloc_infoSiddhesh Poyarekar
2014-05-30Add mmap usage in malloc_info outputSiddhesh Poyarekar
2014-05-30m68k: Convert fork.c to arch-fork.hRoland McGrath
2014-05-30Remove mi_arena nested function.Ondřej Bílka
2014-05-30revert commit fdfd175d46ac6a810ebdeb2a2936e6d7d13995abOndřej Bílka
2014-05-29aarch64: Rely on syscalls preserving registersRichard Henderson
2014-05-29aarch64: Use tpidr_el0 rather than __errno_location in librtRichard Henderson
2014-05-29aarch64: Use tpidr_el0 rather than __read_tp in librtRichard Henderson
2014-05-29aarch64: Improve syscall-cancel stack frameRichard Henderson
2014-05-29aarch64: Pass regno parameter to SINGLE_THREAD_PRichard Henderson
2014-05-29aarch64: Share code in syscall-cancel.hRichard Henderson
2014-05-29aarch64: Tabify sysdep-cancel.hRichard Henderson
2014-05-29Avoid stat/fstat in statvfs/fstatvfs (BZ #15132)Eric Wong