aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix/sysv/linux/i386
AgeCommit message (Expand)AuthorFilesLines
2014-05-14Move remaining nptl/sysdeps/unix/sysv/linux/i386/ files.Roland McGrath60-6453/+0
2014-05-14i386: Remove useless pthread_spin_{init,unlock} wrapper files.Roland McGrath2-2/+0
2014-05-14x86: Consolidate NPTL fork.Roland McGrath1-30/+0
2014-05-14Consolidate not-cancel.h files.Roland McGrath1-104/+0
2014-05-14x86: Consolidate NPTL/non versions of cloneRoland McGrath1-9/+0
2014-05-14x86: Consolidate NPTL/non versions of vforkRoland McGrath2-110/+0
2014-03-26Fix dwarf2 unwinding through futex functions.Andi Kleen1-157/+10
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae60-60/+60
2013-12-09Fix CFI annotations in pthread_cond_timedwait for i486+Andreas Schwab1-2/+1
2013-07-02Add the low level infrastructure for pthreads lock elision with TSXAndi Kleen1-0/+22
2013-06-10x86*: Return syscall error for lll_futex_wake.Carlos O'Donell1-4/+5
2013-06-06Remove trailing whitespace in nptl.Joseph Myers1-1/+1
2013-04-11Extend i486 pthread_cond_timedwait to use futex syscall with absolute timeoutAndreas Schwab1-66/+315
2013-03-04Rejigger i386 dl-sysdep.h files.Roland McGrath2-50/+31
2013-01-10Revert "Extend i486 pthread_cond_timedwait to use futex syscall with absolute...Andreas Schwab1-315/+66
2013-01-10Extend i486 pthread_cond_timedwait to use futex syscall with absolute timeoutAndreas Schwab1-66/+315
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers60-61/+60
2012-10-16Adjust mutex lock in condvar_cleanup if we got it from requeue_piSiddhesh Poyarekar2-2/+8
2012-10-10Take lock in pthread_cond_wait cleanup handler only when neededSiddhesh Poyarekar2-4/+32
2012-10-05Unlock mutex before going back to waiting for PI mutexesSiddhesh Poyarekar2-87/+68
2012-10-02Fix clone flag name in comment to CLONE_CHILD_CLEARTID.Siddhesh Poyarekar1-1/+1
2012-10-01Fix exception table for i386 pthread_cond_waitSiddhesh Poyarekar2-2/+22
2012-08-16Remove __ASSUME_POSIX_TIMERS.Joseph Myers1-28/+0
2012-07-25Remove unused pseudo_end labelAndreas Schwab2-5/+3
2012-05-30Use x86-64 bits/pthreadtypes.h/semaphore.h for i386/x86-64H.J. Lu3-211/+1
2012-05-30Remove use of INTDEF/INTUSE in nptlAndreas Schwab4-22/+10
2012-05-25i386 port of the pthread SystemTap probesRayson Ho8-12/+33
2012-05-17Fix warnings on Linux/i686Andreas Jaeger1-4/+2
2012-03-08Fix 9554ebf2d4da22591e974d3cf2ed09a2b8dbdbd8.Thomas Schwinge1-3/+6
2012-02-27Fix stray references to __pthread_attrDavid S. Miller1-1/+1
2012-02-26Fix name mangling of pthread_attr_t after changeUlrich Drepper1-1/+1
2012-02-26Work around problem of pthread_attr_t definition with old compilersUlrich Drepper1-2/+6
2012-02-26Fix up POSIX testing in conformtestUlrich Drepper1-2/+2
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert62-186/+124
2012-02-08Support crti.S and crtn.S provided directly by architectures.Joseph Myers1-3/+0
2012-02-03Consistently use macros for x86 PIC thunks.Joseph Myers6-61/+15
2011-11-30Handle EAGAIN from FUTEX_WAIT_REQUEUE_PIAndreas Schwab1-0/+80
2011-09-10Remove support for !USE___THREADUlrich Drepper4-50/+20
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-07-01Work around kernel rejecting valid absolute timestampsAndreas Schwab1-1/+7
2010-01-15Fix pthread_cond_*wait with requeue-PI on i386.Michal Schmidt2-11/+11
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-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
2009-11-18Update cfi offsets for pthread_cond_broadcast and signal fir x86.Dinakar Guniguntala2-38/+16
2009-11-17Use cfi directives in x86 pthread_cond_{,timed}wait.Ulrich Drepper2-344/+133