TODO update

-Erik
This commit is contained in:
Erik Andersen 2000-05-13 19:08:58 +00:00
parent 67a0dd8f3c
commit 969f9b0486

15
TODO
View File

@ -15,14 +15,12 @@ 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 Bugs that need fixing:
- 'grep foo$ file' doesn't work - 'grep foo$ file' doesn't work
- 'grep *foo file' segfaults - 'grep *foo file' segfaults
- ps dirent race bug (need to stat the file before attempting chdir) - ps dirent race bug (need to stat the file before attempting chdir)
MKW
----------- -----------
* Make insmod actually work * Make insmod actually work
@ -31,7 +29,6 @@ MKW
* rdate * rdate
* hwclock * hwclock
* stty * stty
* cut
* expr * expr
* wget (or whatever I call it) * wget (or whatever I call it)
* tftp * tftp
@ -39,11 +36,6 @@ MKW
* group/commonize strings, remove dups (for i18n, l10n) * group/commonize strings, remove dups (for i18n, l10n)
-----------------------
Add a compile option to turn off all the compiled in help
and usage information. Some folks don't need or want it...
----------------------- -----------------------
Running the following: Running the following:
@ -66,6 +58,8 @@ Most wanted list:
Policy violation. getgroups uses libc nss, which is unlikely Policy violation. getgroups uses libc nss, which is unlikely
to be present in an embedded system. to be present in an embedded system.
To be replaced with a non-getopt parser.
[andersen@slag busybox]$ grep -l getopt *.[ch] [andersen@slag busybox]$ grep -l getopt *.[ch]
dmesg.c dmesg.c
gunzip.c gunzip.c
@ -80,7 +74,8 @@ to be present in an embedded system.
opterr opterr
optind optind
To be replaced with a non-getopt parser.
To be replaced with a busybox local glob routine:
[andersen@slag busybox]$ grep -l glob *.[ch] [andersen@slag busybox]$ grep -l glob *.[ch]
gunzip.c gunzip.c