Changes by: Mihai Florian (mflorian at cs.caltech.edu)
Date: 2008-03-28 16:45:39 -0700 (Fri, 28 Mar 2008)
Revision: 12809
Log message:
Integrated Fuse.main_ll with GComm.
First attempts to implement getattr, lookup and mknod.
Has a lot of bugs :(.
Changes | Path(relative to mojavefs/source) |
+2 -2 | OMakefile |
+81 -45 | dio/dio.ml |
+21 -11 | dio/dio_application_factory.ml |
+5 -2 | dio/dio_request_types.ml |
+4 -3 | dio/dio_types.ml |
+29 -2 | fuse/OMakefile |
Deleted | fuse/fuse.ml |
Copied | fuse/fuse_layer.ml (from rev 12757, mojavefs/source/fuse/fuse.ml) |
+503 -14 | fuse/fuse_layer.ml (from rev 12757, mojavefs/source/fuse/fuse.ml) |
Copied | fuse/fuse_layer_types.ml (from rev 12757, mojavefs/source/fuse/fuse_types.ml) |
Deleted | fuse/fuse_types.ml |
Added | fuse/parse_config.ml |
+1 -1 | iio/OMakefile |
+707 -39 | iio/iio.ml |
+115 -11 | iio/iio_application_factory.ml |
+44 -12 | iio/iio_request_types.ml |
+20 -12 | iio/iio_types.ml |