Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 12/27/2005 00:26:58
Module Name:	src
Committed By:	chs
Date:		Tue Dec 27 00:26:58 UTC 2005

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

Log Message:
in systrace_make_msg(), sleep uninterruptibly while waiting for
the response from the systrace daemon, so that the message protocol
between the kernel and the daemon doesn't get out of sync.
fixes PR 29654.


To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 src/sys/kern/kern_systrace.c

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