diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-05-31 20:04:38 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-05-31 20:04:38 +0000 |
commit | f38ea9b1c90de1f4e1f77d9af56e0c7e3c881dbb (patch) | |
tree | fd824b05197f0b0fd154712febd429f404222684 /TODO | |
parent | f27ba14dbf8d9f2defd60ddeae3b4494d6d60939 (diff) | |
download | busybox-w32-f38ea9b1c90de1f4e1f77d9af56e0c7e3c881dbb.tar.gz busybox-w32-f38ea9b1c90de1f4e1f77d9af56e0c7e3c881dbb.tar.bz2 busybox-w32-f38ea9b1c90de1f4e1f77d9af56e0c7e3c881dbb.zip |
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
git-svn-id: svn://busybox.net/trunk/busybox@584 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 | ----------- |