about summary refs log tree commit diff
path: root/nptl/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Implement pthread_sigqueue.Ulrich Drepper2009-06-121-0/+83
* Fix futex syscall parameter for x86 absolute timeout waits.Bryan Kadzban2009-06-111-1/+1
* * sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init):Ulrich Drepper2009-04-261-4/+4
* [BZ #5807]Ulrich Drepper2009-03-151-102/+21
* * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Define cvs/fedora-glibc-20090309T1421Jakub Jelinek2009-03-091-1/+7
* * wctype/wctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper2009-02-261-32/+38
* * io/sys/stat.h: The lstat functions have been mandatory since 2001.Ulrich Drepper2009-02-241-4/+4
* * sysdeps/unix/sysv/linux/sh/lowlevellock.S: DefineUlrich Drepper2009-02-131-2/+2
* * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):Ulrich Drepper2009-01-282-3/+106
* (__lll_timedlock_wait): Use FUTEX_WAIT_BITSET|FUTEX_CLOCK_READTIME instead of...Ulrich Drepper2009-01-031-19/+79
* * 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-035-6/+21
* * pthread_mutex_lock.c (__pthread_mutex_lock): Handle only theUlrich Drepper2008-12-121-0/+1
* * posix/regex_internal.h (build_wcs_upper_buffer):Ulrich Drepper2008-12-061-1/+3
* * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): RecognizeUlrich Drepper2008-12-035-12/+22
* Moved alpha to ports repository.Roland McGrath2008-11-2620-1064/+0
* * sysdeps/unix/sysv/linux/fork.c (__libc_fork): Add memory barrierUlrich Drepper2008-10-061-1/+4
* * sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock, Andreas Jaeger2008-09-231-9/+10
* * Makeconfig: Define pie-ccflag and PIE-ccflag variables.Ulrich Drepper2008-07-261-1/+1
* * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate andUlrich Drepper2008-07-251-3/+26
* Remove useless more "if" tests before "free".Ulrich Drepper2008-05-2711-2/+225
* * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: New file.Jakub Jelinek2008-05-201-0/+4
* * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: AccessUlrich Drepper2008-05-115-19/+19
* * sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c Jakub Jelinek2008-04-151-1/+1
* [BZ #6020] cvs/fedora-glibc-20080408T0706Jakub Jelinek2008-04-081-2/+2
* * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX ifUlrich Drepper2008-03-275-5/+46
* * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead Jakub Jelinek2008-03-173-3/+3
* Fix typo. cvs/fedora-glibc-20080314T2159Ulrich Drepper2008-03-142-2/+2
* * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: DefineUlrich Drepper2008-03-143-3/+30
* [BZ #5778]Ulrich Drepper2008-03-081-3/+3