about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/i386
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0160-60/+60
* Fix CFI annotations in pthread_cond_timedwait for i486+Andreas Schwab2013-12-091-2/+1
* Add the low level infrastructure for pthreads lock elision with TSXAndi Kleen2013-07-021-0/+22
* x86*: Return syscall error for lll_futex_wake.Carlos O'Donell2013-06-101-4/+5
* Remove trailing whitespace in nptl.Joseph Myers2013-06-061-1/+1
* Extend i486 pthread_cond_timedwait to use futex syscall with absolute timeoutAndreas Schwab2013-04-111-66/+315
* Rejigger i386 dl-sysdep.h files.Roland McGrath2013-03-042-50/+31
* Revert "Extend i486 pthread_cond_timedwait to use futex syscall with absolute...Andreas Schwab2013-01-101-315/+66
* Extend i486 pthread_cond_timedwait to use futex syscall with absolute timeoutAndreas Schwab2013-01-101-66/+315
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0260-61/+60
* Adjust mutex lock in condvar_cleanup if we got it from requeue_piSiddhesh Poyarekar2012-10-162-2/+8
* Take lock in pthread_cond_wait cleanup handler only when neededSiddhesh Poyarekar2012-10-102-4/+32
* Unlock mutex before going back to waiting for PI mutexesSiddhesh Poyarekar2012-10-052-87/+68
* Fix clone flag name in comment to CLONE_CHILD_CLEARTID.Siddhesh Poyarekar2012-10-021-1/+1
* Fix exception table for i386 pthread_cond_waitSiddhesh Poyarekar2012-10-012-2/+22
* Remove __ASSUME_POSIX_TIMERS.Joseph Myers2012-08-161-28/+0
* Remove unused pseudo_end labelAndreas Schwab2012-07-252-5/+3
* Use x86-64 bits/pthreadtypes.h/semaphore.h for i386/x86-64H.J. Lu2012-05-303-211/+1
* Remove use of INTDEF/INTUSE in nptlAndreas Schwab2012-05-304-22/+10
* i386 port of the pthread SystemTap probesRayson Ho2012-05-258-12/+33
* Fix warnings on Linux/i686Andreas Jaeger2012-05-171-4/+2
* Fix 9554ebf2d4da22591e974d3cf2ed09a2b8dbdbd8.Thomas Schwinge2012-03-081-3/+6
* Fix stray references to __pthread_attrDavid S. Miller2012-02-271-1/+1
* Fix name mangling of pthread_attr_t after changeUlrich Drepper2012-02-261-1/+1
* Work around problem of pthread_attr_t definition with old compilersUlrich Drepper2012-02-261-2/+6
* Fix up POSIX testing in conformtestUlrich Drepper2012-02-261-2/+2
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0962-186/+124
* Support crti.S and crtn.S provided directly by architectures.Joseph Myers2012-02-081-3/+0
* Consistently use macros for x86 PIC thunks.Joseph Myers2012-02-036-61/+15
* Handle EAGAIN from FUTEX_WAIT_REQUEUE_PIAndreas Schwab2011-11-301-0/+80
* Remove support for !USE___THREADUlrich Drepper2011-09-104-50/+20
* Fix x86 pthread_cond_signal() FUTEX_WAKE_OP fallbackDinakar Guniguntala2010-08-191-2/+1
* Add -fno-asynchronous-unwind-tables to initfini.s for i386H.J. Lu2010-08-151-0/+3
* Work around kernel rejecting valid absolute timestampsAndreas Schwab2010-07-011-1/+7
* Fix pthread_cond_*wait with requeue-PI on i386.Michal Schmidt2010-01-152-11/+11
* More whitespace fixes.Ulrich Drepper2009-12-131-2/+2
* Fix whitespaces.Ulrich Drepper2009-12-132-6/+6
* Add Requeue-PI support for x86 arch.Dinakar Guniguntala2009-12-135-28/+187
* Invalid timeouts in i386 sem_timedwait.Ulrich Drepper2009-12-121-9/+9
* Use #include instead of duplication for i386 vs i686 dl-sysdep.h in NPTL.Roland McGrath2009-11-221-50/+5
* Minor optimizations and cleanups of x86 cond_broadcast.Ulrich Drepper2009-11-182-11/+10
* Update cfi offsets for pthread_cond_broadcast and signal fir x86.Dinakar Guniguntala2009-11-182-38/+16
* Use cfi directives in x86 pthread_cond_{,timed}wait.Ulrich Drepper2009-11-172-344/+133
* Fix futex syscall parameter for x86 absolute timeout waits.Bryan Kadzban2009-06-111-1/+1
* (__lll_timedlock_wait): Use FUTEX_WAIT_BITSET|FUTEX_CLOCK_READTIME instead of...Ulrich Drepper2009-01-031-19/+79
* * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: DefineUlrich Drepper2009-01-031-1/+4
* * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): RecognizeUlrich Drepper2008-12-031-2/+4
* * sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock, Andreas Jaeger2008-09-231-9/+10
* Remove useless more "if" tests before "free".Ulrich Drepper2008-05-279-2/+183
* * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: AccessUlrich Drepper2008-05-115-19/+19