diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-11-22 16:48:29 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-11-22 16:48:29 +0000 |
commit | 35411e5e3a0b97f0d578301b2f168fe5e5f0f3df (patch) | |
tree | 49889a6fcf015b3ac1ea845017dfe4109e692dae | |
parent | 6510d1edccdf0db2336402987dbed00387cc4699 (diff) | |
download | busybox-w32-35411e5e3a0b97f0d578301b2f168fe5e5f0f3df.tar.gz busybox-w32-35411e5e3a0b97f0d578301b2f168fe5e5f0f3df.tar.bz2 busybox-w32-35411e5e3a0b97f0d578301b2f168fe5e5f0f3df.zip |
- update TODOs
git-svn-id: svn://busybox.net/trunk/busybox@16626 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | TODO | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -118,8 +118,6 @@ Rob Landley <rob@landley.net>: | |||
118 | 118 | ||
119 | 119 | ||
120 | Bernhard Fischer <busybox@busybox.net> suggests to look at these: | 120 | Bernhard Fischer <busybox@busybox.net> suggests to look at these: |
121 | Makefile stuff: | ||
122 | make -j is broken. klibc make infrastructure (vda?) | ||
123 | New debug options: | 121 | New debug options: |
124 | -Wlarger-than-127 | 122 | -Wlarger-than-127 |
125 | Cleanup any big users | 123 | Cleanup any big users |
@@ -132,6 +130,7 @@ Bernhard Fischer <busybox@busybox.net> suggests to look at these: | |||
132 | make bb_common_bufsiz1 configurable, size wise. | 130 | make bb_common_bufsiz1 configurable, size wise. |
133 | make pipesize configurable, size wise. | 131 | make pipesize configurable, size wise. |
134 | Use bb_common_bufsiz1 throughout applets! | 132 | Use bb_common_bufsiz1 throughout applets! |
133 | Add chrt applet. Please CC Bernhard if you suggest a patch. | ||
135 | 134 | ||
136 | As yet unclaimed: | 135 | As yet unclaimed: |
137 | 136 | ||
@@ -166,8 +165,6 @@ man | |||
166 | ar | 165 | ar |
167 | Write support? | 166 | Write support? |
168 | --- | 167 | --- |
169 | crond | ||
170 | turn FEATURE_DEBUG_OPT into ENABLE_FEATURE_CROND_DEBUG_OPT | ||
171 | 168 | ||
172 | Architectural issues: | 169 | Architectural issues: |
173 | 170 | ||