summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorkaashoek <kaashoek>2006-10-18 14:58:27 +0000
committerkaashoek <kaashoek>2006-10-18 14:58:27 +0000
commit4b5443c3cdfba07bd02a024e628be4494033d19e (patch)
tree15b185ec1570d667753388cfd2eb83a91d09b69a /BUGS
parent7356f26a680b3c22053ad30170625b1f520102a6 (diff)
downloadxv6-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--BUGS4
1 files changed, 3 insertions, 1 deletions
diff --git a/BUGS b/BUGS
index e8dc79d..cf7b83c 100644
--- a/BUGS
+++ b/BUGS
@@ -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