diff options
author | kaashoek <kaashoek> | 2006-10-18 14:58:27 +0000 |
---|---|---|
committer | kaashoek <kaashoek> | 2006-10-18 14:58:27 +0000 |
commit | 4b5443c3cdfba07bd02a024e628be4494033d19e (patch) | |
tree | 15b185ec1570d667753388cfd2eb83a91d09b69a /BUGS | |
parent | 7356f26a680b3c22053ad30170625b1f520102a6 (diff) | |
download | xv6-labs-4b5443c3cdfba07bd02a024e628be4494033d19e.tar.gz xv6-labs-4b5443c3cdfba07bd02a024e628be4494033d19e.tar.bz2 xv6-labs-4b5443c3cdfba07bd02a024e628be4494033d19e.zip |
record tim's bug and patch
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -50,4 +50,6 @@ ide.c: synchronous disk write -> polling disk write. search for (a)synchronous; xv6 doesn't have asynchronous writes. fs.c: split all name operations off in name.c? (starting with namei but move - wdir keep in fs.c)
\ No newline at end of file + wdir keep in fs.c) + +ls.c: apply tim's patch |