aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-06-30 16:38:09 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-06-30 16:38:09 +0000
commite06e7c4f17b3a6cb8086f6cb1fb895987a499f4d (patch)
tree866c763a7c2557ed774a1b7357140f7d787f1c00
parent1cc2e2af85f5c19b614ae7ed156b1569c39daf20 (diff)
downloadbusybox-w32-e06e7c4f17b3a6cb8086f6cb1fb895987a499f4d.tar.gz
busybox-w32-e06e7c4f17b3a6cb8086f6cb1fb895987a499f4d.tar.bz2
busybox-w32-e06e7c4f17b3a6cb8086f6cb1fb895987a499f4d.zip
More random todo items...
git-svn-id: svn://busybox.net/trunk/busybox@15559 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/TODO b/TODO
index edae61cd1..70d01290b 100644
--- a/TODO
+++ b/TODO
@@ -99,6 +99,17 @@ Rob Landley <rob@landley.net>:
99 initramfs 99 initramfs
100 Busybox should have a sample initramfs build script. This depends on 100 Busybox should have a sample initramfs build script. This depends on
101 bbsh, mdev, and switch_root. 101 bbsh, mdev, and switch_root.
102 mkdep
103 Write a mkdep that doesn't segfault if there's a directory it doesn't
104 have permission to read, isn't based on manually editing the output of
105 lexx and yacc, doesn't make such a mess under include/config, etc.
106 Group globals into unions of structures.
107 Go through and turn all the global and static variables into structures,
108 and have all those structures be in a big union shared between processes,
109 so busybox uses less bss. (This is a big win on nommu machines.) See
110 sed.c and mdev.c for examples.
111 Go through bugs.busybox.net and close out all of that somehow.
112 This one's open to everybody, but I'll wind up doing it...
102 113
103 114
104Bernhard Fischer <rep.nop@anon.at>: 115Bernhard Fischer <rep.nop@anon.at>: