From 70722144e3352567ab6a519a7ec11a831e377914 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 10 Apr 2015 16:57:54 -0500 Subject: 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. --- www/roadmap.html | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'www/roadmap.html') 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:

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

Other Android core commands

@@ -260,9 +260,6 @@ logcat, logwrapper, mkbootimg, reboot, and run-as.

different user interface. We may want to provide that interface, but implementing the full commands (fdisk, init, and sudo) come first.

-

Although logcat/logwrapper also reinvent a wheel, Android did so in the -kernel and these provide an interface to that.

-

Also, gpttool and mkbootimg are install tools. These aren't a priority if android wants to use its own bespoke code to install itself.

@@ -273,9 +270,9 @@ bespoke code to install itself.

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

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).

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
-- cgit v1.2.3