CVSROOT:        /cvs
Module name:    src
Changes by:     guent...@cvs.openbsd.org        2015/09/07 09:38:45

Modified files:
        sys/sys        : ktrace.h 
        sys/kern       : kern_synch.c kern_ktrace.c 
        lib/libc/sys   : ktrace.2 
        usr.bin/kdump  : kdump.c 
        usr.bin/ktrace : ktrace.1 ktrace.h ltrace.1 subr.c 

Log message:
Delete ktracing of context switches: it's unused, and not particularly useful,
and doing VOP_WRITE() from inside tsleep/msleep makes the locking too
complicated, making it harder to move forward on MP changes.

ok deraadt@ kettenis@

Reply via email to