aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2014-04-09 07:57:08 -0500
committerRob Landley <rob@landley.net>2014-04-09 07:57:08 -0500
commit348a8004af8d14cf6349d97b5846bae6f524b2bd (patch)
tree31775eb6e306853929f95a45893a9b8bff50c419
parent15938ae315a5016333429337da3aed929de503a3 (diff)
downloadtoybox-348a8004af8d14cf6349d97b5846bae6f524b2bd.tar.gz
Note commands bundled with glibc but not musl.
No idea what to do about 'em yet, but there they are.
-rwxr-xr-xwww/roadmap.html18
1 files changed, 16 insertions, 2 deletions
diff --git a/www/roadmap.html b/www/roadmap.html
index 8892a3db..c4ab8262 100755
--- a/www/roadmap.html
+++ b/www/roadmap.html
@@ -33,8 +33,8 @@ 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>Miscelaneous: <a href=#klibc>klibc</a>, <a href=#sash>sash</a>,
-<a href=#sbase>sbase</a>, <a href=#s6>s6</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>
<hr />
@@ -414,6 +414,20 @@ resume
</b></blockquote>
<hr />
+<a name=glibc />
+<h2>glibc</h2>
+
+<p>Rather a lot of command line utilities come bundled with glibc:</p>
+
+<blockquote><b>
+catchsegv getconf getent iconv iconvconfig ldconfig ldd locale localedef
+mtrace nscd rpcent rpcinfo tzselect zdump zic
+</b></blockquote>
+
+<p>Of those, musl libc only implements ldd. I have no idea which of the rest
+are relevant.</p>
+
+<hr />
<a name=sash />
<h2>Stand-Alone Shell</h2>