Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2012 22:42:20 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 214211 for review
Message-ID:  <201207102242.q6AMgKt2028547@skunkworks.freebsd.org>

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

Change 214211 by brooks@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>
         



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