PERFORCE change 131996 for review

John Birrell jb at FreeBSD.org
Sat Dec 29 15:58:34 PST 2007


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

Change 131996 by jb at jb_freebsd1 on 2007/12/29 23:57:38

	Add a system initialisation level for the OpenSolaris compatibility module
	which contains things that are shared by OpenSolaris ported modules
	like DTrace, Cyclic and ZFS. These things tend to be in the Solaris kernel
	by default and are subject to CDDL licensing restrictions.

Affected files ...

.. //depot/projects/dtrace/src/sys/sys/kernel.h#17 edit

Differences ...

==== //depot/projects/dtrace/src/sys/sys/kernel.h#17 (text+ko) ====

@@ -122,7 +122,8 @@
 	SI_SUB_DDB_SERVICES	= 0x2380000,	/* capture, scripting, etc. */
 	SI_SUB_RUN_QUEUE	= 0x2400000,	/* set up run queue*/
 	SI_SUB_KTRACE		= 0x2480000,	/* ktrace */
-	SI_SUB_CYCLIC		= 0x2490000,	/* Cyclic timers */
+	SI_SUB_OPENSOLARIS	= 0x2490000,	/* OpenSolaris compatibility */
+	SI_SUB_CYCLIC		= 0x24A0000,	/* Cyclic timers */
 	SI_SUB_DTRACE		= 0x24B0000,	/* DTrace subsystem */
 	SI_SUB_DTRACE_PROVIDER	= 0x24B8000,	/* DTrace providers */
 	SI_SUB_DTRACE_ANON	= 0x24BC000,	/* DTrace anon enabling */


More information about the p4-projects mailing list