diff options
Diffstat (limited to 'www')
-rwxr-xr-x | www/roadmap.html | 18 |
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> |