Changes by: buckweat (buckweat at unknown.email)
Date: 2002-08-16 13:10:03 -0700 (Fri, 16 Aug 2002)
Revision: 1625
Log message:

      Lots of changes. Both read() and write() have been completely rewritten.
      I tested write() yesterday and it worked perfectly. I still have yet to
      try testing read(), but with luck it will go just as smoothly.
      
      There still are lots of places to cleanup (e.g. do a "grep FIXME" in
      fio/), but most of these things are minor. I also realize I will have to
      implement truncate() and llseek() if we want their syscalls to work.
      They shouldn't be too bad, though.
      
      jason
      

Changes  Path
+81 -7 mojavefs/src/fio/chunk.c
+3 -1 mojavefs/src/fio/dir.c
+122 -164 mojavefs/src/fio/file.c
+23 -6 mojavefs/src/fio/fio.h
+1 -4 mojavefs/src/fio/super.c