aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2009-07-29Preserve SSE registers in runtime relocations on x86-64.Ulrich Drepper2-18/+56
2009-07-28Fix bookkeeping in mutex when using requeue_pi.Ulrich Drepper5-20/+40
2009-07-23Check for .cfi_{personality,lsda} on x86-64.Ulrich Drepper2-0/+59
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-06-12Implement pthread_sigqueue.Ulrich Drepper2-1/+90
2009-06-11Fix futex syscall parameter for x86 absolute timeout waits.Bryan Kadzban1-1/+1
2009-05-16Unify source for async cancel handling.Ulrich Drepper1-87/+4
2009-04-27* cancellation.c (__pthread_disable_asynccancel): Use THREAD_ATOMIC_ANDUlrich Drepper2-2/+28
2009-04-26* sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init):Ulrich Drepper1-4/+4
2009-03-15[BZ #5807]Ulrich Drepper1-102/+21
2009-03-09* sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Define cvs/fedora-glibc-20090309T1421Jakub Jelinek1-1/+7
2009-02-26* wctype/wctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper1-32/+38
2009-02-26* locale/langinfo.h: nl_langinfo_l is in POSIX 2008.Ulrich Drepper1-1/+1
2009-02-26* ctype/ctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper1-6/+22
2009-02-24* io/sys/stat.h: The lstat functions have been mandatory since 2001.Ulrich Drepper1-4/+4
2009-02-13* sysdeps/unix/sysv/linux/sh/lowlevellock.S: DefineUlrich Drepper1-2/+2
2009-01-29* sysdeps/pthread/unwind-forcedunwind.c: Encrypt all functionUlrich Drepper1-10/+29
2009-01-29* allocatestack.c (__free_stacks): Renamed from free_stacks.Ulrich Drepper1-4/+18
2009-01-28* sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):Ulrich Drepper2-3/+106
2009-01-08* sysdeps/pthread/list.h (list_add): Initialize new element first.Ulrich Drepper1-13/+2
2009-01-03(__lll_timedlock_wait): Use FUTEX_WAIT_BITSET|FUTEX_CLOCK_READTIME instead of...Ulrich Drepper1-19/+79
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 Drepper5-6/+21
2008-12-12* pthread_mutex_lock.c (__pthread_mutex_lock): Handle only theUlrich Drepper1-0/+1
2008-12-09[BZ #6545]Ulrich Drepper1-2/+2
2008-12-08* sysdeps/x86_64/tls.h (tcbhead_t): Add fields reserved for TMUlrich Drepper1-1/+9
2008-12-06* posix/regex_internal.h (build_wcs_upper_buffer):Ulrich Drepper1-1/+3
2008-12-03* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): RecognizeUlrich Drepper5-12/+22
2008-11-26Moved alpha to ports repository.Roland McGrath27-1466/+0
2008-11-07* bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address, Jakub Jelinek1-4/+4
2008-11-01[BZ #6843]Ulrich Drepper1-2/+2