Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 09/22/2004 22:15:03
Module Name:	src
Committed By:	enami
Date:		Wed Sep 22 22:15:03 UTC 2004

Modified Files:
	src/sys/kern: kern_ktrace.c
	src/sys/sys: ktrace.h

Log Message:
Create kernel thread and let it to issue the write request.  We can't
do this from trace target process since we can't sleep at certain
trace point (otherwise system may hang).  Address PR#23155.


To generate a diff of this commit:
cvs rdiff -r1.92 -r1.93 src/sys/kern/kern_ktrace.c
cvs rdiff -r1.39 -r1.40 src/sys/sys/ktrace.h

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