aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-07 17:28:53 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-07 17:28:53 +0000
commitb7352cdee95ce84354fe9d2c8b5884bdeedc2ddd (patch)
treea28be75735aa78f38cf8464f874857fd0132c664 /TODO
parentf5c0e1c92580769d4acfb58524709e3bad78439f (diff)
downloadbusybox-w32-b7352cdee95ce84354fe9d2c8b5884bdeedc2ddd.tar.gz
busybox-w32-b7352cdee95ce84354fe9d2c8b5884bdeedc2ddd.tar.bz2
busybox-w32-b7352cdee95ce84354fe9d2c8b5884bdeedc2ddd.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 git-svn-id: svn://busybox.net/trunk/busybox@625 69ca8d6d-28ef-0310-b511-8ec308f3f277
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.