aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix/sysv/linux/i386/i486
AgeCommit message (Expand)AuthorFilesLines
2014-05-14Move remaining nptl/sysdeps/unix/sysv/linux/i386/ files.Roland McGrath17-4866/+0
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae17-17/+17
2013-12-09Fix CFI annotations in pthread_cond_timedwait for i486+Andreas Schwab1-2/+1
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-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 Myers17-18/+17
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-01Fix exception table for i386 pthread_cond_waitSiddhesh Poyarekar2-2/+22
2012-08-16Remove __ASSUME_POSIX_TIMERS.Joseph Myers1-28/+0
2012-05-30Remove use of INTDEF/INTUSE in nptlAndreas Schwab3-16/+7
2012-05-25i386 port of the pthread SystemTap probesRayson Ho7-11/+29
2012-03-08Fix 9554ebf2d4da22591e974d3cf2ed09a2b8dbdbd8.Thomas Schwinge1-3/+6
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert17-51/+34
2012-02-03Consistently use macros for x86 PIC thunks.Joseph Myers5-46/+13
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-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 Guniguntala4-28/+185
2009-12-12Invalid timeouts in i386 sem_timedwait.Ulrich Drepper1-9/+9
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
2009-06-11Fix futex syscall parameter for x86 absolute timeout waits.Bryan Kadzban1-1/+1
2009-01-03(__lll_timedlock_wait): Use FUTEX_WAIT_BITSET|FUTEX_CLOCK_READTIME instead of...Ulrich Drepper1-19/+79
2008-05-27Remove useless more "if" tests before "free".Ulrich Drepper9-2/+183
2008-05-11* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: AccessUlrich Drepper5-19/+19
2008-01-10* pthread-errnos.sym: Add EOVERFLOW.Ulrich Drepper1-3/+38
2007-11-24* sysdeps/unix/sysv/linux/x86_64/lowlevellock.S (__lll_timedlock_wait):Ulrich Drepper1-39/+17
2007-11-09[BZ #5240]Ulrich Drepper1-1/+5
2007-10-17* sysdeps/unix/sysv/linux/i386/i486/sem_post.S (__old_sem_post): New Jakub Jelinek1-1/+20
2007-08-14* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,cvs/fedora-glibc-20070814T0725cvs/fedora-glibc-20070814T0643Ulrich Drepper9-72/+353
2007-08-13* nscd/servicescache.c: Include kernel-features.h.Ulrich Drepper6-0/+6
2007-08-01* sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):Ulrich Drepper17-344/+354
2007-08-01* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.SUlrich Drepper3-9/+9
2007-05-30* pthread_getattr_np.c: No need to install a cancellation handler,Ulrich Drepper1-29/+0
2007-05-30* sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: CheckingUlrich Drepper1-10/+0
2007-05-29* sysdeps/unix/sysv/linux/internaltypes.h: IntroduceUlrich Drepper2-13/+13
2007-05-28* sysdeps/i386/tls.h (THREAD_GSCOPE_RESET_FLAG): Use explicitUlrich Drepper5-34/+26
2007-05-27* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Likewise.Ulrich Drepper5-14/+70
2007-05-26* sysdeps/unix/sysv/linux/internaltypes.h (struct pthread_barrier):Ulrich Drepper1-2/+9
2007-05-26* sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Add private futexUlrich Drepper3-7/+18
2007-05-26 * semaphoreP.h: Declare __old_sem_init and __old_sem_wait.Ulrich Drepper3-84/+448