Changes by: erm (erm at unknown.email)
Date: 2004-07-23 15:45:58 -0700 (Fri, 23 Jul 2004)
Revision: 1828
Log message:

      Initial branch of Evan Murphy's work on the uservfs system for userland
      filesystems.
      
      Changes from the trunk include:
      -- A less bad DEBUG macro system
      -- Setting dir_listing_response.final = 1 always in mirror.c:500.  This
         probably isn't The Right Thing To Do, but it was a total deadlock in the
         trunk.
      -- Mangled Makefiles.  Not more broken than before...
      
      Almost all the work was done in the old/ source tree because it doesn't
      want to use Construct.  Otherwise the sources for the module and mirror are
      only trivially different, as far as I can tell.
      

Changes  Path
+9 -8 mojavefs-branches/erm/src/uservfs/libmojave.m4
+2 -1 mojavefs-branches/erm/src/uservfs/old/Makefile
+5 -4 mojavefs-branches/erm/src/uservfs/old/module/Makefile
+1 -0 mojavefs-branches/erm/src/uservfs/old/module/dsm.c
+4 -1 mojavefs-branches/erm/src/uservfs/old/module/start
+1 -1 mojavefs-branches/erm/src/uservfs/old/module/stop
+42 -1 mojavefs-branches/erm/src/uservfs/old/module/uservfs.h
+80 -101 mojavefs-branches/erm/src/uservfs/old/module/uservfs_dev.c
+20 -56 mojavefs-branches/erm/src/uservfs/old/module/uservfs_dir.c
+8 -24 mojavefs-branches/erm/src/uservfs/old/module/uservfs_file.c
+6 -18 mojavefs-branches/erm/src/uservfs/old/module/uservfs_inode.c
+2 -6 mojavefs-branches/erm/src/uservfs/old/module/uservfs_link.c
+1 -3 mojavefs-branches/erm/src/uservfs/old/module/uservfs_root.c
+55 -78 mojavefs-branches/erm/src/uservfs/old/module/uservfs_rpc.c
+7 -21 mojavefs-branches/erm/src/uservfs/old/module/uservfs_super.c
+3 -1 mojavefs-branches/erm/src/uservfs/old/servers/mirror/Makefile
+141 -81 mojavefs-branches/erm/src/uservfs/old/servers/mirror/mirror.c