Another roadmap.html update. Events had overtaken the last pending documentation update by the time it was submitted, plus it looks like I messed up with 'restorecon' and only removed it from the last of the three lists.
diff --git a/www/roadmap.html b/www/roadmap.html index 26146e4..695157a 100755 --- a/www/roadmap.html +++ b/www/roadmap.html @@ -231,13 +231,14 @@ git repository</a>.</p> <h3>Toolbox commands:</h3> -<p>According to system/core/toolbox/Android.mk the toolbox directory builds -the following commands:</p> +<p>According to <a href=https://android.googlesource.com/platform/system/core/+/master/toolbox/Android.mk> +system/core/toolbox/Android.mk</a> the toolbox directory builds the +following commands:</p> <blockquote><b> -dd du df getevent getprop iftop ioctl ionice load_policy log ls -lsof mount nandread newfs_msdos ps prlimit renice restorecon -sendevent setprop start stop top uptime watchprops +dd du df getevent iftop ioctl ionice log ls +lsof mount nandread newfs_msdos ps prlimit renice +sendevent start stop top uptime watchprops </b></blockquote> <h3>Other Android core commands</h3> @@ -269,10 +270,10 @@ bespoke code to install itself.</p> <p>For reference, combining everything listed above, we get:</p> <blockquote><b> -dd du df getevent getprop gpttool iftop init ioctl ionice +dd du df getevent gpttool iftop init ioctl ionice log logcat logwrapper ls lsof mkbootimg mount nandread -newfs_msdos ps prlimit reboot renice restorecon run-as -sendevent setprop start stop top uptime watchprops +newfs_msdos ps prlimit reboot renice run-as +sendevent start stop top uptime watchprops </b></blockquote> <p>We may eventually implement all of that, but for toybox 1.0 we need to @@ -284,9 +285,9 @@ functionality, which we can implement a shim interface for later).</p> <p>This means toybox should implement (or finish implementing):</p> <blockquote><b> <span id=toolbox> -dd du df getevent getprop iftop ioctl ionice log logcat logwrapper ls lsof +dd du df getevent iftop ioctl ionice log logcat logwrapper ls lsof mount nandread newfs_msdos ps prlimit renice schedtop sendevent -setprop smd start stop top uptime watchprops +smd start stop top uptime watchprops </span> </b></blockquote> _______________________________________________ Toybox mailing list [email protected] http://lists.landley.net/listinfo.cgi/toybox-landley.net
