about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/x86_64
Commit message (Expand)AuthorAgeFilesLines
* Handle EAGAIN from FUTEX_WAIT_REQUEUE_PIAndreas Schwab2011-11-301-2/+74
* Add missing register initialization in x86-64 pthread_cond_timedwaitUlrich Drepper2011-10-291-3/+3
* Remove support for !USE___THREADUlrich Drepper2011-09-104-48/+3
* Fix macro used in testH.J. Lu2011-09-081-1/+1
* Remove gettimeofday vsyscall use from x86-86 libpthreadUlrich Drepper2011-09-075-45/+29
* Don't call gettimeofday vsyscall in x86-64 sem_timedwaitUlrich Drepper2011-09-061-8/+5
* Fix stack alignment on x86_64Andreas Schwab2011-08-093-7/+9
* Work around kernel rejecting valid absolute timestampsAndreas Schwab2010-07-016-7/+45
* Fix infloop in __pthread_disable_asynccancel on x86_64Andreas Schwab2009-11-271-2/+3
* Minimal unwind section size reduction.Ulrich Drepper2009-11-171-17/+14
* Rvert accidental checkins.Ulrich Drepper2009-08-225-545/+0
* Add sigstack handling to Linux ____longjmp_chk on powerpc.Andreas Schwab2009-08-225-0/+545
* Add CFI directives to x86-64 pthread_rwlock_unlock.Ulrich Drepper2009-08-111-2/+3
* Add CFI directives to x86-64 pthread_rwlock_{rd,wr)lock.Ulrich Drepper2009-08-102-2/+6
* Fix check for PI mutex in x86-64 pthread_cond_signalAndreas Schwab2009-08-101-3/+3
* Optimize x86-64 version of sem_timedwait.Ulrich Drepper2009-08-081-65/+145
* Another minor optimization of x86-64 pthread_cond_wait.Ulrich Drepper2009-08-081-15/+7
* Small optimizations to cancellable x86-64 code.Ulrich Drepper2009-08-074-61/+40
* Optimize x86-64 syscall cancellation handling.Ulrich Drepper2009-08-044-44/+169
* Fix bookkeeping in mutex when using requeue_pi.Ulrich Drepper2009-07-284-20/+39
* Fix pthread_cond_timedwait error handling on old kernels.Ulrich Drepper2009-07-231-2/+2
* Minor optimizations of last x86-64 condvar changes.Ulrich Drepper2009-07-202-23/+16
* Support requeueing for condvars using PI mutex. x86-64 only.Ulrich Drepper2009-07-195-36/+168
* Make x86-64 pthread_cond_timedwait more robust.Ulrich Drepper2009-07-191-0/+2
* Extend x86-64 __lll_robust_timedlock_wait to use futex syscall with absolute ...Ulrich Drepper2009-07-191-2/+76
* Extend x86-64 pthread_rwlock_timedrdlock to use futex syscall with absolute t...Ulrich Drepper2009-07-181-18/+55
* Pretty printing last change.Ulrich Drepper2009-07-181-6/+6
* Extend x86-64 pthread_rwlock_timedwrlock to use futex syscall with absolute t...Ulrich Drepper2009-07-181-12/+49
* Remove leftover cfi.Ulrich Drepper2009-07-181-4/+1
* Extend x86-64 pthread_cond_timedwait to use futex syscall with absolute timeout.Ulrich Drepper2009-07-181-126/+292
* Optimize x86-64 pthread_cond_timedwait.Ulrich Drepper2009-07-181-144/+188
* Optimize x86-64 pthread_cond_wait.Ulrich Drepper2009-07-182-144/+309
* Extend x86-64 sem_timedwait to use futex syscall with absolute timeout.Ulrich Drepper2009-07-171-46/+116
* Consistently use symbolic constants.Ulrich Drepper2009-07-171-4/+3
* Replace hand-coded unwind tables from x86-64 sem_timedwait.Ulrich Drepper2009-07-171-122/+29
* Optimize x86-64 sem_wait for uncontested semaphore.Ulrich Drepper2009-07-171-24/+27
* Replace hand-coded unwind tables from x86-64 sem_wait.Ulrich Drepper2009-07-171-101/+25
* Replace hand-coded unwind tables from x86-64 pthread_once.Ulrich Drepper2009-07-171-106/+22
* Replace hand-coded unwind tables from x86-64 pthread_cond_wait.Ulrich Drepper2009-07-171-76/+18
* [BZ #5807]Ulrich Drepper2009-03-151-102/+21
* * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argumentUlrich Drepper2009-01-031-2/+2
* * init.c (__pthread_initialize_minimal_internal): Check forUlrich Drepper2009-01-031-1/+57
* * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: DefineUlrich Drepper2009-01-031-2/+5
* * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): RecognizeUlrich Drepper2008-12-031-2/+4
* Remove useless more "if" tests before "free".Ulrich Drepper2008-05-272-0/+42
* (sem_post): Avoid unnecessary addr32 prefix.Ulrich Drepper2008-01-301-1/+1
* * pthread-errnos.sym: Add EOVERFLOW.Ulrich Drepper2008-01-101-6/+30
* [BZ #5463, BZ #5464] cvs/fedora-glibc-20071212T1051Ulrich Drepper2007-12-121-2/+2
* [BZ #5465]Ulrich Drepper2007-12-121-0/+2
* * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S (__lll_timedlock_wait):Ulrich Drepper2007-11-241-38/+21