aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-05-31 20:04:38 +0000
committerEric Andersen <andersen@codepoet.org>2000-05-31 20:04:38 +0000
commitb5966368d78dfe3354371ad6f467671e4626e685 (patch)
treefd824b05197f0b0fd154712febd429f404222684 /TODO
parentdeb0331eb64d6bf9c92c0e5633eb84c49bf2b411 (diff)
downloadbusybox-b5966368d78dfe3354371ad6f467671e4626e685.tar.gz
Minor doc fix. Added several bugs to the todo list. Fixed the way init
scans /etc/inittab entries so that commands can contain ":"s. -Erik
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO b/TODO
index c06f4c370..4082cfc23 100644
--- a/TODO
+++ b/TODO
@@ -21,6 +21,18 @@ Bugs that need fixing:
- '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
+ cp -a -a
+ ln -s -s
+ rm -f
+ touch -c
+ - 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.
-----------