Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: source-changes
Date: 10/29/1999 02:11:50
Module Name:	basesrc
Committed By:	itohy
Date:		Fri Oct 29 09:11:49 UTC 1999

Modified Files:
	basesrc/usr.bin/ktrace: ktrace.c

Log Message:
Make ktrace(1) not affect interactions between processes.
Following examples show the cases.

    % ktrace -f - false >/dev/null && echo wrong
    wrong
    % ktrace -f - -i /usr/sbin/update >/dev/null
    (does not return to command line)

That is, back out last change and restore the roles of parent/child for
ktrace(1).  The ktruss(1) stuff still remains.
Yes, ktruss(1) has the problems.  Better implementation is expected.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 basesrc/usr.bin/ktrace/ktrace.c

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