PERFORCE change 214211 for review

Brooks Davis brooks at FreeBSD.org
Tue Jul 10 22:42:22 UTC 2012


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

Change 214211 by brooks at brooks_ecr_current on 2012/07/10 22:42:11

	Add a trivial program that sets all red bits on the touch screent to
	0xFF.  Install it as /bin/wr so it's easy to replace /bin/sh in
	exploit code.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/ctsrd/Makefile#9 edit
.. //depot/projects/ctsrd/beribsd/src/ctsrd/wr/Makefile#1 add
.. //depot/projects/ctsrd/beribsd/src/ctsrd/wr/wr.c#1 add

Differences ...

==== //depot/projects/ctsrd/beribsd/src/ctsrd/Makefile#9 (text+ko) ====

@@ -7,7 +7,8 @@
 		mtlctl \
 		pictview \
 		showimage \
-		spinner
+		spinner \
+		wr
 
 .include <bsd.arch.inc.mk>
         


More information about the p4-projects mailing list