Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Nov 2012 22:35:35 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 219775 for review
Message-ID:  <201211132235.qADMZZJH044159@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@219775?ac=10

Change 219775 by rwatson@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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211132235.qADMZZJH044159>