diff options
author | Elliott Hughes <enh@google.com> | 2015-03-28 02:53:08 -0500 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-03-28 02:53:08 -0500 |
commit | e00c7861a9f25db6333d85aebd6ca4e6b9b37d39 (patch) | |
tree | c27b97ae8a69cf16fc7bddecd2d980f319f46cf2 /www/roadmap.html | |
parent | 32422d1b640617a56688370e3ebf4025bb3cf087 (diff) | |
download | toybox-e00c7861a9f25db6333d85aebd6ca4e6b9b37d39.tar.gz |
update the Android section of roadmap.html
Four obsolete tools were removed from Android, and runcon moved to toybox.
Diffstat (limited to 'www/roadmap.html')
-rwxr-xr-x | www/roadmap.html | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/www/roadmap.html b/www/roadmap.html index ba2e96a7..d405347f 100755 --- a/www/roadmap.html +++ b/www/roadmap.html @@ -227,7 +227,7 @@ replaced by toybox.</p> <p>Toolbox doesn't have its own repository, instead it's part of Android's <a href=https://android.googlesource.com/platform/system/core>system/core -git repository</a> (this analysis looked at commit 8ac94d3).</p> +git repository</a>.</p> <h3>Toolbox commands:</h3> @@ -235,10 +235,9 @@ git repository</a> (this analysis looked at commit 8ac94d3).</p> the following commands:</p> <blockquote><b> -dd du df getevent getprop getsebool iftop ioctl ionice load_policy log ls -lsof mount nandread newfs_msdos ps prlimit renice restorecon route runcon -schedtop sendevent setprop setsebool smd start stop top umount uptime -watchprops +dd du df getevent getprop iftop ioctl ionice load_policy log ls +lsof mount nandread newfs_msdos ps prlimit renice restorecon route +sendevent setprop start stop top umount uptime watchprops </b></blockquote> <h3>Other Android core commands</h3> @@ -273,11 +272,10 @@ bespoke code to install itself.</p> <p>For reference, combining everything listed above, we get:</p> <blockquote><b> -dd du df getevent getprop getsebool gpttool iftop init ioctl ionice +dd du df getevent getprop gpttool iftop init ioctl ionice load_policy log logcat logwrapper ls lsof mkbootimg mount nandread -newfs_msdos ps prlimit reboot renice restorecon route runcon run-as -schedtop sendevent setprop setsebool smd start stop top umount uptime -watchprops +newfs_msdos ps prlimit reboot renice restorecon route run-as +sendevent setprop start stop top umount uptime watchprops </b></blockquote> <p>We may eventually implement all of that, but for toybox 1.0 we need to |