aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
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:
21 - 'grep foo$ file' doesn't work 21 - 'grep foo$ file' doesn't work
22 - 'grep *foo file' segfaults 22 - 'grep *foo file' segfaults
23 - 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)
24 - The following commands segfault:
25 chmod -R
26 chown -R
27 chgrp -R
28 cp -a -a
29 ln -s -s
30 rm -f
31 touch -c
32 - I believe that swaponoff may also be also broken (check it).
33 - It used to be that BusyBox tar would happily overwrite existing files on
34 an extraction. However, as of 0.42, BusyBox tar simply dies as soon as an
35 existing file is found.
24 36
25 37
26----------- 38-----------