PERFORCE change 97446 for review

John Birrell jb at FreeBSD.org
Fri May 19 05:48:19 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=97446

Change 97446 by jb at 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


More information about the p4-projects mailing list