Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 11/19/2007 15:14:13
Module Name:	src
Committed By:	ad
Date:		Mon Nov 19 15:14:13 UTC 2007

Modified Files:
	src/lib/libpthread: Makefile pthread.c pthread_barrier.c pthread_cond.c
	    pthread_int.h pthread_mutex.c
Removed Files:
	src/lib/libpthread: debuglog.c pthread_debug.c pthread_debug.h

Log Message:
Remove the debuglog stuff. ktrace is more useful now.


To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 src/lib/libpthread/Makefile
cvs rdiff -r1.7 -r0 src/lib/libpthread/debuglog.c
cvs rdiff -r1.89 -r1.90 src/lib/libpthread/pthread.c
cvs rdiff -r1.15 -r1.16 src/lib/libpthread/pthread_barrier.c
cvs rdiff -r1.38 -r1.39 src/lib/libpthread/pthread_cond.c
cvs rdiff -r1.14 -r0 src/lib/libpthread/pthread_debug.c
cvs rdiff -r1.12 -r0 src/lib/libpthread/pthread_debug.h
cvs rdiff -r1.61 -r1.62 src/lib/libpthread/pthread_int.h
cvs rdiff -r1.37 -r1.38 src/lib/libpthread/pthread_mutex.c

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