diff options
author | kaashoek <kaashoek> | 2006-10-19 13:10:08 +0000 |
---|---|---|
committer | kaashoek <kaashoek> | 2006-10-19 13:10:08 +0000 |
commit | cc9c9814b2d1ca6d0124a06d2ca01b48eae20d20 (patch) | |
tree | 1b61c5793b2f7f8496a2462c656f6dc02c9fb462 | |
parent | 4b5443c3cdfba07bd02a024e628be4494033d19e (diff) | |
download | xv6-labs-cc9c9814b2d1ca6d0124a06d2ca01b48eae20d20.tar.gz xv6-labs-cc9c9814b2d1ca6d0124a06d2ca01b48eae20d20.tar.bz2 xv6-labs-cc9c9814b2d1ca6d0124a06d2ca01b48eae20d20.zip |
bug reported by nelson
-rw-r--r-- | BUGS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -52,4 +52,7 @@ ide.c: synchronous disk write -> polling disk write. search for fs.c: split all name operations off in name.c? (starting with namei but move wdir keep in fs.c) + unlink . and .. should be disallowed + ls.c: apply tim's patch + |