Subject: PR/29654 CVS commit: src/sys/kern
To: None <elad@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Chuck Silvers <chs@netbsd.org>
List: netbsd-bugs
Date: 12/27/2005 00:30:02
The following reply was made to PR bin/29654; it has been noted by GNATS.

From: Chuck Silvers <chs@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/29654 CVS commit: src/sys/kern
Date: Tue, 27 Dec 2005 00:26:58 +0000 (UTC)

 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.