[PATCH] pipe2 for Linuxulator

Jung-uk Kim jkim at FreeBSD.org
Mon Apr 16 21:33:35 UTC 2012


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_pipe() was moved from MD
> files to sys/compat/linux/linux_file.c because both amd64 and i386
> versions looked the same and I failed to see any reason.  I also
> changed file descriptor argument from l_ulong * to l_int *, which
> seemed more appropriate.  Any objections?

Sligthly different version is now committed on head as r234352 and 
r234354.

Jung-uk Kim


More information about the freebsd-emulation mailing list