diff options
author | Rob Landley <rob@landley.net> | 2006-06-30 16:38:09 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-06-30 16:38:09 +0000 |
commit | 9c0e4f03d983c71b4810d36127014ea29b4d4197 (patch) | |
tree | 866c763a7c2557ed774a1b7357140f7d787f1c00 /TODO | |
parent | 8bbdb8732f28538b8b9ce625e62dfa0afb781d38 (diff) | |
download | busybox-9c0e4f03d983c71b4810d36127014ea29b4d4197.tar.gz |
More random todo items...
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -99,6 +99,17 @@ Rob Landley <rob@landley.net>: initramfs Busybox should have a sample initramfs build script. This depends on bbsh, mdev, and switch_root. + mkdep + Write a mkdep that doesn't segfault if there's a directory it doesn't + have permission to read, isn't based on manually editing the output of + lexx and yacc, doesn't make such a mess under include/config, etc. + Group globals into unions of structures. + Go through and turn all the global and static variables into structures, + and have all those structures be in a big union shared between processes, + so busybox uses less bss. (This is a big win on nommu machines.) See + sed.c and mdev.c for examples. + Go through bugs.busybox.net and close out all of that somehow. + This one's open to everybody, but I'll wind up doing it... Bernhard Fischer <rep.nop@anon.at>: |