summaryrefslogtreecommitdiff
path: root/user/scolobb.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2009-06-17 03:54:30 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2009-06-17 03:58:02 +0200
commit7d35535e9b7291f4e66953b7546fd717c6cae95b (patch)
treedf86a8a3831014e466975b62cac6492af4ace306 /user/scolobb.mdwn
parent208c5570d90cd41698f63ceda784450ba897a4b7 (diff)
parent8da018fafbaa48a65b757d9bce29a316d722619e (diff)
explain the posix_spawn error
Diffstat (limited to 'user/scolobb.mdwn')
-rw-r--r--user/scolobb.mdwn19
1 files changed, 12 insertions, 7 deletions
diff --git a/user/scolobb.mdwn b/user/scolobb.mdwn
index 2182f12e..2f8ea542 100644
--- a/user/scolobb.mdwn
+++ b/user/scolobb.mdwn
@@ -82,20 +82,25 @@ For documentation, see [[hurd/translator/unionmount]].
by the comments in the sources. The goal is to write a more coherent
documentation.
+* **Start with a clean unionfs and implement the `--mount` argument**
+ *(11 Jun)* It was suggested to implement the union mount
+ functionality first, instead of doing some partial adaptation of
+ `unionfs` to `unionmount` and leaving the complete adaptation for
+ the future.
+
+* **Compile GNU/Hurd from source to be able to study
+ eth-multiplexer.** *(16 Jun)* On my way to getting a working
+ instance of eth-multiplexer I learnt how I could compile GNU/Hurd in
+ a Debian GNU/Hurd system.
+
### TODO
(Dates in brackets show the *expected* completion date)
-* **Study eth-multiplexer.** *(12 Jun)* In order to get an idea of
+* **Study eth-multiplexer.** *(19 Jun)* In order to get an idea of
what should the rules for eth-multipexer be, I will have to study
the current state of eth-multiplexer.
-* **Start with a clean unionfs and implement the `--mount` argument**
- *(12 Jun)* It was suggested to implement the union mount
- functionality first, instead of doing some partial adaptation of
- `unionfs` to `unionmount` and leaving the complete adaptation for
- the future.
-
* **Implement merging rules.** *(25 Jul)* Some details are still
awaiting discovery by me.