From 1ed524277be6916b00858b8f983ba812dfae48e6 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 14 Aug 2015 21:54:30 -0500 Subject: Another Android roadmap update. The three separate lists had got a bit out of sync. The genuinely new changes are in the top list. --- www/roadmap.html | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) (limited to 'www/roadmap.html') 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 the toolbox directory builds the following commands:

-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

Other Android core commands

@@ -264,25 +264,24 @@ implementing the full commands (fdisk, init, and sudo) come first.

For reference, combining everything listed above, we get:

-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

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

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

This means toybox should implement (or finish implementing):

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