diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-06-02 03:21:32 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-06-02 03:21:32 +0000 |
commit | b75c399b7f53e6e9b8b5250312006cf083c8c264 (patch) | |
tree | ff7beeb4070235b3353e7ce482d3409cf44179e1 | |
parent | fa6a1140fbe05b4fd83afdc5bea9b5521cca43d3 (diff) | |
download | busybox-w32-b75c399b7f53e6e9b8b5250312006cf083c8c264.tar.gz busybox-w32-b75c399b7f53e6e9b8b5250312006cf083c8c264.tar.bz2 busybox-w32-b75c399b7f53e6e9b8b5250312006cf083c8c264.zip |
More stuff to do...
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@591 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | TODO | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -33,8 +33,13 @@ Bugs that need fixing: | |||
33 | touch -c | 33 | touch -c |
34 | - I believe that swaponoff may also be also broken (check it). | 34 | - I believe that swaponoff may also be also broken (check it). |
35 | - It used to be that BusyBox tar would happily overwrite existing files on | 35 | - It used to be that BusyBox tar would happily overwrite existing files on |
36 | an extraction. However, as of 0.42, BusyBox tar simply dies as soon as an | 36 | an extraction. However, as of 0.42, BusyBox tar simply dies as soon as an |
37 | existing file is found. | 37 | existing file is found. |
38 | - Make 'mount -a' work even when /proc isn't mounted (ugly bug). | ||
39 | - Make 'ln -s /tmp/file .' work the way GNU ln does (i.e. makes a link to | ||
40 | /tmp/file in the current directory, rather then trying and failing to create | ||
41 | a symlink named "." in the current working directory). | ||
42 | - implement 'ls -R'. | ||
38 | 43 | ||
39 | 44 | ||
40 | ----------- | 45 | ----------- |