According to [1], the preferred way is to remove support for unzipping
from the exec translator and implement this feature through other
translators.
[1]: http://lists.gnu.org/archive/html/bug-hurd/2013-08/msg00049.html
---
contributing.mdwn | 1 -
1 file changed, 1 deletion(-)
diff --git a/cont
A fresh `master_device' port is now obtained when accessing the device
file, not only on translator startup. This ensures that the device
can be re-opened after netdde has died.
---
devnode/devnode.c | 10 ++
1 file changed, 10 insertions(+)
diff --git a/devnode/devnode.c b/devnode/devno
---
pfinet/ethernet.c | 17 +++--
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git a/pfinet/ethernet.c b/pfinet/ethernet.c
index b96c09a..f9fadf1 100644
--- a/pfinet/ethernet.c
+++ b/pfinet/ethernet.c
@@ -241,11 +241,24 @@ ethernet_open (struct device *dev)
int
ethernet_x
longer takes down pfinet. Upon encountering a
transmission error, pfinet tries to re-open the ethernet device once
(handled by devnode) and will resend the buffer.
rekado (2):
Try to re-open network device on transmission error
Look up device file name on device_open
devnode/devnode.c | 10
H_PORT_NULL in main should of course be turned into
> master_file == NULL.
>
> Samuel
>
Rekado
A fresh `master_device' port is now obtained when accessing the device
file, not only on translator startup. This ensures that the device
can be re-opened after netdde has died.
---
devnode/devnode.c | 4
1 file changed, 4 insertions(+)
diff --git a/devnode/devnode.c b/devnode/devnode.c
ind
Attempt to re-open the network device when device_write fails, e.g. when netdde
has crashed.
---
pfinet/ethernet.c | 17 +++--
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git a/pfinet/ethernet.c b/pfinet/ethernet.c
index b96c09a..f9fadf1 100644
--- a/pfinet/ethernet.c
++
Hi,
the following patch is supposed to be applied to the dde incubator branch.
rekado (1):
Look up device file name on device_open
devnode/devnode.c | 4
1 file changed, 4 insertions(+)
--
1.8.3.1
Attempt to re-open the network device when device_write fails,
e.g. when netdde has crashed.
---
pfinet/ethernet.c | 17 +++--
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git a/pfinet/ethernet.c b/pfinet/ethernet.c
index b96c09a..f9fadf1 100644
--- a/pfinet/ethernet.c
+++