aboutsummaryrefslogtreecommitdiff
path: root/www/roadmap.html
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2014-12-20 14:58:03 -0600
committerRob Landley <rob@landley.net>2014-12-20 14:58:03 -0600
commita136fa5704a789cf9ef93fb7987a0dc342b81898 (patch)
tree217152194e5c7dd6c6bff85c670b5e57999e7972 /www/roadmap.html
parent95b76828d62afa87eec3d1b1544758a025521912 (diff)
downloadtoybox-a136fa5704a789cf9ef93fb7987a0dc342b81898.tar.gz
Add tizen section to roadmap.
Diffstat (limited to 'www/roadmap.html')
-rwxr-xr-xwww/roadmap.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/www/roadmap.html b/www/roadmap.html
index ba128f21..213ca6f6 100755
--- a/www/roadmap.html
+++ b/www/roadmap.html
@@ -33,6 +33,7 @@ and progress towards implementing it.</p>
<li><a href=#sigh>Linux "Standard" Base</a></li>
<li><a href=#dev_env>Development Environment</a></li>
<li><a href=#android>Android Toolbox</a></li>
+<li><a href=#tizen>Tizen Core</a></li>
<li>Miscelaneous: <a href=#klibc>klibc</a>, <a href=#glibc>glibc</a>,
<a href=#sash>sash</a>, <a href=#sbase>sbase</a>, <a href=#s6>s6</a>...</li>
</ul>
@@ -327,6 +328,31 @@ newfs_msdos notify printenv r reboot schedtop sendevent setconsole
setprop smd start stop top uptime vmstat watchprops watchdogd wipe
</b></blockquote>
+<hr />
+<h2><a name=tizen /><a href="#tizen">Use case: Tizen Core</a></h2>
+
+<p>The Tizen project has expressed a desire to eliminate GPLv3 software
+from its core system, and is installing toybox as
+<a href=https://wiki.tizen.org/wiki/Toybox>part of this process</a>.</p>
+
+<p>They have a fairly long list of new commands they'd like to see in toybox:</p>
+
+<blockquote><b>
+<span id=tizen>
+arch base64 users dir vdir unexpand shred join csplit
+hostid nproc runcon sha224 sha256 sha384 sha512 sha3 mkfs.vfat fsck.vfat
+dosfslabel uname stdbuf pinky diff3 sdiff zcmp zdiff zegrep zfgrep zless zmore
+</span>
+</blockquote>
+
+<p>In addition, they'd like to use several commands currently in pending:</p>
+
+<blockquote><b>
+<span id=tizen>
+tar diff printf wget rsync fdisk vi less tr test stty fold expr dd
+</span>
+</b></blockquote>
+
<hr /><a name=klibc />
<h2>klibc:</h2>