since you're talking about another release, and that seems to be when the web site gets updated...
-- Elliott Hughes - http://who/enh - http://jessies.org/~enh/ Android native code/tools questions? Mail me/drop by/add me as a reviewer.
From a04ba1452f2e420c263986fab55bd23de39dd6df Mon Sep 17 00:00:00 2001 From: Elliott Hughes <[email protected]> Date: Wed, 28 Oct 2015 14:58:17 -0700 Subject: [PATCH] Update Android section of roadmap. Change-Id: I5a0f49b17bc5866689608e73af94b31744fd3dc9 --- www/roadmap.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/www/roadmap.html b/www/roadmap.html index 0ac70b7..e62b54e 100755 --- a/www/roadmap.html +++ b/www/roadmap.html @@ -238,9 +238,9 @@ system/core/toolbox/Android.mk</a> the toolbox directory builds the following commands:</p> <blockquote><b> -dd du df getevent iftop ioctl log ls -lsof nandread newfs_msdos ps prlimit -sendevent start stop top uptime +dd getevent iftop ioctl log +nandread newfs_msdos ps prlimit +sendevent start stop top </b></blockquote> <h3>Other Android core commands</h3> @@ -266,10 +266,10 @@ implementing the full commands (fdisk, init, and sudo) come first.</p> <p>For reference, combining everything listed above, we get:</p> <blockquote><b> -dd du df getevent iftop init ioctl -log logcat logwrapper ls lsof nandread +dd getevent iftop init ioctl +log logcat logwrapper nandread newfs_msdos ps prlimit reboot run-as -sendevent start stop top uptime +sendevent start stop top </b></blockquote> <p>We may eventually implement all of that, but for toybox 1.0 we need to @@ -281,9 +281,9 @@ for later).</p> <p>This means toybox should implement (or finish implementing):</p> <blockquote><b> <span id=toolbox> -dd du df getevent iftop ioctl log logcat logwrapper ls lsof +dd getevent iftop ioctl log logcat logwrapper nandread newfs_msdos ps prlimit sendevent -start stop top uptime +start stop top </span> </b></blockquote> -- 2.6.0.rc2.230.g3dd15c0
_______________________________________________ Toybox mailing list [email protected] http://lists.landley.net/listinfo.cgi/toybox-landley.net
