aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
15 15
16----------- 16-----------
17 17
18Bugs 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
26MKW
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-----------------------