diff options
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 |