Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2000-05-09 03:25:59 +0400
committerMark Whitley <markw@lineo.com>2000-05-09 03:25:59 +0400
commit0a027e6880762bfe24ffda94e5872710820ecc9d (patch)
treeabe24d61fe33644fdfa4f7ad127183b7fde196a8 /TODO
parent691f49d3c13638d5f1e99cfc2f7e0c6394d2bf01 (diff)
Added some bugs / TODOs.
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 13 insertions, 0 deletions
diff --git a/TODO b/TODO
index 909f8c51c..8d7ef0e6f 100644
--- a/TODO
+++ b/TODO
@@ -15,6 +15,18 @@ 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
+
+ - zcat option parsing broke (maybe replace zcat binary with a shell script?)
+ - cp -fa doesn't work (-a option parsing probably overrides everything)
+ - '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
* dnsdomainname
* traceroute/netstat
@@ -26,6 +38,7 @@ around to it some time. If you have any good ideas, please let me know.
* wget (or whatever I call it)
* tftp
* ftp
+* group/commonize strings, remove dups (for i18n, l10n)
-----------------------