Re: SIGINFO

2008-08-10 Thread Roland McGrath
You seem to be talking about SA_SIGINFO. Please be precise. You are not talking about SIGINFO at all.

Re: SIGINFO

2008-08-10 Thread Samuel Thibault
Roland McGrath, le Sun 10 Aug 2008 00:56:20 -0700, a écrit : > You seem to be talking about SA_SIGINFO. Oups right yes. Samuel

Re: The patch of glibc which allows the user to override the pfinet server

2008-08-10 Thread zhengda
Samuel Thibault wrote: zhengda, le Sat 09 Aug 2008 13:59:19 +0200, a écrit : if (name) free (name); No need for an if here, free(NULL); is void already. OK When I build the glibc, I got the error as follow: CPP='gcc-4.2 -E -x c-header' /root/storage/glibc-2.7/build-

Re: The patch of glibc which allows the user to override the pfinet server

2008-08-10 Thread Samuel Thibault
zhengda, le Sun 10 Aug 2008 18:55:48 +0200, a écrit : > >LD_LIBRARY_PATH=/root/storage/glibc-2.7/build-tree/hurd-i386-libc gdb > >--args /root/storage/glibc-2.7/build-tree/hurd-i386-libc/sunrpc/rpcgen -Y > >../scripts -c rpcsvc/bootparam_prot.x -o > >/root/storage/glibc-2.7/build-tree/hurd-i386-

Re: The patch of glibc which allows the user to override the pfinet server

2008-08-10 Thread zhengda
Samuel Thibault wrote: Gah. Then set from inside gdb: gdb --args /root/storage/glibc-2.7/build-tree/hurd-i386-libc/sunrpc/rpcgen -Y ../scripts -c rpcsvc/bootparam_prot.x -o /root/storage/glibc-2.7/build-tree/hurd-i386-libc/sunrpc/xbootparam_prot.T (gdb) set environment LD_LIBRARY_PATH=/root

Re: The patch of glibc which allows the user to override the pfinet server

2008-08-10 Thread Samuel Thibault
zhengda, le Sun 10 Aug 2008 19:42:18 +0200, a écrit : > But I don't understand why. Obviously, 'name' isn't double-freed. Mmm, maybe you have a glibc that is partly compiled with debugging on and partly compiled with debugging off? Samuel

Re: The patch of glibc which allows the user to override the pfinet server

2008-08-10 Thread zhengda
Samuel Thibault wrote: zhengda, le Sun 10 Aug 2008 19:42:18 +0200, a écrit : But I don't understand why. Obviously, 'name' isn't double-freed. Mmm, maybe you have a glibc that is partly compiled with debugging on and partly compiled with debugging off? How can that happen? If so, w

Re: The patch of glibc which allows the user to override the pfinet server

2008-08-10 Thread Samuel Thibault
zhengda, le Sun 10 Aug 2008 20:07:57 +0200, a écrit : > Samuel Thibault wrote: > >zhengda, le Sun 10 Aug 2008 19:42:18 +0200, a écrit : > > > >>But I don't understand why. Obviously, 'name' isn't double-freed. > >> > > > >Mmm, maybe you have a glibc that is partly compiled with debugging on >

Re: The patch of gnumach to enable the user to set the network device into the promiscuous mode

2008-08-10 Thread zhengda
Samuel Thibault wrote: On Fri, Aug 8, 2008 at 9:33 PM, Samuel Thibault <[EMAIL PROTECTED]> wrote: zhengda, le Fri 08 Aug 2008 06:44:16 +0200, a écrit : > +dev->flags = (flags & > +(IFF_BROADCAST | IFF_DEBUG | IFF_LOOPBACK | > + IFF_POINTOPOINT | IFF_NOT

Re: The patch of glibc which allows the user to override the pfinet server

2008-08-10 Thread zhengda
Samuel Thibault wrote: zhengda, le Sun 10 Aug 2008 20:07:57 +0200, a écrit : Samuel Thibault wrote: zhengda, le Sun 10 Aug 2008 19:42:18 +0200, a écrit : But I don't understand why. Obviously, 'name' isn't double-freed. Mmm, maybe you have a glibc that is partly

Re: The patch of gnumach to enable the user to set the network device into the promiscuous mode

2008-08-10 Thread zhengda
Samuel Thibault wrote: About changelogs, please really read the GNU coding style (or re-read it): you _need_ to give the name for the added macros for instance, that's precisely the purpose of the ChangeLog file. Samuel Sorry, here goes the patch again. Needed for GNU Mach 1.2 2008-07-29 Zhen

Re: The patch of gnumach to enable the user to set the network device into the promiscuous mode

2008-08-10 Thread Samuel Thibault
zhengda, le Sun 10 Aug 2008 20:29:55 +0200, a écrit : > 2008-07-29 Zheng Da <[EMAIL PROTECTED]> > >* include/device/net_status.h (NET_FLAGS): Macro defined. Usually we rather write "New macro". Anyway, you should read your mail non-linearly, I've already commited it :) Samuel

Re: The patch of boot to open a virtual network interface

2008-08-10 Thread zhengda
[EMAIL PROTECTED] wrote: Hi, 2008-07-29 Zheng Da <[EMAIL PROTECTED]> *boot/boot.c: add an option to open the virtual network interface That's not a complete changelog... + if (err) +fprintf (stderr, "open_device returns %x, %s\n", + err, strerror (err

Re: The patch of gnumach to enable the user to set the network device into the promiscuous mode

2008-08-10 Thread zhengda
Samuel Thibault wrote: zhengda, le Sun 10 Aug 2008 20:29:55 +0200, a écrit : 2008-07-29 Zheng Da <[EMAIL PROTECTED]> * include/device/net_status.h (NET_FLAGS): Macro defined. Usually we rather write "New macro". Anyway, you should read your mail non-linearly, I've already commited