summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscolobb <scolobb@web>2009-08-05 13:57:52 +0000
committerGNU Hurd web pages engine <web-hurd@gnu.org>2009-08-05 13:57:52 +0000
commita440159576cbc54225d64855a204cfa3f8fce454 (patch)
tree5f9c21a992a3b0c4b1fb2d4984731f8f4f94c610
parent0421f24ff1ffd85a1289045bf5dc91af54aa7238 (diff)
-rw-r--r--user/scolobb.mdwn25
1 files changed, 18 insertions, 7 deletions
diff --git a/user/scolobb.mdwn b/user/scolobb.mdwn
index 4ac20dc3..339268cd 100644
--- a/user/scolobb.mdwn
+++ b/user/scolobb.mdwn
@@ -165,16 +165,27 @@ For documentation, see [[hurd/translator/unionmount]].
(Dates in brackets show the *expected* completion date)
-* **Wrap the "--mount" patch series** *(4 Aug)* It's top priority to
+* **Add the `MASTER` node to `eth-multiplexer`** *(5 Aug)* Instances
+ of `devnode` can now use the root node of `eth-multiplexer` as a
+ pseudo master device port, but, as of now, accessing the root node
+ creates only *one* device. This has to be fixed and the
+ corresponding functionality has to be moved into the `MASTER` node,
+ published by the eth-multiplexer.
+
+* **Add support for priorities** *(7 Aug)* Due to the specific nature
+ of mountee's filesystem, priorities are not currently supported for
+ it.
+
+* **Use `unionmount` to merge the virtual filesystem of
+ `eth-multiplexer` with its underlying filesystem** *(7 Aug)* This
+ will allow both setting static `devnode`s and accessing dynamic
+ nodes under the eth-multiplexer's root node.
+
+* **Wrap the "--mount" patch series** *(11 Aug)* It's top priority to
make do the final corrections to these patches and to apply them to
the `master-unionmount` branch.
-* **Employ `unionmount` in `eth-multiplexer`.** *(7 Aug)* `unionmount`
- will have to merge the dynamic filesystem of `eth-multiplexer` with
- the directory tree it will be sitting on. The latter directory tree
- will contain static nodes with `devnode` translators.
-
-* **Wrap up the project for upstream inclusion.** *(10 Aug)*
+* **Wrap up the project for upstream inclusion.** *(20 Aug)*
`unionmount` is intended to be included upstream, therefore it
should be mostly complete and polished by the end of GSoC.