Re: Multicast support with Linux Ethernet drivers

2006-02-24 Thread Manuel Menal
Gianluca Guida wrote: Hi Manuel, Hi, On 2/24/06, Manuel Menal <[EMAIL PROTECTED]> wrote: I'll be working on those patches, and BPF as well, during the next week, so they might change. Support for wireless extensions and multicasting peers will just need an extension to this patch. Yup

Re: Multicast support with Linux Ethernet drivers

2006-02-24 Thread Manuel Menal
Gianluca Guida wrote: Hi, Hi Gianluca, There's no a solution still, but it should be quite easy to find one. The problem is that the Mach's glue doesn't handle at the moment the multicast functionality. Your solution should be then to hack the both Mach's device interface and it's linux emula

Re: Multicast support with Linux Ethernet drivers

2006-02-24 Thread Gianluca Guida
Hi Manuel, On 2/24/06, Manuel Menal <[EMAIL PROTECTED]> wrote: > I'll be working on those patches, and BPF as well, during the next week, > so they might change. Great! promisc.patch is very well done, and shows exactly what I tried to explain with my broken english to Richard. :-) Support for

Re: new version of glibc xattr patch

2006-02-24 Thread Michael Banck
On Mon, Feb 20, 2006 at 02:15:48PM -0800, Roland McGrath wrote: > > if (value != NULL && bufsz > *size) > > return ERANGE; > > *size = bufsz; > > That fix leaks in the ERANGE case. I did a different fix. > Please verify it. It works just as fine. > > Our tests seemed to hav