[PATCH] remove libz/libbz2 entry from contributing page

2013-09-13 Thread rekado
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

[PATCH 2/2] Look up device file name on device_open

2013-09-11 Thread 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 | 10 ++ 1 file changed, 10 insertions(+) diff --git a/devnode/devnode.c b/devnode/devno

[PATCH 1/2] Try to re-open network device on transmission error

2013-09-11 Thread rekado
--- 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

[PATCH 0/2] Re-open ethernet device on error

2013-09-11 Thread rekado
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

Re: [PATCH] Look up device file name on device_open

2013-09-09 Thread rekado
H_PORT_NULL in main should of course be turned into > master_file == NULL. > > Samuel > Rekado

[PATCH] Look up device file name on device_open

2013-09-09 Thread 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

[PATCH] Try to re-open network device on transmission error

2013-09-09 Thread rekado
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 ++

[PATCH] Look up device file name on device_open

2013-09-09 Thread rekado
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

[PATCH] Try to re-open network device on transmission error

2013-09-09 Thread rekado
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 +++