From 4b5443c3cdfba07bd02a024e628be4494033d19e Mon Sep 17 00:00:00 2001 From: kaashoek Date: Wed, 18 Oct 2006 14:58:27 +0000 Subject: [PATCH] record tim's bug and patch --- BUGS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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