about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/x86_64
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [BZ #5240]Ulrich Drepper2007-11-091-2/+4
* * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.SUlrich Drepper2007-09-021-1/+1
* * csu/libc-start.c: Don't handle VDSO_SETUP here.Ulrich Drepper2007-08-201-1/+8
* * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT, cvs/fedora-glibc-20070814T0725 cvs/fedora-glibc-20070814T0643Ulrich Drepper2007-08-142-3/+3
* Include <kernel-features.h>.Ulrich Drepper2007-08-122-0/+4
* * pthreadP.h (PTHREAD_ROBUST_MUTEX_PSHARED): Define.Ulrich Drepper2007-08-115-40/+163
* * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):Ulrich Drepper2007-08-0119-618/+541
* * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsignedUlrich Drepper2007-07-281-11/+2
* * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: FixUlrich Drepper2007-07-242-2/+2
* * sysdeps/unix/sysv/linux/powerpc/lowlevellock.hUlrich Drepper2007-07-241-60/+34
* Fix compilation when unconditionally using private futexes.Ulrich Drepper2007-07-235-5/+13
* [BZ #4586]Ulrich Drepper2007-06-081-9/+71
* * pthread_getattr_np.c: No need to install a cancellation handler,Ulrich Drepper2007-05-302-25/+1
* * sysdeps/unix/sysv/linux/x86_64/lowlevellock.SUlrich Drepper2007-05-301-1/+2
* * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: CheckingUlrich Drepper2007-05-301-10/+0
* * sysdeps/unix/sysv/linux/internaltypes.h: IntroduceUlrich Drepper2007-05-292-11/+11
* * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Likewise.Ulrich Drepper2007-05-275-15/+47
* * init.c: Make it compile with older kernel headers.Ulrich Drepper2007-05-272-7/+18
* * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S (sem_trywait): TinyUlrich Drepper2007-05-261-2/+2
* * sysdeps/unix/sysv/linux/internaltypes.h (struct pthread_barrier):Ulrich Drepper2007-05-261-2/+4
* * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Add private futexUlrich Drepper2007-05-263-0/+11
* * semaphoreP.h: Declare __old_sem_init and __old_sem_wait.Ulrich Drepper2007-05-263-58/+404
* * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S (sem_timedwait): Jakub Jelinek2007-05-251-4/+4
* * init.c (__pthread_initialize_minimal_internal): Check whetherUlrich Drepper2007-05-234-19/+64
* * version.h (VERSION): Define to 6. glibc-2.6 cvs/glibc-2_6-base cvs/glibc-2_6Ulrich Drepper2007-05-151-6/+3