diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-01-28 23:49:17 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-01-28 23:49:17 +0100 |
commit | 514472f2d86a5905ed3df4d346403064e751316c (patch) | |
tree | 960b8489ce3bf0d618c2a4b9a6623bfba213cad6 /contributing.mdwn | |
parent | 8b2dd87cbe05e232963c86e305cb415ae6ba6584 (diff) | |
download | web-514472f2d86a5905ed3df4d346403064e751316c.tar.gz web-514472f2d86a5905ed3df4d346403064e751316c.tar.bz2 web-514472f2d86a5905ed3df4d346403064e751316c.zip |
pfinet is now fine with netdde going away
Diffstat (limited to 'contributing.mdwn')
-rw-r--r-- | contributing.mdwn | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index cfc4dc0e..11cedba3 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -81,14 +81,6 @@ people who would like to dive into the code but just lack a "somewhere to begin with". * Some translators do not support fsysopts, such as `remap`. -* Make pfinet OK with the ethernet device going away. This would be a very -nice feature: being able to just restart the ethernet driver; we've just not -taken the time to fix it yet, but it shouldn't be very hard. The code begins -at `hurd/pfinet/ethernet.c`, `ethernet_open()`, the `device_open` call, which -produces `edev->ether_port`. Basically, one needs to catch errors like EIEIO -when using it, and in that case re-open the device. -See also the notes on [[hurd/translator/pfinet/implementation]], *Bugs*, *IRC, -freenode, #hurd, 2013-09-03*. * Add a futex kernel trap to GNU Mach. This can be useful for nicer locking primitives, including inter-process primitives. `vm_allocate` can be used as an example in the `gnumach` source tree for how to add a kernel trap. [[!GNU_Savannah_task 6231]] |