PERFORCE change 125847 for review

Robert Watson rwatson at FreeBSD.org
Thu Aug 30 02:55:18 PDT 2007


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

Change 125847 by rwatson at rwatson_zoo on 2007/08/30 09:55:09

	Further KTR fixes from merge.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/sys/ktr.h#19 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/sys/ktr.h#19 (text+ko) ====

@@ -46,7 +46,7 @@
  */
 #define	KTR_GEN		0x00000001		/* General (TR) */
 #define	KTR_NET		0x00000002		/* Network */
-#define	KTR_MAC		0x00000004		/* Mandatory Access Control */
+#define	KTR_DEV		0x00000004		/* Device driver */
 #define	KTR_LOCK	0x00000008		/* MP locking */
 #define	KTR_SMP		0x00000010		/* MP general */
 #define	KTR_SUBSYS	0x00000020		/* Subsystem. */
@@ -55,7 +55,7 @@
 #define	KTR_TRAP	0x00000100		/* Trap processing */
 #define	KTR_INTR	0x00000200		/* Interrupt tracing */
 #define	KTR_SIG		0x00000400		/* Signal processing */
-#define	KTR_SPARE2	0x00000800		/* Unused */
+#define	KTR_MAC		0x00000800		/* Mandatory Access Control */
 #define	KTR_PROC	0x00001000		/* Process scheduling */
 #define	KTR_SYSC	0x00002000		/* System call */
 #define	KTR_INIT	0x00004000		/* System initialization */


More information about the p4-projects mailing list