about summary refs log tree commit diff
path: root/nptl/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: FixUlrich Drepper2007-07-231-0/+10
* * include/features.h (__USE_ISOC95): New define.Ulrich Drepper2007-07-191-0/+5
* * sysdeps/sh/tls.h: Include stdlib.h, list.h, sysdep.h andUlrich Drepper2007-07-071-0/+5
* * init.c (__nptl_initial_report_events): New variable.Roland McGrath2007-06-261-0/+6
* * pthread_getattr_np.c (pthread_getattr_np): Clear cpuset andUlrich Drepper2007-06-221-0/+5
* * elf/dl-close.c (free_mem): Free _dl_scope_free_list.Ulrich Drepper2007-06-201-0/+5
* [BZ #4647]Ulrich Drepper2007-06-181-0/+8
* * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.Ulrich Drepper2007-06-171-0/+5
* * allocatestack.c (allocate_stack): Make code compile ifUlrich Drepper2007-06-171-0/+5
* * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S:Ulrich Drepper2007-06-171-0/+49
* * configure.in: Avoid variable named BASH.Ulrich Drepper2007-06-081-0/+48
* * pthread_getattr_np.c: No need to install a cancellation handler,Ulrich Drepper2007-05-301-3/+19
* * sysdeps/unix/sysv/linux/x86_64/lowlevellock.SUlrich Drepper2007-05-301-0/+4
* * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: CheckingUlrich Drepper2007-05-301-0/+5
* * sysdeps/unix/sysv/linux/internaltypes.h: IntroduceUlrich Drepper2007-05-291-0/+17
* * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't defineUlrich Drepper2007-05-281-0/+3
* * sysdeps/i386/tls.h (THREAD_GSCOPE_RESET_FLAG): Use explicitUlrich Drepper2007-05-281-0/+39
* [__WORDSIZE=64]: Renamed __pad1 element int rwlock structure toUlrich Drepper2007-05-271-1/+1
* * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Likewise.Ulrich Drepper2007-05-271-0/+7
* * init.c: Make it compile with older kernel headers.Ulrich Drepper2007-05-271-0/+28
* * pthreadP.h (PTHREAD_RWLOCK_PREFER_READER_P): Define.Ulrich Drepper2007-05-261-0/+5
* * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S (sem_trywait): TinyUlrich Drepper2007-05-261-0/+3
* * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.Ulrich Drepper2007-05-261-0/+12
* * sysdeps/unix/sysv/linux/internaltypes.h (struct pthread_barrier):Ulrich Drepper2007-05-261-0/+11
* * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Add private futexUlrich Drepper2007-05-261-0/+8
* * semaphoreP.h: Declare __old_sem_init and __old_sem_wait.Ulrich Drepper2007-05-261-0/+29
* * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S (sem_timedwait): Jakub Jelinek2007-05-251-1/+9
* * sysdeps/i386/tls.h (THREAD_SET_PRIVATE_FUTEX,Ulrich Drepper2007-05-251-1/+9
* * sysdeps/powerpc/tls.h (tcbhead_t): Add gscope_flag.Ulrich Drepper2007-05-251-0/+14
* * init.c (__pthread_initialize_minimal_internal): Check whetherUlrich Drepper2007-05-231-0/+23
* * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct valueUlrich Drepper2007-05-211-0/+12
* * tst-robust9.c (do_test): Don't fail if ENABLE_PI and Jakub Jelinek2007-05-211-0/+5
* * elf/dl-close.c (_dl_close_worker): When removing object fromUlrich Drepper2007-05-191-0/+13
* [BZ #4512]Ulrich Drepper2007-05-181-0/+11
* Dummy files to prevent stub versions from being used.Ulrich Drepper2007-05-171-0/+5
* * version.h (VERSION): Define to 6. glibc-2.6 cvs/glibc-2_6-base cvs/glibc-2_6Ulrich Drepper2007-05-151-7/+0