diff options
author | Mark Whitley <markw@lineo.com> | 2000-06-06 18:12:47 +0000 |
---|---|---|
committer | Mark Whitley <markw@lineo.com> | 2000-06-06 18:12:47 +0000 |
commit | d05e3ce5c2798fe869e19005e651e6bc6903ec1c (patch) | |
tree | 1831e20287554d3cb8010b96ccefcede762d86e0 /TODO | |
parent | eec2f63b3f6117256e0d8f328e40a63bcab84bb4 (diff) | |
download | busybox-w32-d05e3ce5c2798fe869e19005e651e6bc6903ec1c.tar.gz busybox-w32-d05e3ce5c2798fe869e19005e651e6bc6903ec1c.tar.bz2 busybox-w32-d05e3ce5c2798fe869e19005e651e6bc6903ec1c.zip |
Removed chmod,chown,chgrp from the "Bugs that need fixing" list.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 18 |
1 files changed, 7 insertions, 11 deletions
@@ -22,21 +22,17 @@ Bugs that need fixing before the 0.44 release goes out the door: | |||
22 | - 'grep foo$ file' doesn't work | 22 | - 'grep foo$ file' doesn't work |
23 | - 'grep *foo file' segfaults | 23 | - 'grep *foo file' segfaults |
24 | - ps dirent race bug (need to stat the file before attempting chdir) | 24 | - ps dirent race bug (need to stat the file before attempting chdir) |
25 | - The following commands segfault: | 25 | - I believe that swaponoff may also be also broken (check it). |
26 | chmod -R | 26 | - It used to be that BusyBox tar would happily overwrite existing files on |
27 | chown -R | ||
28 | chgrp -R | ||
29 | - I believe that swaponoff may also be also broken (check it). | ||
30 | - It used to be that BusyBox tar would happily overwrite existing files on | ||
31 | an extraction. However, as of 0.42, BusyBox tar simply dies as soon as an | 27 | an extraction. However, as of 0.42, BusyBox tar simply dies as soon as an |
32 | existing file is found. | 28 | existing file is found. |
33 | - Make 'mount -a' work even when /proc isn't mounted (ugly bug). | 29 | - Make 'mount -a' work even when /proc isn't mounted (ugly bug). |
34 | - Make 'ln -s /tmp/file .' work the way GNU ln does (i.e. makes a link to | 30 | - Make 'ln -s /tmp/file .' work the way GNU ln does (i.e. makes a link to |
35 | /tmp/file in the current directory, rather then trying and failing to create | 31 | /tmp/file in the current directory, rather then trying and failing to create |
36 | a symlink named "." in the current working directory). | 32 | a symlink named "." in the current working directory). |
37 | - implement 'ls -R'. | 33 | - implement 'ls -R'. |
38 | - "math" should also take input from stdin | 34 | - "math" should also take input from stdin |
39 | - "more" doesn't accept " " to scroll by one page when BB_FEATURE_USE_TERMIOS | 35 | - "more" doesn't accept " " to scroll by one page when BB_FEATURE_USE_TERMIOS |
40 | is not on. | 36 | is not on. |
41 | 37 | ||
42 | 38 | ||