diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -22,12 +22,9 @@ Rob Landley <rob@landley.net>: | |||
22 | The command shell situation is a big mess. We have three or four different | 22 | The command shell situation is a big mess. We have three or four different |
23 | shells that don't really share any code, and the "standalone shell" doesn't | 23 | shells that don't really share any code, and the "standalone shell" doesn't |
24 | work all that well (especially not in a chroot environment), due to apps not | 24 | work all that well (especially not in a chroot environment), due to apps not |
25 | being reentrant. I'm writing a new shell (bbsh) to unify the various | 25 | being reentrant. |
26 | shells and configurably add the minimal set of bash features people | 26 | lash is phased out. hush can be configured down to be nearly as small, |
27 | actually use. The hardest part is it has to configure down as small as | 27 | but less buggy :) |
28 | lash while providing lash's features. The rest is easy in comparison. | ||
29 | bzip2 | ||
30 | Compression-side support. | ||
31 | init | 28 | init |
32 | General cleanup (should use ENABLE_FEATURE_INIT_SYSLOG and ENABLE_FEATURE_INIT_DEBUG). | 29 | General cleanup (should use ENABLE_FEATURE_INIT_SYSLOG and ENABLE_FEATURE_INIT_DEBUG). |
33 | depmod | 30 | depmod |
@@ -35,8 +32,6 @@ Rob Landley <rob@landley.net>: | |||
35 | use of the depmod.pl (perl is to bloated for most embedded setups) and or orig | 32 | use of the depmod.pl (perl is to bloated for most embedded setups) and or orig |
36 | modutils. The orig depmod is rather pointless to have to add to a firmware image | 33 | modutils. The orig depmod is rather pointless to have to add to a firmware image |
37 | in when we already have a insmod/rmmod and friends. | 34 | in when we already have a insmod/rmmod and friends. |
38 | Unify base64 handling. | ||
39 | [done] | ||
40 | Do a SUSv3 audit | 35 | Do a SUSv3 audit |
41 | Look at the full Single Unix Specification version 3 (available online at | 36 | Look at the full Single Unix Specification version 3 (available online at |
42 | "http://www.opengroup.org/onlinepubs/009695399/nfindex.html") and | 37 | "http://www.opengroup.org/onlinepubs/009695399/nfindex.html") and |