Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 05/26/2000 17:45:41
Module Name:	basesrc
Committed By:	sommerfeld
Date:		Sat May 27 00:45:41 UTC 2000

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

Log Message:
Two tweaks:
	- For cleaner subprocess traces, malloc something before
spawning, so the syscalls malloc does while initializing don't gunk up
the trace.
	- Increase pipe buffer sizes.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 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.