PERFORCE change 603689 for review

Robert Watson rwatson at FreeBSD.org
Fri Sep 6 14:47:21 UTC 2013


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

Change 603689 by rwatson at rwatson_zenith_cl_cam_ac_uk on 2013/09/06 14:47:19

	Start assembling parts to construct test CCall sandboxes for
	cheritest.

Affected files ...

.. //depot/projects/ctsrd/cheribsd/src/bin/cheritest/Makefile#5 edit
.. //depot/projects/ctsrd/cheribsd/src/bin/cheritest/cheritest.c#14 edit
.. //depot/projects/ctsrd/cheribsd/src/bin/cheritest/cheritest_sandbox.S#1 add
.. //depot/projects/ctsrd/cheribsd/src/bin/cheritest/cheritest_sandbox.h#1 add

Differences ...

==== //depot/projects/ctsrd/cheribsd/src/bin/cheritest/Makefile#5 (text+ko) ====

@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PROG=	cheritest
-SRCS=	cheritest.c
+SRCS=	cheritest.c cheritest_sandbox.S
 NO_MAN=yes
 
 #DPADD=  ${LIBDEVSTAT} ${LIBKVM} ${LIBMEMSTAT} ${LIBUTIL}

==== //depot/projects/ctsrd/cheribsd/src/bin/cheritest/cheritest.c#14 (text+ko) ====

@@ -44,6 +44,8 @@
 
 #include "sandbox.h"
 
+#include "cheritest_sandbox.h"
+
 #define	CHERI_CAPREG_PRINT(crn) do {					\
 	register_t c_tag;						\
 	register_t c_unsealed, c_perms, c_otype, c_base, c_length;	\


More information about the p4-projects mailing list