Subject: CVS commit: [wrstuden-fixsa] src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Bill Stouder-Studenmund <wrstuden@netbsd.org>
List: source-changes
Date: 09/25/2007 05:12:04
Module Name:	src
Committed By:	wrstuden
Date:		Tue Sep 25 05:12:04 UTC 2007

Modified Files:
	src/lib/libpthread [wrstuden-fixsa]: pthread.c pthread_int.h
	    pthread_run.c pthread_sa.c pthread_sig.c

Log Message:
Rename pt_blockedlwp to pt_lastlwp, and set it whenever we switch
to a new pthread. This way we always know on what lwp a given
thread is running.


To generate a diff of this commit:
cvs rdiff -r1.48.6.1 -r1.48.6.2 src/lib/libpthread/pthread.c
cvs rdiff -r1.34.4.1 -r1.34.4.2 src/lib/libpthread/pthread_int.h
cvs rdiff -r1.18.12.1 -r1.18.12.2 src/lib/libpthread/pthread_run.c
cvs rdiff -r1.37.6.1 -r1.37.6.2 src/lib/libpthread/pthread_sa.c
cvs rdiff -r1.47.4.2 -r1.47.4.3 src/lib/libpthread/pthread_sig.c

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