Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 12/24/2006 18:39:46
Module Name:	src
Committed By:	ad
Date:		Sun Dec 24 18:39:46 UTC 2006

Modified Files:
	src/lib/libpthread: Makefile pthread.c pthread_barrier.c pthread_cond.c
	    pthread_int.h pthread_lock.c pthread_mutex.c pthread_run.c
	    pthread_rwlock.c sem.c

Log Message:
Fix bugs with and improve upon previous.


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 src/lib/libpthread/Makefile
cvs rdiff -r1.51 -r1.52 src/lib/libpthread/pthread.c
cvs rdiff -r1.7 -r1.8 src/lib/libpthread/pthread_barrier.c
cvs rdiff -r1.19 -r1.20 src/lib/libpthread/pthread_cond.c \
    src/lib/libpthread/pthread_run.c
cvs rdiff -r1.35 -r1.36 src/lib/libpthread/pthread_int.h
cvs rdiff -r1.15 -r1.16 src/lib/libpthread/pthread_lock.c
cvs rdiff -r1.23 -r1.24 src/lib/libpthread/pthread_mutex.c
cvs rdiff -r1.14 -r1.15 src/lib/libpthread/pthread_rwlock.c
cvs rdiff -r1.10 -r1.11 src/lib/libpthread/sem.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.