diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-05-13 19:08:58 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-05-13 19:08:58 +0000 |
commit | 969f9b0486792829378ff7397ee53c1475b22cdc (patch) | |
tree | 1d08006d7dbed5e80b37890445165225fd57e158 | |
parent | 67a0dd8f3c82b7d925f20eaf95b45a58bdf49993 (diff) | |
download | busybox-w32-969f9b0486792829378ff7397ee53c1475b22cdc.tar.gz busybox-w32-969f9b0486792829378ff7397ee53c1475b22cdc.tar.bz2 busybox-w32-969f9b0486792829378ff7397ee53c1475b22cdc.zip |
TODO update
-Erik
-rw-r--r-- | TODO | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -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 | ||
18 | Bugs that need fixing as of Mon May 8 17:22:06 MDT 2000 | 18 | Bugs 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 | ||
24 | MKW | ||
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 | ||
44 | Add a compile option to turn off all the compiled in help | ||
45 | and usage information. Some folks don't need or want it... | ||
46 | |||
47 | ----------------------- | ||
48 | |||
49 | Running the following: | 41 | Running 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: | |||
66 | Policy violation. getgroups uses libc nss, which is unlikely | 58 | Policy violation. getgroups uses libc nss, which is unlikely |
67 | to be present in an embedded system. | 59 | to be present in an embedded system. |
68 | 60 | ||
61 | To 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 | ||
83 | To be replaced with a non-getopt parser. | 77 | |
78 | To 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 |