PERFORCE change 174011 for review

Robert Watson rwatson at FreeBSD.org
Sun Jan 31 11:12:18 UTC 2010


http://p4web.freebsd.org/chv.cgi?CH=174011

Change 174011 by rwatson at rwatson_vimage_client on 2010/01/31 11:11:23

	Add INVARIANTS to CAPABILITIES configuration -- in 9.x, this has
	no effect, but we use the same config file in 8.x where INVARIANTS
	is not the default.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/sys/amd64/conf/CAPABILITIES#4 edit
.. //depot/projects/trustedbsd/capabilities/src/sys/i386/conf/CAPABILITIES#5 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/sys/amd64/conf/CAPABILITIES#4 (text+ko) ====

@@ -4,6 +4,7 @@
 options CAPABILITIES
 options PROCDESC
 options KDTRACE_HOOKS
+options INVARIANTS
 options WITNESS
 options KDB
 options DDB

==== //depot/projects/trustedbsd/capabilities/src/sys/i386/conf/CAPABILITIES#5 (text+ko) ====

@@ -4,6 +4,7 @@
 options CAPABILITIES
 options PROCDESC
 options KDTRACE_HOOKS
+options INVARIANTS
 options WITNESS
 options KDB
 options DDB


More information about the p4-projects mailing list