diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-12-23 23:36:47 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-12-23 23:36:47 +0000 |
commit | 4e12b1a2a9e68685dff61acaee1e1f6c377d978c (patch) | |
tree | 6d2745f77060d05f843eb186c5227246667d33cb /TODO | |
parent | b3523b9cd3ba71b82e36466b17aae3d65a53203e (diff) | |
download | busybox-w32-4e12b1a2a9e68685dff61acaee1e1f6c377d978c.tar.gz busybox-w32-4e12b1a2a9e68685dff61acaee1e1f6c377d978c.tar.bz2 busybox-w32-4e12b1a2a9e68685dff61acaee1e1f6c377d978c.zip |
libbb: introduce and use xmalloc_ttyname (-32 in bss).
ash: small code shrink
text data bss dec hex filename
793669 504 7524 801697 c3ba1 busybox_old
793659 504 7492 801655 c3b77 busybox_unstripped
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ Rob Landley suggested these: | |||
23 | lash is phased out. hush can be configured down to be nearly as small, | 23 | lash is phased out. hush can be configured down to be nearly as small, |
24 | but less buggy :) | 24 | but less buggy :) |
25 | init | 25 | init |
26 | General cleanup (should use ENABLE_FEATURE_INIT_SYSLOG and ENABLE_FEATURE_INIT_DEBUG). | 26 | General cleanup (should use ENABLE_FEATURE_INIT_SYSLOG). |
27 | Do a SUSv3 audit | 27 | Do a SUSv3 audit |
28 | Look at the full Single Unix Specification version 3 (available online at | 28 | Look at the full Single Unix Specification version 3 (available online at |
29 | "http://www.opengroup.org/onlinepubs/009695399/nfindex.html") and | 29 | "http://www.opengroup.org/onlinepubs/009695399/nfindex.html") and |