The patch of boot to open a virtual network interface

2008-08-08 Thread zhengda
Hello, The patch enables boot to open the virtual network interface, so boot can work with the multiplexer and the subhurd can connect to the main hurd. But the way to open the virtual network interface will be changed if the translator that helps open the device is created. Here is the patc

Re: GSoC projects

2008-08-08 Thread Andrei Barbu
Hi, Sorry for the delay in answering. Due to Comcast's incompetence I don't have internet access at home until next week. a) Instrumentation and a SystemTap port. b) The instrumentation patches will make their way into mach, the SystemTap work should probably go into its own git repository. T

Re: Wiki repository now available though Savannah

2008-08-08 Thread Andrei Barbu
Hi, On Mon, Aug 4, 2008 at 10:31 PM, <[EMAIL PROTECTED]> wrote: > Hi, > > On Mon, Aug 04, 2008 at 10:46:55AM +0200, Thomas Schwinge wrote: >> On Mon, Aug 04, 2008 at 03:00:46AM +0200, [EMAIL PROTECTED] >> wrote: > >> This is done now: >> > > B

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

2008-08-08 Thread Samuel Thibault
Hello, zhengda, le Fri 08 Aug 2008 06:44:16 +0200, a écrit : > +dev->flags = (flags & > +(IFF_BROADCAST | IFF_DEBUG | IFF_LOOPBACK | > + IFF_POINTOPOINT | IFF_NOTRAILERS | IFF_RUNNING | > + IFF_NOARP | IFF_PROMISC | IFF_ALLMULTI | IFF_SLAVE > + |

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

2008-08-08 Thread Zheng Da
I copied the code from http://perso.hurdfr.org/mmenal/promisc.patch. I think only the root should be able to set the flags. Zheng Da On Fri, Aug 8, 2008 at 9:33 PM, Samuel Thibault < [EMAIL PROTECTED]> wrote: > Hello, > > zhengda, le Fri 08 Aug 2008 06:44:16 +0200, a écrit : > > +dev->flags