Re: Unionmount: proxying the control port

2009-07-11 Thread olafBuddenhagen
Hi, On Wed, Jul 08, 2009 at 09:39:06PM +0200, Carl Fredrik Hammar wrote: > On Wed, Jul 08, 2009 at 03:41:51PM +0300, Sergiu Ivanov wrote: > > On Tue, Jul 07, 2009 at 09:50:12PM +0200, Carl Fredrik Hammar wrote: > > > On Tue, Jul 07, 2009 at 08:55:37PM +0300, Sergiu Ivanov wrote: > > > > * fsys_se

Re: plan to work on user-level device drivers

2009-07-11 Thread olafBuddenhagen
Hi, On Wed, Jul 08, 2009 at 07:21:04PM +0200, Thomas Schwinge wrote: > What also could be done, and what I had in mind for a long time > already, is a simple driver for a SoundBlaster ISA card (again, no PCI > for now -- I don't know if PCI device registration actually is > difficult, but let's s

Re: [PATCH] Implement the sync libnetfs stubs.

2009-07-11 Thread olafBuddenhagen
Hi, On Wed, Jul 08, 2009 at 10:30:41PM +0300, Sergiu Ivanov wrote: > diff --git a/netfs.c b/netfs.c > index 89d1bf6..d8211e0 100644 > --- a/netfs.c > +++ b/netfs.c > @@ -1,7 +1,10 @@ > /* Hurd unionfs > - Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. > + Copyright (C) 2

Re: Unionmount: proxying the control port

2009-07-11 Thread olafBuddenhagen
Hi, On Tue, Jul 07, 2009 at 08:55:37PM +0300, Sergiu Ivanov wrote: > * fsys_goaway: Both the mountee and unionmount should go away. Actually, it should be sufficient to forward to the mountee -- in transparent mode, the unionmount translator should always go away automatically once the mountee i

Re: [PATCH] Orphan the mountee.

2009-07-11 Thread olafBuddenhagen
Hi, On Fri, Jul 10, 2009 at 06:58:53PM +0300, Sergiu Ivanov wrote: > diff --git a/mount.c b/mount.c > index f9a5257..fb6226d 100644 > --- a/mount.c > +++ b/mount.c > @@ -156,14 +156,6 @@ start_mountee (node_t * np, char * argz, size_t > argz_len, int flags, >if (err) > return err; > >

Re: Unionmount: proxying the control port

2009-07-11 Thread olafBuddenhagen
Hi, On Wed, Jul 08, 2009 at 03:41:51PM +0300, Sergiu Ivanov wrote: > I also checked the implementation of fsys_forward in libdiskfs and > found that it returns EOPNOTSUPP. Since libdiskfs usually has all > necessary stuff implemented properly (as different from libnetfs and > libtrivfs), I'd say

Re: News...

2009-07-11 Thread olafBuddenhagen
Hi, On Wed, Jul 08, 2009 at 12:38:28PM +0200, Arne Babenhauserheide wrote: > ## if push fails, fetch and rebase > > git fetch && git rebase origin/master-next_news git pull --rebase should do the same.

Re: Unionmount: proxying the control port

2009-07-11 Thread olafBuddenhagen
Hi, On Fri, Jul 10, 2009 at 12:18:58AM +0300, Sergiu Ivanov wrote: > On Wed, Jul 08, 2009 at 09:39:06PM +0200, Carl Fredrik Hammar wrote: > > On Wed, Jul 08, 2009 at 03:41:51PM +0300, Sergiu Ivanov wrote: > Also note that no other program but nfsd in the Hurd source tree uses > fsys_getfile and f

Re: GNU Mach -> Git

2009-07-11 Thread Thomas Schwinge
Hello! On Tue, Jun 09, 2009 at 12:40:04AM +0700, Ivan Shmakov wrote: > BTW, did the transition to Git already happen for GNU Mach > development tree, or is it still in CVS? Here it is: Regards, Thomas signature.asc Description:

Re: Moving to git

2009-07-11 Thread Thomas Schwinge
Hello! On Thu, Jul 02, 2009 at 11:05:50PM +0200, I wrote: > replace every ChangeLog file's content with information about how to get > back its former content, and that later in time the Git commit messages > are correct. This is now done; thanks to Olaf for suggesting a more straightforward word