aboutsummaryrefslogtreecommitdiff
path: root/www/roadmap.html
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-10 16:57:54 -0500
committerRob Landley <rob@landley.net>2015-04-10 16:57:54 -0500
commit70722144e3352567ab6a519a7ec11a831e377914 (patch)
tree780cbd3532cb347d5b9324fa593ff6bbbcdb411d /www/roadmap.html
parentad72a55c9aa5c3ccee1853fc21bfa0350c20d48b (diff)
downloadtoybox-70722144e3352567ab6a519a7ec11a831e377914.tar.gz
Update www/roadmap.html with Android progress.
Not much progress this week. Just route and umount. Also remove a stray reference to load_policy which already switched. Also remove an outdated claim that Android logging is done in the kernel. It's been in userspace for a while now.
Diffstat (limited to 'www/roadmap.html')
-rwxr-xr-xwww/roadmap.html17
1 files changed, 7 insertions, 10 deletions
diff --git a/www/roadmap.html b/www/roadmap.html
index d405347f..26146e42 100755
--- a/www/roadmap.html
+++ b/www/roadmap.html
@@ -236,8 +236,8 @@ 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 route
-sendevent setprop start stop top umount uptime watchprops
+lsof mount nandread newfs_msdos ps prlimit renice restorecon
+sendevent setprop start stop top uptime watchprops
</b></blockquote>
<h3>Other Android core commands</h3>
@@ -260,9 +260,6 @@ logcat, logwrapper, mkbootimg, reboot, and run-as.</p>
different user interface. We may want to provide that interface, but
implementing the full commands (fdisk, init, and sudo) come first.</p>
-<p>Although logcat/logwrapper also reinvent a wheel, Android did so in the
-kernel and these provide an interface to that.</p>
-
<p>Also, gpttool and mkbootimg are install tools.
These aren't a priority if android wants to use its own
bespoke code to install itself.</p>
@@ -273,9 +270,9 @@ bespoke code to install itself.</p>
<blockquote><b>
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 run-as
-sendevent setprop start stop top umount uptime watchprops
+log logcat logwrapper ls lsof mkbootimg mount nandread
+newfs_msdos ps prlimit reboot renice restorecon run-as
+sendevent setprop start stop top uptime watchprops
</b></blockquote>
<p>We may eventually implement all of that, but for toybox 1.0 we need to
@@ -288,8 +285,8 @@ functionality, which we can implement a shim interface for later).</p>
<blockquote><b>
<span id=toolbox>
dd du df getevent getprop iftop ioctl ionice log logcat logwrapper ls lsof
-mount nandread newfs_msdos ps prlimit renice route schedtop sendevent
-setprop smd start stop top umount uptime watchprops
+mount nandread newfs_msdos ps prlimit renice schedtop sendevent
+setprop smd start stop top uptime watchprops
</span>
</b></blockquote>