Changes by: jjl (jjl at unknown.email)
Date: 2003-02-13 15:00:40 -0800 (Thu, 13 Feb 2003)
Revision: 1797
Log message:
Outline for user space gm: creates three threads and sends/recieves "pings".
Changes | Path |
Added | mojavefs/src/gm/gm_user.c |
Properties | mojavefs/src/gm/gm_user.c |
Added | mojavefs/src/gm/gm_user.h |
Properties | mojavefs/src/gm/gm_user.h |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2003-02-13 15:19:44 -0800 (Thu, 13 Feb 2003)
Revision: 1798
Log message:
Just removed some files that needed to be removed for a while...
Changes by: buckweat (buckweat at unknown.email)
Date: 2003-02-19 00:08:09 -0800 (Wed, 19 Feb 2003)
Revision: 1799
Log message:
FIO version 0.0.2-pre0.0.1-alpha-0.1
This won't compile, and barely makes sense. I still have quite a bit to
do before this will work, but, if you have telepathy, you should be able
to glean the master plan from the code. Hopefully I will get much more
done tonight.
jason
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2003-02-22 15:51:43 -0800 (Sat, 22 Feb 2003)
Revision: 1800
Log message:
Some stuff I forgot to commit on Thursday.
Changes | Path |
+2 -2 | mojavefs/src/Makefile |
+1 -1 | mojavefs/src/Rules.mk |
+2 -1 | mojavefs/src/gm/Makefile |
+5 -11 | mojavefs/src/gm/gm_mod.c |
+8 -2 | mojavefs/src/kernel/include/linux/gm.h |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2003-02-26 12:43:03 -0800 (Wed, 26 Feb 2003)
Revision: 1801
Log message:
Some random gm related code. I have another version I worked on last night which I will commit just a little bit later.
Changes | Path |
+1 -1 | mojavefs/src/gm/Makefile |
+4 -4 | mojavefs/src/gm/gm_mod.c |
+16 -5 | mojavefs/src/kernel/include/linux/gm.h |
Changes by: Cristian Tapus (crt at cs.caltech.edu)
Date: 2003-02-26 13:15:20 -0800 (Wed, 26 Feb 2003)
Revision: 1802
Log message:
A few more updates. Code not fully commited.
The data structures should be almost complete.
Changes | Path |
+4 -2 | mojavefs/src/gm/gm_mod.c |
+25 -4 | mojavefs/src/kernel/include/linux/gm.h |
+3 -0 | mojavefs/src/kernel/kernel/ksyms.c |
Changes by: jjl (jjl at unknown.email)
Date: 2003-02-26 16:38:22 -0800 (Wed, 26 Feb 2003)
Revision: 1803
Log message:
- Added function get_nodes to gm.h that needs to be exported.
- More updates to gm_user.
Changes | Path |
+275 -115 | mojavefs/src/gm/gm_user.c |
+32 -15 | mojavefs/src/gm/gm_user.h |
+6 -0 | mojavefs/src/kernel/include/linux/gm.h |