Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 12/14/2003 22:56:45
Module Name: src
Committed By: dsl
Date: Sun Dec 14 22:56:45 UTC 2003
Modified Files:
src/sys/kern: kern_ktrace.c
src/sys/sys: ktrace.h
Log Message:
Defer writing of KTR_EMUL entry until first trace done by target process.
Stops ktrops sleeping with the pid table locked.
To generate a diff of this commit:
cvs rdiff -r1.83 -r1.84 src/sys/kern/kern_ktrace.c
cvs rdiff -r1.35 -r1.36 src/sys/sys/ktrace.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.