Hi,
On Mon, Aug 03, 2009 at 08:20:19PM +0300, Sergiu Ivanov wrote:
> On Sat, Jul 18, 2009 at 06:33:11AM +0200, olafbuddenha...@gmx.net wrote:
> > On Thu, Jul 16, 2009 at 01:04:06PM +0300, Sergiu Ivanov wrote:
> > And I still don't like "np".
>
> I looked through unionfs again and I can confirm t
Hi,
On Sun, Aug 02, 2009 at 02:05:30PM +0200, Thomas Schwinge wrote:
> Now, for publishing last years' GSoC projects etc., we'd need another
> bunch of 'em: for the projects that create new ``modules'' (procfs,
> LISP stuff, libchannel, eth-filter, eth-multiplexer, proc_proxy,
> nsmux, ...) -- I'
Hi,
On Mon, Aug 03, 2009 at 08:41:15PM +0300, Sergiu Ivanov wrote:
> + if ((err = asprintf (&buf, "%s=\"%s\"", OPT_LONG (OPT_LONG_MOUNT),
> +mountee_cl)) == -1)
> + {
> + free (mountee_cl);
> + return ENOMEM;
> + }
> +
> + err = argz_add (argz
Hi,
On Tue, Aug 04, 2009 at 12:19:28PM +0200, Arne Babenhauserheide wrote:
> Am Dienstag, 4. August 2009 07:20:05 schrieb Sergiu Ivanov:
> > You'd better ask antrik or Zheng. They seem to posses the required
> > information.
>
> I forwarded the question to antrik.
I read all posts on this lis
Hi,
On Mon, Aug 03, 2009 at 08:46:17PM +0300, Sergiu Ivanov wrote:
> On Sat, Jul 18, 2009 at 07:11:47AM +0200, olafbuddenha...@gmx.net wrote:
> > On Mon, Jul 13, 2009 at 11:17:15PM +0300, Sergiu Ivanov wrote:
> > > The best situation would be if the file handle could be easily
> > > avoided, on w
Hi,
On Mon, Aug 03, 2009 at 10:39:51PM +0300, Sergiu Ivanov wrote:
> On Wed, Jul 29, 2009 at 09:27:10AM +0200, olafbuddenha...@gmx.net wrote:
> > On Fri, Jul 17, 2009 at 01:56:57PM +0300, Sergiu Ivanov wrote:
> > > +/* Shows the mode in which the current instance of unionmount
> > > + operates
Hi,
On Mon, Aug 03, 2009 at 08:59:15PM +0300, Sergiu Ivanov wrote:
> On Sat, Jul 18, 2009 at 07:21:59AM +0200, olafbuddenha...@gmx.net
> wrote:
> > It *might* be useful to union-mount the bootstrap filesystem -- I'm
> > just not sure whether it's even possible in theory :-)
>
> I think I must as
Hi,
On Mon, Aug 03, 2009 at 07:12:22PM +0200, Thomas Schwinge wrote:
> There are two ways to use it: either the GNU Mach RPCs
> i386_io_perm_create and i386_io_perm_modify (see
> [gnumach]/i386/include/mach/i386/mach_i386.defs) can directly be used,
> or the more standard (at least on x86) glibc
Hello,
On Fri, Aug 07, 2009 at 09:30:22PM +0200, olafbuddenha...@gmx.net wrote:
> On Mon, Aug 03, 2009 at 08:41:15PM +0300, Sergiu Ivanov wrote:
>
> > + if ((err = asprintf (&buf, "%s=\"%s\"", OPT_LONG (OPT_LONG_MOUNT),
> > + mountee_cl)) == -1)
> > + {
> > + free
Hello,
On Sat, Aug 08, 2009 at 04:53:29AM +0200, olafbuddenha...@gmx.net wrote:
> On Mon, Aug 03, 2009 at 10:39:51PM +0300, Sergiu Ivanov wrote:
> > On Wed, Jul 29, 2009 at 09:27:10AM +0200, olafbuddenha...@gmx.net wrote:
> > > On Fri, Jul 17, 2009 at 01:56:57PM +0300, Sergiu Ivanov wrote:
>
> >
Hello,
On Fri, Aug 07, 2009 at 07:58:34PM +0200, olafbuddenha...@gmx.net wrote:
> On Mon, Aug 03, 2009 at 08:20:19PM +0300, Sergiu Ivanov wrote:
> > On Sat, Jul 18, 2009 at 06:33:11AM +0200, olafbuddenha...@gmx.net wrote:
> > > On Thu, Jul 16, 2009 at 01:04:06PM +0300, Sergiu Ivanov wrote:
>
> >
Hello,
On Fri, Aug 07, 2009 at 11:00:03PM +0200, olafbuddenha...@gmx.net wrote:
> On Mon, Aug 03, 2009 at 08:59:15PM +0300, Sergiu Ivanov wrote:
> > On Sat, Jul 18, 2009 at 07:21:59AM +0200, olafbuddenha...@gmx.net
> > wrote:
> > If so, unionmount could be used with a bootstrap filesystem in the
>
>From 3f7c8c06d40b587c1d455ed69a31984d5995c33b Mon Sep 17 00:00:00 2001
From: Sergiu Ivanov
Date: Tue, 4 Aug 2009 15:09:21 +0300
Subject: [PATCH] Fix some minor issues.
* eth-multiplexer/device_impl.c (ds_device_open): Check if
openstat flags are a subset of mode flags (not conversely).
* eth-mul
>From a5fed70ec0d00b4b4a5bc51bcc15b67b56521d55 Mon Sep 17 00:00:00 2001
From: Sergiu Ivanov
Date: Mon, 10 Aug 2009 01:25:26 +0300
Subject: [PATCH] Setup the node stat information in netfs_validate_stat.
* eth-multiplexer/device_impl.c (ds_device_open): Don't
set the stat information.
* eth-multip
>From 82f635e6ecafe74c70269babfb0e0bb0e7db99db Mon Sep 17 00:00:00 2001
From: Sergiu Ivanov
Date: Mon, 10 Aug 2009 20:13:26 +0300
Subject: [PATCH] Add the .MASTER node to the eth-multiplexer.
* eth-multiplexer/device_impl.c (ds_device_open): Handle
the .MASTER node specially.
* eth-multiplexer/mu
Hello,
While working on making eth-multiplexer support unionmount I
encountered several issues in the libnetfs-part of the multiplexer.
This patch series is intended to fix the most critical of this issues.
Regards,
scolobb
>From f80e4d6fbf270d0bcebc9f101da307633ab96f99 Mon Sep 17 00:00:00 2001
From: Sergiu Ivanov
Date: Mon, 10 Aug 2009 20:22:29 +
Subject: [PATCH] Add priority support to the filesystem of the mountee.
* mount.c (mountee_priority): New variable.
(setup_unionmount): Register the mountee with the s
>From 95210c2ff4daa226eea7127dc2878995d989abaf Mon Sep 17 00:00:00 2001
From: Sergiu Ivanov
Date: Mon, 10 Aug 2009 20:54:03 +
Subject: [PATCH] Fix the ``--priority'' option handling in netfs_append_args.
* netfs.c (netfs_append_args): Change the format specification
to ``%d''.
---
I've been
18 matches
Mail list logo