From 2c7028ad7572d1860c20e3dca2e48a7f6ca2cb00 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 23 Mar 2015 11:44:56 -0500 Subject: Update the Android section of the roadmap. I've removed the reference to fs_mgr, since that's really part of vold rather than a subset of mount(1), and I've removed the reference to ifconfig because we're already using the toybox ifconfig and the reference in this document to the Android command that it referred to (netcfg) was already removed. --- www/roadmap.html | 64 ++++++++++++++------------------------------------------ 1 file changed, 16 insertions(+), 48 deletions(-) (limited to 'www/roadmap.html') diff --git a/www/roadmap.html b/www/roadmap.html index 3f1f80f3..ba2e96a7 100755 --- a/www/roadmap.html +++ b/www/roadmap.html @@ -227,7 +227,7 @@ replaced by toybox.

Toolbox doesn't have its own repository, instead it's part of Android's system/core -git repository (this analysis looked at commit 51ccef27cab58).

+git repository (this analysis looked at commit 8ac94d3).

Toolbox commands:

@@ -235,27 +235,19 @@ git repository (this analysis looked at commit 51ccef27cab58).

the following commands:

-ls mount cat ps kill ln insmod rmmod lsmod ifconfig setconsole -rm mkdir rmdir reboot getevent sendevent date wipe sync umount -start stop notify cmp dmesg route hd dd df getprop setprop watchprops -log sleep renice printenv smd chmod chown newfs_msdos netstat ioctl -mv schedtop top iftop id uptime vmstat nandread ionice touch lsof md5 r -cp du grep watchdogd -
- -

If selinux is enabled, you also get:

-
-getenforce setenforce chcon restorecon runcon getsebool setsebool load_policy +dd du df getevent getprop getsebool iftop ioctl ionice load_policy log ls +lsof mount nandread newfs_msdos ps prlimit renice restorecon route runcon +schedtop sendevent setprop setsebool smd start stop top umount uptime +watchprops

Other Android core commands

Other than the toolbox directory, the currently interesting -subdirectories in the core repository are fs_mgr, gpttool, init, +subdirectories in the core repository are gpttool, init, logcat, logwrapper, mkbootimg, reboot, and run-as.