Re: [patch 0/3] clone64() and unshare64() syscalls

2008-02-12 Thread Serge E. Hallyn
Quoting [EMAIL PROTECTED] ([EMAIL PROTECTED]): > yet another try to extend the clone flags and probably not the last ! > > This patchset adds 2 new syscalls : > > long sys_clone64(unsigned long flags_high, unsigned long flags_low, > unsigned long newsp); > > long sys_unsh

[patch 0/3] clone64() and unshare64() syscalls

2008-02-11 Thread clg
yet another try to extend the clone flags and probably not the last ! This patchset adds 2 new syscalls : long sys_clone64(unsigned long flags_high, unsigned long flags_low, unsigned long newsp); long sys_unshare64(unsigned long flags_high, unsigned long flags_low); Th