summaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix/sysv/linux/i386
AgeCommit message (Expand)Author
2014-05-14Move remaining nptl/sysdeps/unix/sysv/linux/i386/ files.Roland McGrath
2014-05-14i386: Remove useless pthread_spin_{init,unlock} wrapper files.Roland McGrath
2014-05-14x86: Consolidate NPTL fork.Roland McGrath
2014-05-14Consolidate not-cancel.h files.Roland McGrath
2014-05-14x86: Consolidate NPTL/non versions of cloneRoland McGrath
2014-05-14x86: Consolidate NPTL/non versions of vforkRoland McGrath
2014-03-26Fix dwarf2 unwinding through futex functions.Andi Kleen
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-09Fix CFI annotations in pthread_cond_timedwait for i486+Andreas Schwab
2013-07-02Add the low level infrastructure for pthreads lock elision with TSXAndi Kleen
2013-06-10x86*: Return syscall error for lll_futex_wake.Carlos O'Donell
2013-06-06Remove trailing whitespace in nptl.Joseph Myers
2013-04-11Extend i486 pthread_cond_timedwait to use futex syscall with absolute timeoutAndreas Schwab
2013-03-04Rejigger i386 dl-sysdep.h files.Roland McGrath
2013-01-10Revert "Extend i486 pthread_cond_timedwait to use futex syscall with absolute...Andreas Schwab
2013-01-10Extend i486 pthread_cond_timedwait to use futex syscall with absolute timeoutAndreas Schwab
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-10-16Adjust mutex lock in condvar_cleanup if we got it from requeue_piSiddhesh Poyarekar
2012-10-10Take lock in pthread_cond_wait cleanup handler only when neededSiddhesh Poyarekar
2012-10-05Unlock mutex before going back to waiting for PI mutexesSiddhesh Poyarekar
2012-10-02Fix clone flag name in comment to CLONE_CHILD_CLEARTID.Siddhesh Poyarekar
2012-10-01Fix exception table for i386 pthread_cond_waitSiddhesh Poyarekar
2012-08-16Remove __ASSUME_POSIX_TIMERS.Joseph Myers
2012-07-25Remove unused pseudo_end labelAndreas Schwab
2012-05-30Use x86-64 bits/pthreadtypes.h/semaphore.h for i386/x86-64H.J. Lu
2012-05-30Remove use of INTDEF/INTUSE in nptlAndreas Schwab
2012-05-25i386 port of the pthread SystemTap probesRayson Ho
2012-05-17Fix warnings on Linux/i686Andreas Jaeger
2012-03-08Fix 9554ebf2d4da22591e974d3cf2ed09a2b8dbdbd8.Thomas Schwinge
2012-02-27Fix stray references to __pthread_attrDavid S. Miller
2012-02-26Fix name mangling of pthread_attr_t after changeUlrich Drepper
2012-02-26Work around problem of pthread_attr_t definition with old compilersUlrich Drepper
2012-02-26Fix up POSIX testing in conformtestUlrich Drepper
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-02-08Support crti.S and crtn.S provided directly by architectures.Joseph Myers
2012-02-03Consistently use macros for x86 PIC thunks.Joseph Myers
2011-11-30Handle EAGAIN from FUTEX_WAIT_REQUEUE_PIAndreas Schwab
2011-09-10Remove support for !USE___THREADUlrich Drepper
2010-08-19Fix x86 pthread_cond_signal() FUTEX_WAKE_OP fallbackDinakar Guniguntala
2010-08-15Add -fno-asynchronous-unwind-tables to initfini.s for i386H.J. Lu
2010-07-01Work around kernel rejecting valid absolute timestampsAndreas Schwab
2010-01-15Fix pthread_cond_*wait with requeue-PI on i386.Michal Schmidt
2009-12-13More whitespace fixes.Ulrich Drepper
2009-12-13Fix whitespaces.Ulrich Drepper
2009-12-13Add Requeue-PI support for x86 arch.Dinakar Guniguntala
2009-12-12Invalid timeouts in i386 sem_timedwait.Ulrich Drepper
2009-11-22Use #include instead of duplication for i386 vs i686 dl-sysdep.h in NPTL.Roland McGrath
2009-11-18Minor optimizations and cleanups of x86 cond_broadcast.Ulrich Drepper
2009-11-18Update cfi offsets for pthread_cond_broadcast and signal fir x86.Dinakar Guniguntala
2009-11-17Use cfi directives in x86 pthread_cond_{,timed}wait.Ulrich Drepper