Re: [PATCH v2 22/46] vfork: Use fork if arch does not have the vfork syscall

2012-11-28 Thread Vineet Gupta
On Wednesday 28 November 2012 04:57 AM, Rich Felker wrote: > On Tue, Nov 27, 2012 at 02:09:36PM +0530, Vineet Gupta wrote: >>> diff --git a/libc/sysdeps/linux/common/vfork.c >>> b/libc/sysdeps/linux/common/vfork.c >>> index e7c9208..377418c 100644 >>> --- a/libc/sysdeps/linux/common/vfork.c >>> ++

Re: [PATCH v2 22/46] vfork: Use fork if arch does not have the vfork syscall

2012-11-28 Thread Markos Chandras
On 27 November 2012 23:27, Rich Felker wrote: > On Tue, Nov 27, 2012 at 02:09:36PM +0530, Vineet Gupta wrote: >> > diff --git a/libc/sysdeps/linux/common/vfork.c >> > b/libc/sysdeps/linux/common/vfork.c >> > index e7c9208..377418c 100644 >> > --- a/libc/sysdeps/linux/common/vfork.c >> > +++ b/lib

Re: [PATCH v2 22/46] vfork: Use fork if arch does not have the vfork syscall

2012-11-27 Thread Rich Felker
On Tue, Nov 27, 2012 at 02:09:36PM +0530, Vineet Gupta wrote: > > diff --git a/libc/sysdeps/linux/common/vfork.c > > b/libc/sysdeps/linux/common/vfork.c > > index e7c9208..377418c 100644 > > --- a/libc/sysdeps/linux/common/vfork.c > > +++ b/libc/sysdeps/linux/common/vfork.c > > @@ -4,13 +4,27 @@ >

Re: [PATCH v2 22/46] vfork: Use fork if arch does not have the vfork syscall

2012-11-27 Thread Markos Chandras
On 27 November 2012 09:02, Vineet Gupta wrote: > On Tuesday 27 November 2012 02:09 PM, Vineet Gupta wrote: >> On Monday 26 November 2012 07:54 PM, Markos Chandras wrote: >>> From: Markos Chandras >>> >>> Signed-off-by: Markos Chandras >>> --- >>> libc/sysdeps/linux/common/vfork.c | 16 +

Re: [PATCH v2 22/46] vfork: Use fork if arch does not have the vfork syscall

2012-11-27 Thread Vineet Gupta
On Tuesday 27 November 2012 02:09 PM, Vineet Gupta wrote: > On Monday 26 November 2012 07:54 PM, Markos Chandras wrote: >> From: Markos Chandras >> >> Signed-off-by: Markos Chandras >> --- >> libc/sysdeps/linux/common/vfork.c | 16 +++- >> 1 file changed, 15 insertions(+), 1 deletion

Re: [PATCH v2 22/46] vfork: Use fork if arch does not have the vfork syscall

2012-11-27 Thread Vineet Gupta
On Monday 26 November 2012 07:54 PM, Markos Chandras wrote: > From: Markos Chandras > > Signed-off-by: Markos Chandras > --- > libc/sysdeps/linux/common/vfork.c | 16 +++- > 1 file changed, 15 insertions(+), 1 deletion(-) > > diff --git a/libc/sysdeps/linux/common/vfork.c > b/libc

[PATCH v2 22/46] vfork: Use fork if arch does not have the vfork syscall

2012-11-26 Thread Markos Chandras
From: Markos Chandras Signed-off-by: Markos Chandras --- libc/sysdeps/linux/common/vfork.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/libc/sysdeps/linux/common/vfork.c b/libc/sysdeps/linux/common/vfork.c index e7c9208..377418c 100644 --- a/libc/sysdeps