aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2011-12-22Use __pthread_get_minstack in more placesUlrich Drepper2-4/+6
2011-12-22Create internal threads with sufficient stack sizeUlrich Drepper1-2/+2
2011-12-21Fix reading thread name from comm fileUlrich Drepper1-1/+10
2011-11-30Handle EAGAIN from FUTEX_WAIT_REQUEUE_PIAndreas Schwab2-2/+154
2011-10-29Add missing register initialization in x86-64 pthread_cond_timedwaitUlrich Drepper1-3/+3
2011-10-27Don't mark memory synchronisation functions as leafAndreas Schwab1-19/+19
2011-10-23Remove unnecessary include from x86-32 tls.hUlrich Drepper1-1/+0
2011-10-23Fix strnlen changeUlrich Drepper1-1/+1
2011-09-15Avoid race between {,__de}allocate_stack and __reclaim_stacks during forkAndreas Schwab1-8/+23
2011-09-11Remove --wth-tls option, TLS support is requiredUlrich Drepper7-43/+9
2011-09-10Simplify malloc initializationUlrich Drepper1-1/+2
2011-09-10Remove support for !USE___THREADUlrich Drepper13-193/+49
2011-09-08Fix macro used in testH.J. Lu1-1/+1
2011-09-07Remove gettimeofday vsyscall use from x86-86 libpthreadUlrich Drepper5-45/+29
2011-09-06Don't call gettimeofday vsyscall in x86-64 sem_timedwaitUlrich Drepper1-8/+5
2011-09-05Fix nptl semaphore cleanup invocation.David S. Miller6-57/+93
2011-08-14Align x86 TCB to 64 bytes (cache line size), important for Atom.Roland McGrath2-7/+21
2011-08-09Fix stack alignment on x86_64Andreas Schwab3-7/+9
2011-07-22Add read barriers in cancellation initializationUlrich Drepper1-3/+11
2011-07-06Rebuild configure scriptsUlrich Drepper2-4/+4
2011-06-30Fix robust mutex handling after forkUlrich Drepper2-8/+28
2011-04-22Remove doubled words.Jim Meyering2-4/+4
2011-02-15Remove use of ranlib.Ulrich Drepper2-101/+239
2011-01-14Change setgroups to affect all the threads in the process.Ulrich Drepper1-4/+4
2010-10-13Fix alignment of AVX safe area on x86-64.H.J. Lu2-8/+4
2010-09-21Fix namespace pollution in pthread_cleanup_push.Andreas Schwab1-6/+6
2010-09-03Small optimization of alloca handling.Ulrich Drepper1-2/+2
2010-08-19Fix x86 pthread_cond_signal() FUTEX_WAKE_OP fallbackDinakar Guniguntala1-2/+1
2010-08-15Add -fno-asynchronous-unwind-tables to initfini.s for i386H.J. Lu1-0/+3
2010-08-12PowerPC64 ABI fixesAlan Modra1-25/+44
2010-07-06Fix type mismatchAndreas Schwab1-1/+1
2010-07-01Work around kernel rejecting valid absolute timestampsAndreas Schwab7-8/+52
2010-06-14[sh] Fix incorrect location of ifndef for __ASSUME_FUTEX_CLOCK_REALTIME.Takashi Yoshii1-2/+2
2010-04-09Fix typo in last commit.Ulrich Drepper1-1/+1
2010-04-09Implement interfaces to set and get names of threads.Ulrich Drepper3-0/+142
2010-04-05Move unwind-resume code from NPTL to sysdeps/gnu.Roland McGrath3-76/+2
2010-03-09Fix a few more problem with the recent setxid changes.Ulrich Drepper1-9/+10
2010-03-05Fix setxid race with thread creationUlrich Drepper1-4/+10
2010-01-15Fix pthread_cond_*wait with requeue-PI on i386.Michal Schmidt2-11/+11
2010-01-12Fix up pthread.h for XPG7.Ulrich Drepper1-7/+3
2010-01-09Add support for XPG7 testing.Ulrich Drepper1-8/+8
2009-12-22Fix s390 startup code in libpthread.Thomas Schwinge2-16/+2
2009-12-13More whitespace fixes.Ulrich Drepper1-2/+2
2009-12-13Fix whitespaces.Ulrich Drepper2-6/+6
2009-12-13Add Requeue-PI support for x86 arch.Dinakar Guniguntala5-28/+187
2009-12-12Invalid timeouts in i386 sem_timedwait.Ulrich Drepper1-9/+9
2009-11-30SH calling __gmon_start__ from pt-initfini.c.Thomas Schwinge1-19/+2
2009-11-27Fix infloop in __pthread_disable_asynccancel on x86_64Andreas Schwab1-2/+3
2009-11-22Use #include instead of duplication for i386 vs i686 dl-sysdep.h in NPTL.Roland McGrath1-50/+5
2009-11-18Minor optimizations and cleanups of x86 cond_broadcast.Ulrich Drepper2-11/+10