diff options
author | Mark Whitley <markw@lineo.com> | 2000-05-08 23:25:59 +0000 |
---|---|---|
committer | Mark Whitley <markw@lineo.com> | 2000-05-08 23:25:59 +0000 |
commit | 0a027e6880762bfe24ffda94e5872710820ecc9d (patch) | |
tree | abe24d61fe33644fdfa4f7ad127183b7fde196a8 /TODO | |
parent | 691f49d3c13638d5f1e99cfc2f7e0c6394d2bf01 (diff) | |
download | busybox-w32-0a027e6880762bfe24ffda94e5872710820ecc9d.tar.gz busybox-w32-0a027e6880762bfe24ffda94e5872710820ecc9d.tar.bz2 busybox-w32-0a027e6880762bfe24ffda94e5872710820ecc9d.zip |
Added some bugs / TODOs.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -15,6 +15,18 @@ around to it some time. If you have any good ideas, please let me know. | |||
15 | 15 | ||
16 | ----------- | 16 | ----------- |
17 | 17 | ||
18 | Bugs that need fixing as of Mon May 8 17:22:06 MDT 2000 | ||
19 | |||
20 | - zcat option parsing broke (maybe replace zcat binary with a shell script?) | ||
21 | - cp -fa doesn't work (-a option parsing probably overrides everything) | ||
22 | - 'grep foo$ file' doesn't work | ||
23 | - 'grep *foo file' segfaults | ||
24 | - ps dirent race bug (need to stat the file before attempting chdir) | ||
25 | |||
26 | MKW | ||
27 | |||
28 | ----------- | ||
29 | |||
18 | * Make insmod actually work | 30 | * Make insmod actually work |
19 | * dnsdomainname | 31 | * dnsdomainname |
20 | * traceroute/netstat | 32 | * traceroute/netstat |
@@ -26,6 +38,7 @@ around to it some time. If you have any good ideas, please let me know. | |||
26 | * wget (or whatever I call it) | 38 | * wget (or whatever I call it) |
27 | * tftp | 39 | * tftp |
28 | * ftp | 40 | * ftp |
41 | * group/commonize strings, remove dups (for i18n, l10n) | ||
29 | 42 | ||
30 | 43 | ||
31 | ----------------------- | 44 | ----------------------- |