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-d05e3ce5c2798fe869e19005e651e6bc6903ec1c.tar.gz |
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: - 'grep foo$ file' doesn't work - 'grep *foo file' segfaults - ps dirent race bug (need to stat the file before attempting chdir) - - The following commands segfault: - chmod -R - chown -R - chgrp -R - - I believe that swaponoff may also be also broken (check it). - - It used to be that BusyBox tar would happily overwrite existing files on + - I believe that swaponoff may also be also broken (check it). + - It used to be that BusyBox tar would happily overwrite existing files on an extraction. However, as of 0.42, BusyBox tar simply dies as soon as an existing file is found. - - Make 'mount -a' work even when /proc isn't mounted (ugly bug). - - Make 'ln -s /tmp/file .' work the way GNU ln does (i.e. makes a link to + - Make 'mount -a' work even when /proc isn't mounted (ugly bug). + - Make 'ln -s /tmp/file .' work the way GNU ln does (i.e. makes a link to /tmp/file in the current directory, rather then trying and failing to create a symlink named "." in the current working directory). - - implement 'ls -R'. - - "math" should also take input from stdin - - "more" doesn't accept " " to scroll by one page when BB_FEATURE_USE_TERMIOS + - implement 'ls -R'. + - "math" should also take input from stdin + - "more" doesn't accept " " to scroll by one page when BB_FEATURE_USE_TERMIOS is not on. |