diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-05-17 05:28:05 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-05-17 05:28:05 +0000 |
commit | 3568776688d5969d409882839378da3659af5d1a (patch) | |
tree | 3e0e24a098db6d76e3ec917b03521e1c1fb68900 /TODO | |
parent | d267ca2d37f262dcb335135a27ca4a750f1c4391 (diff) | |
download | busybox-w32-3568776688d5969d409882839378da3659af5d1a.tar.gz busybox-w32-3568776688d5969d409882839378da3659af5d1a.tar.bz2 busybox-w32-3568776688d5969d409882839378da3659af5d1a.zip |
Another bug to fix...
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@557 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r-- | TODO | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -20,6 +20,17 @@ Bugs that need fixing: | |||
20 | - 'grep foo$ file' doesn't work | 20 | - 'grep foo$ file' doesn't work |
21 | - 'grep *foo file' segfaults | 21 | - 'grep *foo file' segfaults |
22 | - ps dirent race bug (need to stat the file before attempting chdir) | 22 | - ps dirent race bug (need to stat the file before attempting chdir) |
23 | - # ls -la | ||
24 | /etc/passwd: No such file or directory | ||
25 | /etc/group: No such file or directory | ||
26 | drwxrwxr-x 3 1000 1000 54 May 14 22:30 . | ||
27 | /etc/passwd: No such file or directory | ||
28 | /etc/group: No such file or directory | ||
29 | drwxrwxr-x 3 1000 1000 54 May 14 22:30 .. | ||
30 | /etc/passwd: No such file or directory | ||
31 | /etc/group: No such file or directory | ||
32 | drwxrwxr-x 2 1000 1000 74 May 14 22:33 bin | ||
33 | / | ||
23 | 34 | ||
24 | ----------- | 35 | ----------- |
25 | 36 | ||