aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-05-13 19:08:58 +0000
committerErik Andersen <andersen@codepoet.org>2000-05-13 19:08:58 +0000
commit969f9b0486792829378ff7397ee53c1475b22cdc (patch)
tree1d08006d7dbed5e80b37890445165225fd57e158 /TODO
parent67a0dd8f3c82b7d925f20eaf95b45a58bdf49993 (diff)
downloadbusybox-969f9b0486792829378ff7397ee53c1475b22cdc.tar.gz
TODO update
-Erik
Diffstat (limited to 'TODO')
-rw-r--r--TODO15
1 files changed, 5 insertions, 10 deletions
diff --git a/TODO b/TODO
index 5fe780f39..2375fa763 100644
--- a/TODO
+++ b/TODO
@@ -15,14 +15,12 @@ around to it some time. If you have any good ideas, please let me know.
-----------
-Bugs that need fixing as of Mon May 8 17:22:06 MDT 2000
+Bugs that need fixing:
- 'grep foo$ file' doesn't work
- 'grep *foo file' segfaults
- ps dirent race bug (need to stat the file before attempting chdir)
-MKW
-
-----------
* Make insmod actually work
@@ -31,7 +29,6 @@ MKW
* rdate
* hwclock
* stty
-* cut
* expr
* wget (or whatever I call it)
* tftp
@@ -41,11 +38,6 @@ MKW
-----------------------
-Add a compile option to turn off all the compiled in help
-and usage information. Some folks don't need or want it...
-
------------------------
-
Running the following:
rm -f busybox && make LDFLAGS+=-nostdlib 2>&1 | \
@@ -66,6 +58,8 @@ Most wanted list:
Policy violation. getgroups uses libc nss, which is unlikely
to be present in an embedded system.
+To be replaced with a non-getopt parser.
+
[andersen@slag busybox]$ grep -l getopt *.[ch]
dmesg.c
gunzip.c
@@ -80,7 +74,8 @@ to be present in an embedded system.
opterr
optind
-To be replaced with a non-getopt parser.
+
+To be replaced with a busybox local glob routine:
[andersen@slag busybox]$ grep -l glob *.[ch]
gunzip.c