PERFORCE change 214215 for review

Brooks Davis brooks at FreeBSD.org
Tue Jul 10 23:29:34 UTC 2012


http://p4web.freebsd.org/@@214215?ac=10

Change 214215 by brooks at brooks_ecr_current on 2012/07/10 23:28:27

	Add KTRACE, CAPABILITY_MODE, and CAPABILITIES options.  The former
	allows ktrace/kdump to work.  The latter two are required for
	capsicum to actually work.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_TEMPLATE#2 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_TEMPLATE#2 (text+ko) ====

@@ -28,6 +28,10 @@
 options 	DDB
 options 	KDB
 options 	ALT_BREAK_TO_DEBUGGER
+options 	KTRACE
+
+options 	CAPABILITY_MODE
+options 	CAPABILITIES
 
 options 	SCHED_ULE
 


More information about the p4-projects mailing list