Date: Fri, 19 May 2006 05:47:49 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 97446 for review Message-ID: <200605190547.k4J5lnl0067177@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=97446 Change 97446 by jb@jb_freebsd2 on 2006/05/19 05:46:52 Add the sdt and prototype providers to the load/unload targets. Affected files ... .. //depot/projects/dtrace/src/sys/modules/dtrace/Makefile.inc#3 edit Differences ... ==== //depot/projects/dtrace/src/sys/modules/dtrace/Makefile.inc#3 (text+ko) ==== @@ -3,15 +3,17 @@ load : -kldload cyclic -kldload dtrace + -kldload sdt + -kldload prototype -kldload profile - -kldload sdt -kldload systrace kldstat unload : -kldunload systrace + -kldunload profile + -kldunload prototype -kldunload sdt - -kldunload profile -kldunload dtrace -kldunload cyclic kldstat
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605190547.k4J5lnl0067177>