aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix/sysv/linux/x86_64
AgeCommit message (Expand)AuthorFilesLines
2011-09-07Remove gettimeofday vsyscall use from x86-86 libpthreadUlrich Drepper5-45/+29
2011-09-06Don't call gettimeofday vsyscall in x86-64 sem_timedwaitUlrich Drepper1-8/+5
2011-08-09Fix stack alignment on x86_64Andreas Schwab3-7/+9
2010-07-01Work around kernel rejecting valid absolute timestampsAndreas Schwab6-7/+45
2009-11-27Fix infloop in __pthread_disable_asynccancel on x86_64Andreas Schwab1-2/+3
2009-11-17Minimal unwind section size reduction.Ulrich Drepper1-17/+14
2009-08-22Rvert accidental checkins.Ulrich Drepper5-545/+0
2009-08-22Add sigstack handling to Linux ____longjmp_chk on powerpc.Andreas Schwab5-0/+545
2009-08-11Add CFI directives to x86-64 pthread_rwlock_unlock.Ulrich Drepper1-2/+3
2009-08-10Add CFI directives to x86-64 pthread_rwlock_{rd,wr)lock.Ulrich Drepper2-2/+6
2009-08-10Fix check for PI mutex in x86-64 pthread_cond_signalAndreas Schwab1-3/+3
2009-08-08Optimize x86-64 version of sem_timedwait.Ulrich Drepper1-65/+145
2009-08-08Another minor optimization of x86-64 pthread_cond_wait.Ulrich Drepper1-15/+7
2009-08-07Small optimizations to cancellable x86-64 code.Ulrich Drepper4-61/+40
2009-08-04Optimize x86-64 syscall cancellation handling.Ulrich Drepper4-44/+169
2009-07-28Fix bookkeeping in mutex when using requeue_pi.Ulrich Drepper4-20/+39
2009-07-23Fix pthread_cond_timedwait error handling on old kernels.Ulrich Drepper1-2/+2
2009-07-20Minor optimizations of last x86-64 condvar changes.Ulrich Drepper2-23/+16
2009-07-19Support requeueing for condvars using PI mutex. x86-64 only.Ulrich Drepper5-36/+168
2009-07-19Make x86-64 pthread_cond_timedwait more robust.Ulrich Drepper1-0/+2
2009-07-19Extend x86-64 __lll_robust_timedlock_wait to use futex syscall with absolute ...Ulrich Drepper1-2/+76
2009-07-18Extend x86-64 pthread_rwlock_timedrdlock to use futex syscall with absolute t...Ulrich Drepper1-18/+55
2009-07-18Pretty printing last change.Ulrich Drepper1-6/+6
2009-07-18Extend x86-64 pthread_rwlock_timedwrlock to use futex syscall with absolute t...Ulrich Drepper1-12/+49
2009-07-18Remove leftover cfi.Ulrich Drepper1-4/+1
2009-07-18Extend x86-64 pthread_cond_timedwait to use futex syscall with absolute timeout.Ulrich Drepper1-126/+292
2009-07-18Optimize x86-64 pthread_cond_timedwait.Ulrich Drepper1-144/+188
2009-07-18Optimize x86-64 pthread_cond_wait.Ulrich Drepper2-144/+309
2009-07-17Extend x86-64 sem_timedwait to use futex syscall with absolute timeout.Ulrich Drepper1-46/+116
2009-07-17Consistently use symbolic constants.Ulrich Drepper1-4/+3
2009-07-17Replace hand-coded unwind tables from x86-64 sem_timedwait.Ulrich Drepper1-122/+29
2009-07-17Optimize x86-64 sem_wait for uncontested semaphore.Ulrich Drepper1-24/+27
2009-07-17Replace hand-coded unwind tables from x86-64 sem_wait.Ulrich Drepper1-101/+25
2009-07-17Replace hand-coded unwind tables from x86-64 pthread_once.Ulrich Drepper1-106/+22
2009-07-17Replace hand-coded unwind tables from x86-64 pthread_cond_wait.Ulrich Drepper1-76/+18
2009-03-15[BZ #5807]Ulrich Drepper1-102/+21
2009-01-03* sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argumentUlrich Drepper1-2/+2
2009-01-03* init.c (__pthread_initialize_minimal_internal): Check forUlrich Drepper1-1/+57
2009-01-03* sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: DefineUlrich Drepper1-2/+5
2008-12-03* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): RecognizeUlrich Drepper1-2/+4
2008-05-27Remove useless more "if" tests before "free".Ulrich Drepper2-0/+42
2008-01-30(sem_post): Avoid unnecessary addr32 prefix.Ulrich Drepper1-1/+1
2008-01-10* pthread-errnos.sym: Add EOVERFLOW.Ulrich Drepper1-6/+30
2007-12-12[BZ #5463, BZ #5464]cvs/fedora-glibc-20071212T1051Ulrich Drepper1-2/+2
2007-12-12[BZ #5465]Ulrich Drepper1-0/+2
2007-11-24* sysdeps/unix/sysv/linux/x86_64/lowlevellock.S (__lll_timedlock_wait):Ulrich Drepper1-38/+21
2007-11-09[BZ #5240]Ulrich Drepper1-2/+4
2007-09-02* sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.SUlrich Drepper1-1/+1
2007-08-20* csu/libc-start.c: Don't handle VDSO_SETUP here.Ulrich Drepper1-1/+8
2007-08-14* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,cvs/fedora-glibc-20070814T0725cvs/fedora-glibc-20070814T0643Ulrich Drepper2-3/+3