diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -18,19 +18,12 @@ around to it some time. If you have any good ideas, please let me know. | |||
18 | 18 | ||
19 | Bugs that need fixing before the 0.44 release goes out the door: | 19 | Bugs that need fixing before the 0.44 release goes out the door: |
20 | 20 | ||
21 | - mkfs.minix rev 1.7 completely broke the parser. Fix it. | ||
22 | - 'grep foo$ file' doesn't work | 21 | - 'grep foo$ file' doesn't work |
23 | - 'grep *foo file' segfaults | 22 | - 'grep *foo file' segfaults |
24 | - 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) |
25 | - I believe that swaponoff may also be also broken (check it). | ||
26 | - 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 | ||
28 | existing file is found. | ||
29 | - Make 'mount -a' work even when /proc isn't mounted (ugly bug). | ||
30 | - Make 'ln -s /tmp/file .' work the way GNU ln does (i.e. makes a link to | 24 | - Make 'ln -s /tmp/file .' work the way GNU ln does (i.e. makes a link to |
31 | /tmp/file in the current directory, rather then trying and failing to create | 25 | /tmp/file in the current directory, rather then trying and failing to create |
32 | a symlink named "." in the current working directory). | 26 | a symlink named "." in the current working directory). |
33 | - implement 'ls -R'. | ||
34 | - "math" should also take input from stdin | 27 | - "math" should also take input from stdin |
35 | - "more" doesn't accept " " to scroll by one page when BB_FEATURE_USE_TERMIOS | 28 | - "more" doesn't accept " " to scroll by one page when BB_FEATURE_USE_TERMIOS |
36 | is not on. | 29 | is not on. |