Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 11/01/2003 07:44:14
Module Name:	src
Committed By:	jdolecek
Date:		Sat Nov  1 07:44:14 UTC 2003

Modified Files:
	src/sys/kern: kern_sig.c

Log Message:
in sigtimedwait(), use malloc(9)ed (and thus wired) memory for the waitset
we pass via sigctx, so that it guaranteed that the memory wouldn't be
paged out at the time the signal arrives

potential problem pointed out by YAMAMOTO Takashi


To generate a diff of this commit:
cvs rdiff -r1.172 -r1.173 src/sys/kern/kern_sig.c

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