PERFORCE change 219775 for review

Robert Watson rwatson at FreeBSD.org
Tue Nov 13 22:35:36 UTC 2012


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

Change 219775 by rwatson at rwatson_zenith_cl_cam_ac_uk on 2012/11/13 22:35:02

	Pull-host side sandbox management APIs out into a new libcheri.

Affected files ...

.. //depot/projects/ctsrd/cheribsd/src/bin/cheritest/Makefile#3 edit
.. //depot/projects/ctsrd/cheribsd/src/bin/cheritest/mips64/sandboxasm.S#3 delete
.. //depot/projects/ctsrd/cheribsd/src/bin/cheritest/sandbox.c#4 delete
.. //depot/projects/ctsrd/cheribsd/src/bin/cheritest/sandbox.h#3 delete
.. //depot/projects/ctsrd/cheribsd/src/lib/Makefile#4 edit
.. //depot/projects/ctsrd/cheribsd/src/lib/libcheri/Makefile#1 add
.. //depot/projects/ctsrd/cheribsd/src/lib/libcheri/mips64/sandboxasm.S#1 branch
.. //depot/projects/ctsrd/cheribsd/src/lib/libcheri/sandbox.c#1 branch
.. //depot/projects/ctsrd/cheribsd/src/lib/libcheri/sandbox.h#1 branch

Differences ...

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

@@ -1,12 +1,10 @@
 # $FreeBSD$
 
 PROG=	cheritest
-SRCS=	cheritest.c sandbox.c sandboxasm.S
+SRCS=	cheritest.c
 NO_MAN=yes
 
-FILES=	sandboxasm.o
-CLEANFILES=	sandboxasm.o
-
-.PATH: ${.CURDIR}/${MACHINE_ARCH}
+#DPADD=  ${LIBDEVSTAT} ${LIBKVM} ${LIBMEMSTAT} ${LIBUTIL}
+LDADD=  -lcheri
 
 .include <bsd.prog.mk>

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

@@ -34,6 +34,7 @@
 	libbsm \
 	libauditd \
 	libcompiler_rt \
+	libcheri \
 	libcrypt \
 	libelf \
 	${_libiconv_modules} \


More information about the p4-projects mailing list