changeset 1246:04c69f3c7c9e draft

Note commands bundled with glibc but not musl. No idea what to do about 'em yet, but there they are.
author Rob Landley <rob@landley.net>
date Wed, 09 Apr 2014 07:57:08 -0500
parents 7b3c1238380a
children d630b3be752f
files www/roadmap.html
diffstat 1 files changed, 16 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/www/roadmap.html	Wed Apr 09 07:55:08 2014 -0500
+++ b/www/roadmap.html	Wed Apr 09 07:57:08 2014 -0500
@@ -33,8 +33,8 @@
 <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 @@
 </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>