summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2008-06-13 21:20:33 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2008-06-13 21:20:33 +0100
commit435f3e1ea739ed2cea8099ab3ccbadd234232893 (patch)
treefb9e3d8b98716abb25e8fafc1647ddecaf74fe2b /community
parentdf835e043986380221d7720b263863a38aedb207 (diff)
parent6743a437042cb362786f62e3804d9b17765ff1f6 (diff)
Merge branch 'master' of flubber:~wiki/wiki
Diffstat (limited to 'community')
-rw-r--r--community/da.mdwn21
-rw-r--r--community/procfs.mdwn2
-rw-r--r--community/scolobb.mdwn8
3 files changed, 25 insertions, 6 deletions
diff --git a/community/da.mdwn b/community/da.mdwn
index 8bea9876..56a006b0 100644
--- a/community/da.mdwn
+++ b/community/da.mdwn
@@ -4,23 +4,38 @@ Email: zhengda1936 at gmail dot com
Project: Network virtualization for subhurds etc.
+The [code](http://www.assembla.com/spaces/VNetHurd/trac_subversion_tool).
+
+The design and implementation of [hypervisor](http://www.assembla.com/wiki/show/VNetHurd/The_design_of_hypervisor).
+
+The [schedule](http://www.assembla.com/wiki/show/b0f44qnbmr3AN4ab7jnrAJ/The_schedule_for_hypervisor).
+
---
-## TO DO
+## TODO
+### Coding
-### Documentation
+Start to write the hypervisor:
-- [A Programmer's Guide to the Mach System Calls](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/unpublished/machsys.doc)
+- To create a virtual network interface.
+- To publish the port created by the hypervisor by using the file system. Other program can get the port by using file_name_lookup() now.
---
## Completed tasks
+### Coding
+
+- pfinet server overriding by modifying glibc. The patch is [here](http://svn.assembla.com/svn/VNetHurd/glibc_2.7_multi-netserv.patch).
+
### The Code Read
+
- boot
### Documentation Read
+
+- [A Programmer's Guide to the Mach System Calls](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/unpublished/machsys.doc)
- [Meet Mach](http://www.stepwise.com/Articles/Technical/MeetMach.html) by James Scott
- [A Programmer's Guide to the Mach User Environment](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/unpublished/machuse.doc), the MIG part
- Part of The GNU Mach Reference Manual and The GNU Hurd Reference Manual
diff --git a/community/procfs.mdwn b/community/procfs.mdwn
index 3dfd0b78..506a8c9c 100644
--- a/community/procfs.mdwn
+++ b/community/procfs.mdwn
@@ -148,7 +148,7 @@ Clone URL: [git://github.com/madhusudancs/procfs.git](git://github.com/madhusuda
4. June, 1, 2008
5. June, 2, 2008
6. June, 4, 2008
-7. June, 5, 2008
+7. June, 5, 2008 (3 commits, 00:30 HRS, 02:30 HRS, 11:15HRS, all in IST)
------
diff --git a/community/scolobb.mdwn b/community/scolobb.mdwn
index ba6909f8..28cbf6b3 100644
--- a/community/scolobb.mdwn
+++ b/community/scolobb.mdwn
@@ -25,9 +25,13 @@ The code is at <http://github.com/scolobb/filterfs/tree/master>.
Clone URL: git://github.com/scolobb/filterfs.git
-####5: Mon Jun 2, ~14:00 UTC - ?:
+####6: Fri Jun 6, ~13:00 UTC - ?:
-> Adapting the initialization actions from *unionfs*.
+> Creating the code to fetch the directory entries and integrating it into *libnetfs* callbacks.
+
+####5: Mon Jun 2, ~14:00 UTC - Thu Jun 5, ~19:00 UTC:
+
+> Adapted the initialization actions from *unionfs*. Borrowed the netnode/lnode architecture from *unionfs*.
####4: Mon Jun 2, ~11:00 UTC - ~14:00 UTC: