Re: ktrace buglet

2018-12-06 Thread Klemens Nanni
On Thu, Dec 06, 2018 at 03:33:06PM -0500, Ted Unangst wrote: > ktrace -C will return an error if you don't have a ktrace.out file because > sys_ktrace tries to open it whenever it has a filename, even if it won't be > used. I think it is more consistent to require it be null, so that we aren't > op

ktrace buglet

2018-12-06 Thread Ted Unangst
ktrace -C will return an error if you don't have a ktrace.out file because sys_ktrace tries to open it whenever it has a filename, even if it won't be used. I think it is more consistent to require it be null, so that we aren't opening files we won't be using. man page and utility diff below. In