diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-09-21 22:58:38 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-09-21 22:58:38 +0000 |
commit | 05592ac00c987a181d675cd821a981040ae5b988 (patch) | |
tree | 6551a5176fd306bb5f1c6f97bd4a9882702cc3c6 /TODO | |
parent | 3503ff72c68e88faec3bb1641605572d40b11e24 (diff) | |
download | busybox-05592ac00c987a181d675cd821a981040ae5b988.tar.gz |
- update and expand TODO a little bit
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -117,13 +117,21 @@ Rob Landley <rob@landley.net>: This one's open to everybody, but I'll wind up doing it... -Bernhard Fischer <rep.nop@anon.at>: +Bernhard Fischer <busybox@busybox.net> suggests to look at these: Makefile stuff: - make -j is broken, -j1 is forced atm + make -j is broken. klibc make infrastructure (vda?) New debug options: -Wlarger-than-127 + Cleanup any big users + -Wunused-parameter + Facilitate applet PROTOTYPES to provide means for having applets that + do a) not take any arguments b) need only one of argc or argv c) need + both argc and argv. All of these three options should go for the most + feature complete denominator. Collate BUFSIZ IOBUF_SIZE MY_BUF_SIZE PIPE_PROGRESS_SIZE BUFSIZE PIPESIZE - Use bb_common_bufsiz1? + make bb_common_bufsiz1 configurable, size wise. + make pipesize configurable, size wise. + Use bb_common_bufsiz1 throughout applets! As yet unclaimed: |