PERFORCE change 86485 for review
Todd Miller
millert at FreeBSD.org
Tue Nov 8 20:37:57 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=86485
Change 86485 by millert at millert_ibook on 2005/11/08 20:37:41
Revert to stock 10.3.8 ipc_entry.h. The IE_BITS_TYPE_MASK change
was only needed for the 10.3.3 label handle implementation.
Affected files ...
.. //depot/projects/trustedbsd/sedarwin7/src/darwin/xnu/osfmk/ipc/ipc_entry.h#3 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin7/src/darwin/xnu/osfmk/ipc/ipc_entry.h#3 (text+ko) ====
@@ -48,14 +48,8 @@
* the rights to redistribute these changes.
*/
/*
- * NOTICE: This file was modified by McAfee Research in 2004 to introduce
- * support for mandatory and extensible security protections. This notice
- * is included in support of clause 2.2 (b) of the Apple Public License,
- * Version 2.0.
*/
/*
- */
-/*
* File: ipc/ipc_entry.h
* Author: Rich Draves
* Date: 1989
@@ -120,7 +114,7 @@
#define IE_BITS_UREFS_MASK 0x0000ffff /* 16 bits of user-reference */
#define IE_BITS_UREFS(bits) ((bits) & IE_BITS_UREFS_MASK)
-#define IE_BITS_TYPE_MASK 0x003f0000 /* 6 bits of capability type */
+#define IE_BITS_TYPE_MASK 0x001f0000 /* 5 bits of capability type */
#define IE_BITS_TYPE(bits) ((bits) & IE_BITS_TYPE_MASK)
#define IE_BITS_COLLISION 0x00800000 /* 1 bit for collisions */
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list