aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-07 17:28:53 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-07 17:28:53 +0000
commita42982e8f569417e93bc3b47c501cbe83a5bfade (patch)
treea28be75735aa78f38cf8464f874857fd0132c664 /TODO
parent1f6262b8e2b4225a028b016fed4a3a9ee717b540 (diff)
downloadbusybox-w32-a42982e8f569417e93bc3b47c501cbe83a5bfade.tar.gz
busybox-w32-a42982e8f569417e93bc3b47c501cbe83a5bfade.tar.bz2
busybox-w32-a42982e8f569417e93bc3b47c501cbe83a5bfade.zip
* 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--TODO7
1 files changed, 0 insertions, 7 deletions
diff --git a/TODO b/TODO
index 182408b75..71bb5365a 100644
--- a/TODO
+++ b/TODO
@@ -18,19 +18,12 @@ around to it some time. If you have any good ideas, please let me know.
18 18
19Bugs that need fixing before the 0.44 release goes out the door: 19Bugs that need fixing before the 0.44 release goes out the door:
20 20
21 - mkfs.minix rev 1.7 completely broke the parser. Fix it.
22 - 'grep foo$ file' doesn't work 21 - 'grep foo$ file' doesn't work
23 - 'grep *foo file' segfaults 22 - 'grep *foo file' segfaults
24 - ps dirent race bug (need to stat the file before attempting chdir) 23 - ps dirent race bug (need to stat the file before attempting chdir)
25 - I believe that swaponoff may also be also broken (check it).
26 - It used to be that BusyBox tar would happily overwrite existing files on
27 an extraction. However, as of 0.42, BusyBox tar simply dies as soon as an
28 existing file is found.
29 - Make 'mount -a' work even when /proc isn't mounted (ugly bug).
30 - Make 'ln -s /tmp/file .' work the way GNU ln does (i.e. makes a link to 24 - Make 'ln -s /tmp/file .' work the way GNU ln does (i.e. makes a link to
31 /tmp/file in the current directory, rather then trying and failing to create 25 /tmp/file in the current directory, rather then trying and failing to create
32 a symlink named "." in the current working directory). 26 a symlink named "." in the current working directory).
33 - implement 'ls -R'.
34 - "math" should also take input from stdin 27 - "math" should also take input from stdin
35 - "more" doesn't accept " " to scroll by one page when BB_FEATURE_USE_TERMIOS 28 - "more" doesn't accept " " to scroll by one page when BB_FEATURE_USE_TERMIOS
36 is not on. 29 is not on.