Another bug to fix...
authorErik Andersen <andersen@codepoet.org>
Wed, 17 May 2000 05:28:05 +0000 (05:28 -0000)
committerErik Andersen <andersen@codepoet.org>
Wed, 17 May 2000 05:28:05 +0000 (05:28 -0000)
 -Erik

TODO

diff --git a/TODO b/TODO
index 2375fa763bf7dfd1787d645774c83aea5b8e8326..3ec400e6eb057004e8bfdf6da7c9870bedcfab60 100644 (file)
--- a/TODO
+++ b/TODO
@@ -20,6 +20,17 @@ Bugs that need fixing:
  - 'grep foo$ file' doesn't work
  - 'grep *foo file' segfaults
  - ps dirent race bug (need to stat the file before attempting chdir)
+ - # ls -la
+     /etc/passwd: No such file or directory
+     /etc/group: No such file or directory
+     drwxrwxr-x    3     1000     1000      54 May 14 22:30 .
+     /etc/passwd: No such file or directory
+     /etc/group: No such file or directory
+     drwxrwxr-x    3     1000     1000      54 May 14 22:30 ..
+     /etc/passwd: No such file or directory
+     /etc/group: No such file or directory
+     drwxrwxr-x    2     1000     1000      74 May 14 22:33 bin
+     /
 
 -----------