Re: [PATCH hurd-dde 1/3] libmachdev: fix getting parameter for get_status

2014-11-16 Thread Samuel Thibault
Justus Winter, le Fri 14 Nov 2014 19:28:06 +0100, a écrit : > Complements aa949401. > > * libmachdev/net.c (device_get_status): Use count as number of parameter, > not number of bytes. Take status as integer, not short. Ack. > --- > libmachdev/net.c | 4 ++-- > 1 file changed, 2 insertions(+),

Re: [PATCH hurd-dde 2/3] eth-multiplexer: fix device_{get,set}_status calls

2014-11-16 Thread Samuel Thibault
Justus Winter, le Fri 14 Nov 2014 19:28:07 +0100, a écrit : > * eth-multiplexer/ethernet.c (set_promisc): Make flags an int, count > must be 1. Ack. > --- > eth-multiplexer/ethernet.c | 7 +++ > 1 file changed, 3 insertions(+), 4 deletions(-) > > diff --git a/eth-multiplexer/ethernet.c b/et

Re: [PATCH hurd-dde 3/3] eth-multiplexer: improve the netfs_demuxer function

2014-11-16 Thread Samuel Thibault
Justus Winter, le Fri 14 Nov 2014 19:28:08 +0100, a écrit : > Handle multiple request types as recommended by the Mach Server > Writer's Guide section 4, subsection "Handling Multiple Request > Types". This avoids initializing the reply message in every X_server > function. The reply message has