aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)AuthorFilesLines
2014-06-12Move i386 code out of nptl/ subdirectory.Roland McGrath12-809/+0
2014-06-12Move SH code out of nptl/ subdirectory.Roland McGrath31-6483/+0
2014-06-11Move x86_64 code out of nptl/ subdirectory.Roland McGrath13-738/+0
2014-06-11S390: Define TLS_DEFINE_INIT_TPRoland McGrath1-0/+3
2014-06-11PowerPC: Define TLS_DEFINE_INIT_TPRoland McGrath1-0/+4
2014-06-09SH: Define TLS_DEFINE_INIT_TPRoland McGrath2-23/+2
2014-06-09Start cleaning up TLS initial value for pthread_create.Roland McGrath3-22/+47
2014-06-07Remove redundant C locale settings.Joseph Myers1-5/+5
2014-06-06Move NPTL public ABI headers for SH to sysdeps/sh/nptl/.Roland McGrath2-222/+0
2014-06-06Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers2-6/+7
2014-06-06Inline nested function check_listSiddhesh Poyarekar1-20/+17
2014-06-03New test for pthread_spin_lock (bug 16882)Guo Yixuan2-1/+110
2014-06-03Fixed pthread_spin_lock on sparc32/64 (bug 16882)Guo Yixuan2-4/+4
2014-06-02SH: Consolidate NPTL/non versions of vforkRoland McGrath2-135/+0
2014-05-28SH: Consolidate NPTL/non versions of cloneRoland McGrath1-9/+0
2014-05-27SH: Convert fork.c to arch-fork.hRoland McGrath1-29/+0
2014-05-27Remove second argument from TLS_INIT_TP macroAndreas Schwab6-10/+7
2014-05-26PowerPC: Move remaining nptl/sysdeps/unix/sysv/linux/powerpc/ files.Adhemerval Zanella12-931/+0
2014-05-26PowerPC: Move NPTL ABI headers to sysdeps.Adhemerval Zanella2-266/+0
2014-05-26PowerPC: Move powerpc64 timer_*.c out of nptl/Adhemerval Zanella6-12/+0
2014-05-26PowerPC: Consolidate NPTL/non versions of cloneAdhemerval Zanella2-18/+0
2014-05-26PowerPC: Consolidate NPTL/non versions of vforkAdhemerval Zanella4-206/+0
2014-05-26Disable lock elision for PTHREAD_MUTEX_NORMAL.Stefan Liebler1-1/+1
2014-05-26Fix typo in tst-mutex5 ifndef -> ifdefStefan Liebler1-1/+1
2014-05-23Only provide non-default symbols in libpthread for vforkRichard Henderson1-7/+9
2014-05-23Only support ifunc in nptl/pt-vfork.cRichard Henderson1-19/+17
2014-05-16Use existing makefile variables for dependencies on glibc libraries.Joseph Myers1-1/+1
2014-05-16Split arch-fork.h from fork.hRoland McGrath1-0/+1
2014-05-14Move remaining files out of nptl/sysdeps/unix/sysv/linux/x86/.Roland McGrath15-548/+0
2014-05-14Move remaining nptl/sysdeps/unix/sysv/linux/i386/ files.Roland McGrath60-6453/+0
2014-05-14Fix powerpc fork after i386 reorganization.Roland McGrath1-1/+0
2014-05-14i386: Remove useless pthread_spin_{init,unlock} wrapper files.Roland McGrath2-2/+0
2014-05-14Move remaining nptl/sysdeps/unix/sysv/linux/x86_64/ files.Roland McGrath25-5323/+0
2014-05-14x86: Consolidate NPTL fork.Roland McGrath3-61/+1
2014-05-14Consolidate not-cancel.h files.Roland McGrath6-109/+0
2014-05-14Update s390 timer_*.c files for x86_64 file moves.Roland McGrath5-5/+5
2014-05-14x86_64: Remove useless pthread_spin_{init,unlock} wrapper files.Roland McGrath2-2/+0
2014-05-14Move x86_64 compat-timer.h out of nptl/Roland McGrath1-45/+0
2014-05-14Move x86_64 timer_*.c out of nptl/Roland McGrath16-240/+10
2014-05-14x86: Consolidate NPTL/non versions of cloneRoland McGrath2-18/+0
2014-05-14Move NPTL public ABI headers for x86 to sysdeps/x86/nptl/.Roland McGrath2-290/+0
2014-05-14x86: Consolidate NPTL/non versions of vforkRoland McGrath4-184/+0
2014-05-14ARM: Consolidate NPTL/non versions of vforkRoland McGrath2-0/+81
2014-05-13Clean up __exit_thread.Roland McGrath8-61/+2
2014-05-09S/390: Port of lock elision to System/zDominik Vogt14-2/+584
2014-05-07Fix typo in nptl/sockperf.cOndřej Bílka1-2/+1
2014-05-01Deconditionalize use of LLL_LOCK_INITIALIZER in bits/libc-lock.h.Roland McGrath1-6/+1
2014-04-30Fix lll_unlock twice in pthread_cond_broadcastYang Yingliang1-0/+1
2014-04-23Use test-skeleton.c in tst-sem3 and tst-sem4Siddhesh Poyarekar2-15/+21
2014-04-22Include atomic.h in sem_wait.c and sem_trywait.cSiddhesh Poyarekar2-0/+2