about summary refs log tree commit diff
path: root/nptl/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * sysdeps/unix/sysv/linux/x86_64/sem_post.S (sem_post): AvoidUlrich Drepper2008-01-301-0/+5
* * Makeconfig (sysd-rules-patterns): New variable.Roland McGrath2008-01-301-1/+5
* * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.Ulrich Drepper2008-01-221-0/+19
* * tst-eintr2.c (do_test): make sure that if mutex_lock in mainUlrich Drepper2008-01-151-0/+5
* * pthread-errnos.sym: Add EOVERFLOW.Ulrich Drepper2008-01-101-0/+8
* * sysdeps/x86_64/pthreaddef.h (ARCH_RETRY_MMAP): Take additionalUlrich Drepper2007-12-141-0/+7
* .. cvs/fedora-glibc-20071212T1953Ulrich Drepper2007-12-121-0/+2
* [BZ #5463, BZ #5464] cvs/fedora-glibc-20071212T1051Ulrich Drepper2007-12-121-0/+1
* [BZ #5465]Ulrich Drepper2007-12-121-0/+6
* [BZ #5441, BZ #5452, BZ #5454]Ulrich Drepper2007-12-071-0/+7
* * sysdeps/unix/sysv/linux/sh/lowlevellock.S (__lll_timedlock_wait):Ulrich Drepper2007-12-051-0/+5
* * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S (__lll_timedlock_wait):Ulrich Drepper2007-11-241-0/+9
* * sysdeps/pthread/pthread.h (pthread_cleanup_push,Ulrich Drepper2007-11-201-0/+6
* [BZ #5240]Ulrich Drepper2007-11-091-0/+7
* [BZ #5245]Ulrich Drepper2007-11-081-0/+6
* * sysdeps/x86_64/memset.S: Add sfence after movnti.Ulrich Drepper2007-11-081-0/+8
* * elf/rtld.c (dl_main): Use the page size to find the map start.Ulrich Drepper2007-11-061-0/+5
* * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.Ulrich Drepper2007-11-061-0/+7
* [BZ #5204]Ulrich Drepper2007-10-281-0/+16
* [BZ #5040]Ulrich Drepper2007-10-281-0/+10
* * sysdeps/unix/sysv/linux/i386/i486/sem_post.S (__old_sem_post): New Jakub Jelinek2007-10-171-0/+5
* * init.c (__pthread_initialize_minimal): Initialize word to appease Jakub Jelinek2007-10-151-0/+5
* * sysdeps/pthread/bits/libc-lock.h (__libc_rwlock_init): Inside ofUlrich Drepper2007-10-101-0/+8
* * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.SUlrich Drepper2007-09-021-0/+7
* [BZ #4938]Ulrich Drepper2007-08-211-0/+8
* * sysdeps/unix/sysv/linux/alpha/lowlevellock.h (lll_robust_dead): Jakub Jelinek2007-08-211-0/+5
* * csu/libc-start.c: Don't handle VDSO_SETUP here.Ulrich Drepper2007-08-201-0/+5
* * sysdeps/unix/sysv/linux/alpha/lowlevellock.h Jakub Jelinek2007-08-161-0/+7
* * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising cvs/fedora-glibc-20070815T2049Jakub Jelinek2007-08-151-0/+35
* * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.SUlrich Drepper2007-08-151-0/+28
* * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No Jakub Jelinek2007-08-141-0/+5
* * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare. Jakub Jelinek2007-08-141-0/+7
* * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT, cvs/fedora-glibc-20070814T0725 cvs/fedora-glibc-20070814T0643Ulrich Drepper2007-08-141-0/+37
* * sysdeps/unix/sysv/linux/i386/i786/Implies: New file.Ulrich Drepper2007-08-131-0/+4
* * sysdeps/unix/sysv/linux/x86_64/libc-start.cUlrich Drepper2007-08-131-0/+22
* * sysdeps/unix/sysv/linux/powerpc/libc-start.cUlrich Drepper2007-08-121-0/+24
* * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: IncludeUlrich Drepper2007-08-121-0/+6
* * pthreadP.h (PTHREAD_ROBUST_MUTEX_PSHARED): Define.Ulrich Drepper2007-08-111-0/+99
* * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h (PSEUDO): Jakub Jelinek2007-08-051-0/+8
* * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.Ulrich Drepper2007-08-031-0/+118
* * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):Ulrich Drepper2007-08-011-0/+444
* * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_tUlrich Drepper2007-08-011-0/+2
* * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.SUlrich Drepper2007-08-011-0/+10
* * sysdeps/sparc/tls.h (tcbhead_t): Add private_futex field.Jakub Jelinek2007-07-311-0/+4
* * locale/programs/ld-monetary.c (monetary_finish): Avoid range checkUlrich Drepper2007-07-281-0/+4
* * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsignedUlrich Drepper2007-07-281-0/+85
* 2007-07-27 Jakub Jelinek <jakub@redhat.com>Jakub Jelinek2007-07-271-0/+9
* * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: FixUlrich Drepper2007-07-241-0/+7
* * sysdeps/unix/sysv/linux/powerpc/lowlevellock.hUlrich Drepper2007-07-241-0/+17
* * pthread_rwlock_rdlock.c (__pthread_rwlock_rdlock): Add LLL_SHAREDUlrich Drepper2007-07-231-0/+24