comparison www/roadmap.html @ 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 bd745ae2b115
children 6ca31490f581
comparison
equal deleted inserted replaced
1245:7b3c1238380a 1246:04c69f3c7c9e
31 <ul> 31 <ul>
32 <li><a href=#susv4>POSIX-2008/SUSv4</a></li> 32 <li><a href=#susv4>POSIX-2008/SUSv4</a></li>
33 <li><a href=#sigh>Linux "Standard" Base</a></li> 33 <li><a href=#sigh>Linux "Standard" Base</a></li>
34 <li><a href=#dev_env>Development Environment</a></li> 34 <li><a href=#dev_env>Development Environment</a></li>
35 <li><a href=#android>Android Toolbox</a></li> 35 <li><a href=#android>Android Toolbox</a></li>
36 <li>Miscelaneous: <a href=#klibc>klibc</a>, <a href=#sash>sash</a>, 36 <li>Miscelaneous: <a href=#klibc>klibc</a>, <a href=#glibc>glibc</a>,
37 <a href=#sbase>sbase</a>, <a href=#s6>s6</a>...</li> 37 <a href=#sash>sash</a>, <a href=#sbase>sbase</a>, <a href=#s6>s6</a>...</li>
38 </ul> 38 </ul>
39 39
40 <hr /> 40 <hr />
41 <a name="standards"> 41 <a name="standards">
42 <h2>Use case: standards compliance.</h2> 42 <h2>Use case: standards compliance.</h2>
412 resume 412 resume
413 </span> 413 </span>
414 </b></blockquote> 414 </b></blockquote>
415 415
416 <hr /> 416 <hr />
417 <a name=glibc />
418 <h2>glibc</h2>
419
420 <p>Rather a lot of command line utilities come bundled with glibc:</p>
421
422 <blockquote><b>
423 catchsegv getconf getent iconv iconvconfig ldconfig ldd locale localedef
424 mtrace nscd rpcent rpcinfo tzselect zdump zic
425 </b></blockquote>
426
427 <p>Of those, musl libc only implements ldd. I have no idea which of the rest
428 are relevant.</p>
429
430 <hr />
417 <a name=sash /> 431 <a name=sash />
418 <h2>Stand-Alone Shell</h2> 432 <h2>Stand-Alone Shell</h2>
419 433
420 <p>Wikipedia has <a href=http://en.wikipedia.org/wiki/Stand-alone_shell>a good 434 <p>Wikipedia has <a href=http://en.wikipedia.org/wiki/Stand-alone_shell>a good
421 summary of sash</a>, with links. The original Stand-Alone Shell project reached 435 summary of sash</a>, with links. The original Stand-Alone Shell project reached