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
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_
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