Subject: CVS commit: src/lib/libpthread
To: None <source-changes@NetBSD.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 02/26/2005 20:33:06
Module Name:	src
Committed By:	nathanw
Date:		Sat Feb 26 20:33:06 UTC 2005

Modified Files:
	src/lib/libpthread: pthread.c pthread_int.h pthread_sig.c

Log Message:
Keep the kernel updated with signal action signal masks (act.sa_mask) until
threads are started, since before that the traditional signal invocation
method will be used. Fixes regress/lib/libpthread/sigmask2.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 src/lib/libpthread/pthread.c
cvs rdiff -r1.30 -r1.31 src/lib/libpthread/pthread_int.h
cvs rdiff -r1.37 -r1.38 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.