diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-05-17 05:28:05 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-05-17 05:28:05 +0000 |
commit | d356c6e9d1bc091c64200ecc401aa9b6ffb53151 (patch) | |
tree | 3e0e24a098db6d76e3ec917b03521e1c1fb68900 /TODO | |
parent | 5b46d792f1b42b9f7afbcb8226185ab519c435cb (diff) |
Another bug to fix...
-Erik
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 + / ----------- |