From 83d87915da34fc02d170ff8c356406040da2823f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 15 May 2007 06:24:31 +0000 Subject: * sysdeps/unix/sysv/linux/sem_post.c: Only wake threads if old value of semaphore was zero. * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Likewise. * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Likewise. * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Likewise. * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove unnecessary extra cancellation test. * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Likewise. --- nptl/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'nptl/ChangeLog') diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 882d3e9b29..38ade7a96b 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,16 @@ +2007-05-14 Ulrich Drepper + + * sysdeps/unix/sysv/linux/sem_post.c: Only wake threads if old + value of semaphore was zero. + * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Likewise. + * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Likewise. + * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Likewise. + + * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove unnecessary + extra cancellation test. + * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Likewise. + 2007-05-10 Ulrich Drepper * descr.h (struct pthread): Rearrange members to fill hole in -- cgit 1.4.1