aboutsummaryrefslogtreecommitdiff
path: root/www/roadmap.html
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-08-14 21:54:30 -0500
committerRob Landley <rob@landley.net>2015-08-14 21:54:30 -0500
commit1ed524277be6916b00858b8f983ba812dfae48e6 (patch)
tree5cf4781cd91f02e20a9eed46f24af87f471192af /www/roadmap.html
parent20b3af69bf955237fc195c4416d3bcdca9d7d8d9 (diff)
downloadtoybox-1ed524277be6916b00858b8f983ba812dfae48e6.tar.gz
Another Android roadmap update.
The three separate lists had got a bit out of sync. The genuinely new changes are in the top list.
Diffstat (limited to 'www/roadmap.html')
-rwxr-xr-xwww/roadmap.html29
1 files changed, 14 insertions, 15 deletions
diff --git a/www/roadmap.html b/www/roadmap.html
index e5105b8b..afb49ba1 100755
--- a/www/roadmap.html
+++ b/www/roadmap.html
@@ -236,9 +236,9 @@ system/core/toolbox/Android.mk</a> the toolbox directory builds the
following commands:</p>
<blockquote><b>
-dd du df getevent iftop ioctl ionice log ls
-lsof mount nandread newfs_msdos ps prlimit renice
-sendevent start stop top uptime watchprops
+dd du df getevent iftop ioctl log ls
+lsof nandread newfs_msdos ps prlimit
+sendevent start stop top uptime
</b></blockquote>
<h3>Other Android core commands</h3>
@@ -264,25 +264,24 @@ 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 ionice
-log logcat logwrapper ls lsof mount nandread
-newfs_msdos ps prlimit reboot renice run-as
-sendevent start stop top uptime watchprops
+dd du df getevent iftop init ioctl
+log logcat logwrapper ls lsof nandread
+newfs_msdos ps prlimit reboot run-as
+sendevent start stop top uptime
</b></blockquote>
<p>We may eventually implement all of that, but for toybox 1.0 we need to
-focus a bit. For our first pass, let's ignore selinux [note: the android
-guys submitted selinux code to us and we merged it],
-and grab just logcat and logwrapper from the "core"
-commands (since the rest have some full/standard version providing that
-functionality, which we can implement a shim interface for later).</p>
+focus a bit. For our first pass, let's grab just logcat and logwrapper
+from the "core" commands (since the rest have some full/standard version
+providing that 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 iftop ioctl ionice log logcat logwrapper ls lsof
-mount nandread newfs_msdos ps prlimit renice schedtop sendevent
-smd start stop top uptime watchprops
+dd du df getevent iftop ioctl log logcat logwrapper ls lsof
+nandread newfs_msdos ps prlimit sendevent
+start stop top uptime
</span>
</b></blockquote>