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 06:01:31
Module Name:	src
Committed By:	wrstuden
Date:		Tue Sep 25 06:01:31 UTC 2007

Modified Files:
	src/lib/libpthread [wrstuden-fixsa]: pthread_sig.c

Log Message:
Add code to handle delivering a signal to a running thread. At present,
it only adds the signal to the blocked set for the thread. This
change does not add support for the kernel preempting the thread. A minor
detail is that the upcall handler doesn't handle it right yet. The main
reason is so that we can test to see if the signal catching code that
I recently sprinkled throught the library actually works right.


To generate a diff of this commit:
cvs rdiff -r1.47.4.4 -r1.47.4.5 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.