aboutsummaryrefslogtreecommitdiff
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
parent67a0dd8f3c82b7d925f20eaf95b45a58bdf49993 (diff)
downloadbusybox-w32-969f9b0486792829378ff7397ee53c1475b22cdc.tar.gz
busybox-w32-969f9b0486792829378ff7397ee53c1475b22cdc.tar.bz2
busybox-w32-969f9b0486792829378ff7397ee53c1475b22cdc.zip
TODO update
-Erik
-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.
15 15
16----------- 16-----------
17 17
18Bugs that need fixing as of Mon May 8 17:22:06 MDT 2000 18Bugs that need fixing:
19 19
20 - 'grep foo$ file' doesn't work 20 - 'grep foo$ file' doesn't work
21 - 'grep *foo file' segfaults 21 - 'grep *foo file' segfaults
22 - ps dirent race bug (need to stat the file before attempting chdir) 22 - ps dirent race bug (need to stat the file before attempting chdir)
23 23
24MKW
25
26----------- 24-----------
27 25
28* Make insmod actually work 26* Make insmod actually work
@@ -31,7 +29,6 @@ MKW
31* rdate 29* rdate
32* hwclock 30* hwclock
33* stty 31* stty
34* cut
35* expr 32* expr
36* wget (or whatever I call it) 33* wget (or whatever I call it)
37* tftp 34* tftp
@@ -41,11 +38,6 @@ MKW
41 38
42----------------------- 39-----------------------
43 40
44Add a compile option to turn off all the compiled in help
45and usage information. Some folks don't need or want it...
46
47-----------------------
48
49Running the following: 41Running the following:
50 42
51 rm -f busybox && make LDFLAGS+=-nostdlib 2>&1 | \ 43 rm -f busybox && make LDFLAGS+=-nostdlib 2>&1 | \
@@ -66,6 +58,8 @@ Most wanted list:
66Policy violation. getgroups uses libc nss, which is unlikely 58Policy violation. getgroups uses libc nss, which is unlikely
67to be present in an embedded system. 59to be present in an embedded system.
68 60
61To be replaced with a non-getopt parser.
62
69 [andersen@slag busybox]$ grep -l getopt *.[ch] 63 [andersen@slag busybox]$ grep -l getopt *.[ch]
70 dmesg.c 64 dmesg.c
71 gunzip.c 65 gunzip.c
@@ -80,7 +74,8 @@ to be present in an embedded system.
80 opterr 74 opterr
81 optind 75 optind
82 76
83To be replaced with a non-getopt parser. 77
78To be replaced with a busybox local glob routine:
84 79
85 [andersen@slag busybox]$ grep -l glob *.[ch] 80 [andersen@slag busybox]$ grep -l glob *.[ch]
86 gunzip.c 81 gunzip.c