summaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix/sysv/linux/i386/i486
AgeCommit message (Expand)Author
2014-05-14Move remaining nptl/sysdeps/unix/sysv/linux/i386/ files.Roland McGrath
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-09Fix CFI annotations in pthread_cond_timedwait for i486+Andreas Schwab
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-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-01Fix exception table for i386 pthread_cond_waitSiddhesh Poyarekar
2012-08-16Remove __ASSUME_POSIX_TIMERS.Joseph Myers
2012-05-30Remove use of INTDEF/INTUSE in nptlAndreas Schwab
2012-05-25i386 port of the pthread SystemTap probesRayson Ho
2012-03-08Fix 9554ebf2d4da22591e974d3cf2ed09a2b8dbdbd8.Thomas Schwinge
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
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-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-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
2009-06-11Fix futex syscall parameter for x86 absolute timeout waits.Bryan Kadzban
2009-01-03(__lll_timedlock_wait): Use FUTEX_WAIT_BITSET|FUTEX_CLOCK_READTIME instead of...Ulrich Drepper
2008-05-27Remove useless more "if" tests before "free".Ulrich Drepper
2008-05-11* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: AccessUlrich Drepper
2008-01-10* pthread-errnos.sym: Add EOVERFLOW.Ulrich Drepper
2007-11-24* sysdeps/unix/sysv/linux/x86_64/lowlevellock.S (__lll_timedlock_wait):Ulrich Drepper
2007-11-09[BZ #5240]Ulrich Drepper
2007-10-17* sysdeps/unix/sysv/linux/i386/i486/sem_post.S (__old_sem_post): New Jakub Jelinek
2007-08-14* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,cvs/fedora-glibc-20070814T0725cvs/fedora-glibc-20070814T0643Ulrich Drepper
2007-08-13* nscd/servicescache.c: Include kernel-features.h.Ulrich Drepper
2007-08-01* sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):Ulrich Drepper
2007-08-01* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.SUlrich Drepper
2007-05-30* pthread_getattr_np.c: No need to install a cancellation handler,Ulrich Drepper
2007-05-30* sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: CheckingUlrich Drepper
2007-05-29* sysdeps/unix/sysv/linux/internaltypes.h: IntroduceUlrich Drepper
2007-05-28* sysdeps/i386/tls.h (THREAD_GSCOPE_RESET_FLAG): Use explicitUlrich Drepper
2007-05-27* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Likewise.Ulrich Drepper
2007-05-26* sysdeps/unix/sysv/linux/internaltypes.h (struct pthread_barrier):Ulrich Drepper
2007-05-26* sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Add private futexUlrich Drepper
2007-05-26 * semaphoreP.h: Declare __old_sem_init and __old_sem_wait.Ulrich Drepper