PERFORCE change 229003 for review

Philip Withnall prw35 at FreeBSD.org
Fri May 24 12:45:47 UTC 2013


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

Change 229003 by prw35 at pwithnall_zenith on 2013/05/24 12:45:29

	Add compositorctl control program for the CHERI compositor
	
	This is a fairly thin layer over the compositor driver, allowing for
	low-level setup and testing. It also contains one demo program,
	run as `compositorctl animate`.
	
	Note that this must be compiled with
		LOCAL_DIRS=ctsrd LOCAL_LIB_DIRS=ctsrd-lib
	passed to buildworld and friends, as compositorctl depends on
	libcompositor being built first.

Affected files ...

.. //depot/projects/ctsrd/cheribsd/src/ctsrd/Makefile#13 edit
.. //depot/projects/ctsrd/cheribsd/src/ctsrd/compositorctl/Makefile#1 add
.. //depot/projects/ctsrd/cheribsd/src/ctsrd/compositorctl/compositorctl.c#1 add
.. //depot/projects/ctsrd/cheribsd/src/ctsrd/compositorctl/crest.png#1 add
.. //depot/projects/ctsrd/cheribsd/src/ctsrd/compositorctl/crest.png.c#1 add

Differences ...

==== //depot/projects/ctsrd/cheribsd/src/ctsrd/Makefile#13 (text+ko) ====

@@ -3,6 +3,7 @@
 SUBDIR=		atsectl \
 		browser \
 		cheripoint \
+		compositorctl \
 		cycle_led \
 		de4ctl \
 		flashit \


More information about the p4-projects mailing list