Changes by: vgrama (vgrama at unknown.email)
Date: 2005-06-28 09:32:02 -0700 (Tue, 28 Jun 2005)
Revision: 1841
Log message:
Shared Memory system directory structure description
Changes | Path |
Added | mojavefs/shmem/doc/dir_structure.txt |
Properties | mojavefs/shmem/doc/dir_structure.txt |
Changes by: vgrama (vgrama at unknown.email)
Date: 2005-06-28 10:20:02 -0700 (Tue, 28 Jun 2005)
Revision: 1842
Log message:
Initial API specification for Shared Memory system components
Changes | Path |
Added | mojavefs/shmem/bdevcap/api.txt |
Properties | mojavefs/shmem/bdevcap/api.txt |
Added | mojavefs/shmem/dio/api.txt |
Properties | mojavefs/shmem/dio/api.txt |
Added | mojavefs/shmem/gc/api.txt |
Properties | mojavefs/shmem/gc/api.txt |
Added | mojavefs/shmem/iio/api.txt |
Properties | mojavefs/shmem/iio/api.txt |
Added | mojavefs/shmem/iiocache/api.txt |
Properties | mojavefs/shmem/iiocache/api.txt |
Changes by: vgrama (vgrama at unknown.email)
Date: 2005-06-29 11:51:33 -0700 (Wed, 29 Jun 2005)
Revision: 1843
Log message:
Description of test directory contents
Changes | Path |
Added | mojavefs/shmem/test/README |
Properties | mojavefs/shmem/test/README |
Changes by: vgrama (vgrama at unknown.email)
Date: 2005-06-29 17:44:52 -0700 (Wed, 29 Jun 2005)
Revision: 1844
Log message:
Grouped a few common types, functions and a very basic Id module in common.ml
Initial Makefiles and a simple test for ID module
Changes | Path |
Added | mojavefs/shmem/OMakefile |
Properties | mojavefs/shmem/OMakefile |
Added | mojavefs/shmem/OMakeroot |
Properties | mojavefs/shmem/OMakeroot |
Added | mojavefs/shmem/common.ml |
Properties | mojavefs/shmem/common.ml |
+0 -7 | mojavefs/shmem/gc/api.txt |
+1 -2 | mojavefs/shmem/iio/api.txt |
Added | mojavefs/shmem/test/OMakefile |
Properties | mojavefs/shmem/test/OMakefile |
Added | mojavefs/shmem/test/use_idmodule.ml |
Properties | mojavefs/shmem/test/use_idmodule.ml |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2005-06-29 18:45:26 -0700 (Wed, 29 Jun 2005)
Revision: 1845
Log message:
Added a timer module. The module is written by somebody in Korea. I had to
slightly change it. I might still need to adapt it to our needs.
To do for the next commit:
- add rules for building documentation.
- add documentation to the timer_test file.
- clean up the OMakefiles a bit. We just started and they are already a mess.
Changes | Path |
+15 -3 | mojavefs/shmem/OMakefile |
+9 -3 | mojavefs/shmem/test/OMakefile |
Added | mojavefs/shmem/test/timer_test.ml |
Properties | mojavefs/shmem/test/timer_test.ml |
Added | mojavefs/shmem/timer/OMakefile |
Properties | mojavefs/shmem/timer/OMakefile |
Added | mojavefs/shmem/timer/timer.ml |
Properties | mojavefs/shmem/timer/timer.ml |
Added | mojavefs/shmem/timer/timer.mli |
Properties | mojavefs/shmem/timer/timer.mli |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2005-06-30 14:32:33 -0700 (Thu, 30 Jun 2005)
Revision: 1846
Log message:
A few more changes to the Makefiles and the tests. Nothing major.
Changes | Path |
Added | mojavefs/shmem/gc/OMakefile |
Properties | mojavefs/shmem/gc/OMakefile |
+6 -0 | mojavefs/shmem/test/README |
+3 -0 | mojavefs/shmem/test/timer_test.ml |
+10 -2 | mojavefs/shmem/timer/OMakefile |
Changes by: arcady (arcady at unknown.email)
Date: 2005-06-30 15:14:30 -0700 (Thu, 30 Jun 2005)
Revision: 1847
Log message:
dio implementation notes
Changes | Path |
Added | mojavefs/shmem/dio/notes.txt |
Properties | mojavefs/shmem/dio/notes.txt |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2005-06-30 18:21:24 -0700 (Thu, 30 Jun 2005)
Revision: 1848
Log message:
A bit of reorganization of files.
Also added the signature of the gc module and the common types definitions.
Changes | Path |
Properties | mojavefs/shmem |
Added | mojavefs/shmem/.cvsignore |
Properties | mojavefs/shmem/.cvsignore |
+12 -14 | mojavefs/shmem/OMakefile |
Added | mojavefs/shmem/common/common_types.ml |
Properties | mojavefs/shmem/common/common_types.ml |
Deleted | mojavefs/shmem/common.ml |
+3 -2 | mojavefs/shmem/gc/OMakefile |
Added | mojavefs/shmem/gc/gc.ml |
Properties | mojavefs/shmem/gc/gc.ml |
Added | mojavefs/shmem/gc/gc.mli |
Properties | mojavefs/shmem/gc/gc.mli |
+2 -2 | mojavefs/shmem/test/OMakefile |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2005-06-30 18:47:03 -0700 (Thu, 30 Jun 2005)
Revision: 1849
Log message:
A few more minor changes.
Next step is to update a little the timer module and add comments in
the gc files.
Changes | Path |
+1 -0 | mojavefs/shmem/OMakefile |
+7 -6 | mojavefs/shmem/gc/OMakefile |
+4 -1 | mojavefs/shmem/gc/gc.ml |
+4 -4 | mojavefs/shmem/test/OMakefile |
+6 -6 | mojavefs/shmem/timer/OMakefile |