Sharing of libpthread between Hurd on Mach and L4

2007-11-20 Thread Thomas Schwinge
Hello! Neal had the following question after having synchronized by hand a load of changes from the `hurd' repository's version of libpthread to the `hurd-l4' one: | tschwinge : Is there an easy way to keep libpthread in sync for | both the mainline and for hurd-l4? One idea was the followin

Re: pfinet segfaults

2007-11-20 Thread Thomas Schwinge
Hello! On Tue, Nov 20, 2007 at 10:48:55PM +0100, Stefan Siegl wrote: > Apart > from the above I think the patch is fine and should be committed if > fixed. I agree and you're the maintainer. But this will need copyright assignment papers. Regards, Thomas signature.asc Description: Digital s

Re: [bug #15330] pfinet lacks ipv6 support

2007-11-20 Thread Samuel Thibault
Stefan Siegl, le Tue 20 Nov 2007 23:41:53 +0100, a écrit : > On Mon, Nov 19, 2007 at 05:01:07PM +0100, Thomas Schwinge wrote: > > pfinet does support IPv6 these days, but are there some changes needed in > > the Hurd parts of glibc to export / support / implement IPv6 interfaces? > > I can't come

Re: [bug #15330] pfinet lacks ipv6 support

2007-11-20 Thread Stefan Siegl
Hi Thomas! On Mon, Nov 19, 2007 at 05:01:07PM +0100, Thomas Schwinge wrote: > pfinet does support IPv6 these days, but are there some changes needed in > the Hurd parts of glibc to export / support / implement IPv6 interfaces? I can't come up with a necessary interface change at the moment. So f

Re: Making DHCP renew work in pfinet

2007-11-20 Thread Stefan Siegl
On Mon, Nov 19, 2007 at 04:25:47PM +0100, Michael Banck wrote: > > > > if [ x$reason = xPREINIT ]; then > > > > - settrans -afg /servers/socket/2 /hurd/pfinet --dhcp -i $interface > > > >exit_with_hooks 0 > > What about that --dhcp option? Not a big deal (I'll remove it from > dhcp-client),

Re: pfinet segfaults (was: Re: Making DHCP renew work in pfinet)

2007-11-20 Thread Stefan Siegl
Hi Michael, I've finally found some time to have a look at Christian's patch. On Tue, Nov 20, 2007 at 02:18:58PM +0100, Michael Banck wrote: > Hrm, I have the feeling this patch broke just setting /servers/socket/2 > to "/hurd/pfinet" (what corresponds to the lo device in Linux?): > > [EMAIL P

pfinet segfaults (was: Re: Making DHCP renew work in pfinet)

2007-11-20 Thread Michael Banck
On Mon, Oct 22, 2007 at 11:03:49PM +0200, Christian Dietrich wrote: > * Stefan Siegl <[EMAIL PROTECTED]> [Oct 15 2007 23:57] wrote: > > > The whitespaces beetween -a and the ip are missing because -a, -g, -m, > > > -p, -A, -G have only optional arguments. If the argument is no passed > > > the valu