[PATCH] pipe2 for Linuxulator

2012-04-10 Thread Jung-uk Kim
Th attached patch implements pipe2 syscall for Linuxulator, which is quite trivial. Although it was added in Linux 2.6.27 (thanks, netchild!), it is often used by popular Linux applications, e.g., Adobe Flash plugin. Please note linux_pipe() was moved from MD files to sys/compat/linux/linux_f

Re: [PATCH] pipe2 for Linuxulator

2012-04-10 Thread Jung-uk Kim
On Tuesday 10 April 2012 06:56 pm, Jung-uk Kim wrote: > Th attached patch implements pipe2 syscall for Linuxulator, which > is quite trivial. Although it was added in Linux 2.6.27 (thanks, > netchild!), it is often used by popular Linux applications, e.g., > Adobe Flash plugin. Please note linux_

Re: [PATCH] pipe2 for Linuxulator

2012-04-10 Thread Jung-uk Kim
On Tuesday 10 April 2012 07:39 pm, Jung-uk Kim wrote: > On Tuesday 10 April 2012 06:56 pm, Jung-uk Kim wrote: > > Th attached patch implements pipe2 syscall for Linuxulator, which > > is quite trivial. Although it was added in Linux 2.6.27 (thanks, > > netchild!), it is often used by popular Linux