Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-07-21 18:45:04 -0700 (Wed, 21 Jul 2004)
Revision: 1825
Log message:
Added OMakefiles. Note that this doesn't quite work at the moment
because of problems with ocamldep.
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-07-21 19:41:03 -0700 (Wed, 21 Jul 2004)
Revision: 1826
Log message:
Include the right directories (in other words, /lib/modules/<version>/build/include).
Changes | Path |
+9 -0 | mojavefs/src/uservfs/old/OMakefile |
Changes by: ( at unknown.email)
Date: 2004-07-21 19:41:03 -0700 (Wed, 21 Jul 2004)
Revision: 1827
Log message:
This commit was manufactured by cvs2svn to create branch 'erm'.
Changes | Path |
Copied | mojavefs-branches/erm |
Deleted | mojavefs-branches/erm/src/Makefile |
Deleted | mojavefs-branches/erm/src/Rules.mk |
Deleted | mojavefs-branches/erm/src/uservfs/old/servers/mirror/mirror.c |
Copied | mojavefs-branches/erm/src/uservfs/old/servers/mirror/mirror.c |
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 by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-07-23 16:50:27 -0700 (Fri, 23 Jul 2004)
Revision: 1829
Log message:
old now compiles with omake.
Changes | Path |
+2 -3 | mojavefs-branches/erm/src/uservfs/old/OMakefile |
+8 -1 | mojavefs-branches/erm/src/uservfs/old/module/OMakefile |
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-07-24 18:08:22 -0700 (Sat, 24 Jul 2004)
Revision: 1830
Log message:
The module now compiles with Linux kernel 2.6.
I don't know if it works yet though...
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-07-26 10:01:36 -0700 (Mon, 26 Jul 2004)
Revision: 1831
Log message:
Modified servers with new time changes.
Changes by: erm (erm at unknown.email)
Date: 2004-07-26 11:51:06 -0700 (Mon, 26 Jul 2004)
Revision: 1832
Log message:
Fixed minor conflicts with Jason's commit.
Made symlinks (sort of) work. readlink() now acts correctly, but open
still has issues--it looks like it's not following the symlink correctly.
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-07-26 13:08:41 -0700 (Mon, 26 Jul 2004)
Revision: 1833
Log message:
Removed -I from all the INCLUDES
Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-07-26 16:53:30 -0700 (Mon, 26 Jul 2004)
Revision: 1834
Log message:
Fixes to compile again on 2.4
Changes | Path |
+4 -0 | mojavefs-branches/erm/src/uservfs/old/module/OMakefile |
+2 -4 | mojavefs-branches/erm/src/uservfs/old/module/uservfs_dev.c |