Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Dec 2007 23:58:33 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 131996 for review
Message-ID:  <200712292358.lBTNwXQr099724@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=131996

Change 131996 by jb@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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712292358.lBTNwXQr099724>