From a88b96f496c0214424db1219d21ce669fbc102a0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 4 Jul 2000 00:27:38 +0000 Subject: Update. 2000-07-04 NIIBE Yutaka * locale/programs/charmap.c (charmap_read): Prepend the condition filename == NULL. --- linuxthreads/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'linuxthreads/ChangeLog') diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index ee5a933c75..9928956ec0 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,21 @@ +2000-07-03 Ulrich Drepper + + * spinlock.c: Replace fast spinlocks by adaptive spinlocks which are + faster on SMP systems. No more emulation of compare&swap for adaptive + spinlocks. + * spinlock.h: Likewise. + * sysdeps/pthread/pthread.h: Shuffle PTHREAD_MUTEX_* values around. + Replace fast with adaptive mutex. + * mutex.c: Rewrite for replacement of fast by adaptive mutex. + * condvar.c: Likewise. + * pthread.c: Define and initialize __pthread_smp_kernel variable. + * internals.h: Declare __pthread_smp_kernel. + * sysdeps/pthread/bits/pthreadtypes.h: Update comment of + _pthread_fastlock structure. + Patch by Kaz Kylheku . + + * pthread.c: Remove initialization to zero from global variables. + 2000-06-29 Jakub Jelinek * shlib-versions: Make sparc64 GLIBC_2.2+ only. -- cgit v1.2.3