Subject: CVS commit: [nathanw_sa] basesrc/lib/libpthread
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 07/26/2001 00:24:14
Module Name:	basesrc
Committed By:	nathanw
Date:		Wed Jul 25 21:24:14 UTC 2001

Modified Files:
	basesrc/lib/libpthread [nathanw_sa]: Makefile pthread_types.h
Added Files:
	basesrc/lib/libpthread [nathanw_sa]: pthread_cond.c

Log Message:
Implement most of condition variables
(pthread_cond_timedwait() is not yet done).


To generate a diff of this commit:
cvs rdiff -r1.8.2.4 -r1.8.2.5 basesrc/lib/libpthread/Makefile
cvs rdiff -r0 -r1.1.2.1 basesrc/lib/libpthread/pthread_cond.c
cvs rdiff -r1.1.2.3 -r1.1.2.4 basesrc/lib/libpthread/pthread_types.h

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