From 96702ca945a8deac1f989584f2b25d1a16d14b72 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 23 Nov 2007 23:28:55 +0000 Subject: kill lash. "lash" builtin still exists, but it runs hush. --- TODO | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 10ed7e0d5..52a4aad11 100644 --- a/TODO +++ b/TODO @@ -22,12 +22,9 @@ Rob Landley : The command shell situation is a big mess. We have three or four different shells that don't really share any code, and the "standalone shell" doesn't work all that well (especially not in a chroot environment), due to apps not - being reentrant. I'm writing a new shell (bbsh) to unify the various - shells and configurably add the minimal set of bash features people - actually use. The hardest part is it has to configure down as small as - lash while providing lash's features. The rest is easy in comparison. - bzip2 - Compression-side support. + being reentrant. + lash is phased out. hush can be configured down to be nearly as small, + but less buggy :) init General cleanup (should use ENABLE_FEATURE_INIT_SYSLOG and ENABLE_FEATURE_INIT_DEBUG). depmod @@ -35,8 +32,6 @@ Rob Landley : use of the depmod.pl (perl is to bloated for most embedded setups) and or orig modutils. The orig depmod is rather pointless to have to add to a firmware image in when we already have a insmod/rmmod and friends. - Unify base64 handling. - [done] Do a SUSv3 audit Look at the full Single Unix Specification version 3 (available online at "http://www.opengroup.org/onlinepubs/009695399/nfindex.html") and -- cgit v1.2.3