diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-06 22:12:35 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-06 22:12:35 +0000 |
commit | 32322032263c540a80ae38b249dfdeeecb10833e (patch) | |
tree | cf52c83b69926cbb153c04c07cdd3eb74a8e2536 /TODO | |
parent | d05e3ce5c2798fe869e19005e651e6bc6903ec1c (diff) | |
download | busybox-w32-32322032263c540a80ae38b249dfdeeecb10833e.tar.gz busybox-w32-32322032263c540a80ae38b249dfdeeecb10833e.tar.bz2 busybox-w32-32322032263c540a80ae38b249dfdeeecb10833e.zip |
mkfs.minix rev 1.7 completely broke the option parser. This fixes it.
-Erik
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -22,8 +22,10 @@ Bugs that need fixing before the 0.44 release goes out the door: | |||
22 | - 'grep foo$ file' doesn't work | 22 | - 'grep foo$ file' doesn't work |
23 | - 'grep *foo file' segfaults | 23 | - 'grep *foo file' segfaults |
24 | - ps dirent race bug (need to stat the file before attempting chdir) | 24 | - ps dirent race bug (need to stat the file before attempting chdir) |
25 | - I believe that swaponoff may also be also broken (check it). | 25 | - The following commands segfault or are broken: |
26 | - It used to be that BusyBox tar would happily overwrite existing files on | 26 | date -u |
27 | - I believe that swaponoff may also be also broken (check it). | ||
28 | - 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 | 29 | an extraction. However, as of 0.42, BusyBox tar simply dies as soon as an |
28 | existing file is found. | 30 | existing file is found. |
29 | - Make 'mount -a' work even when /proc isn't mounted (ugly bug). | 31 | - Make 'mount -a' work even when /proc isn't mounted (ugly bug). |