diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-07 17:28:53 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-07 17:28:53 +0000 |
commit | a42982e8f569417e93bc3b47c501cbe83a5bfade (patch) | |
tree | a28be75735aa78f38cf8464f874857fd0132c664 /TODO | |
parent | 1f6262b8e2b4225a028b016fed4a3a9ee717b540 (diff) | |
download | busybox-a42982e8f569417e93bc3b47c501cbe83a5bfade.tar.gz |
* Fixed 'swapon -a' and 'swapoff -a', which were broken.
* Fixed 'mount -a' so it works as expected.
* Implemented 'ls -R' (enabled by enabling BB_FEATURE_LS_RECURSIVE)
-Erik
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -18,19 +18,12 @@ around to it some time. If you have any good ideas, please let me know. Bugs that need fixing before the 0.44 release goes out the door: - - mkfs.minix rev 1.7 completely broke the parser. Fix it. - 'grep foo$ file' doesn't work - 'grep *foo file' segfaults - ps dirent race bug (need to stat the file before attempting chdir) - - 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 /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 is not on. |