Re: Linux epoll(7) patch

2013-08-05 Thread Yuri
On 08/05/2013 08:39, Mateusz Guzik wrote: What happens to fd after the fork? Is it closed or simply remains non-functional? If the former, I suggest the patch is altered to leave fd with badfdops in place so that epoll users get less surprised. I will try to alter it this way. However, there i

Re: Linux epoll(7) patch

2013-08-05 Thread Mark Felder
On Mon, Aug 5, 2013, at 10:36, Sam Fourman Jr. wrote: > > epoll is needed to get the linux version of plex media server working in > FreeNAS, > however in the last month or so it looks as if a FreeBSD native app has > been released > I'm working closely with Elan (head of Plex) and expect to be

Re: Linux epoll(7) patch

2013-08-05 Thread Mateusz Guzik
On Mon, Aug 05, 2013 at 05:25:56PM +0200, Roman Divacky wrote: > On Mon, Aug 05, 2013 at 08:22:05AM -0700, Alfred Perlstein wrote: > > On 8/5/13 2:36 AM, Yuri wrote: > > > There is the patch, suggested by Roman Divacky, implementing Linux > > > epoll(7) functionality: > > > http://rys.vlakno.cz/~

Re: Linux epoll(7) patch

2013-08-05 Thread Sam Fourman Jr.
> The glory days of the Linuxulator were around FreeBSD 6 when basically > everything ran and often it ran much faster. We could really use a > revival of this with the FreeBSD 10 release... > ___ > freebsd-current@freebsd.org mailing list > http://lists.

Re: Linux epoll(7) patch

2013-08-05 Thread Roman Divacky
On Mon, Aug 05, 2013 at 08:22:05AM -0700, Alfred Perlstein wrote: > On 8/5/13 2:36 AM, Yuri wrote: > > There is the patch, suggested by Roman Divacky, implementing Linux > > epoll(7) functionality: > > http://rys.vlakno.cz/~rdivacky/patches/linux_epoll.patch > > > > This patch was suggested 5 yea

Re: Linux epoll(7) patch

2013-08-05 Thread Mark Felder
On Mon, Aug 5, 2013, at 10:22, Alfred Perlstein wrote: > The patch is small. I too am wondering why it's not committed, was > there any push back? > The glory days of the Linuxulator were around FreeBSD 6 when basically everything ran and often it ran much faster. We could really use a revival

Re: Linux epoll(7) patch

2013-08-05 Thread Alfred Perlstein
On 8/5/13 2:36 AM, Yuri wrote: There is the patch, suggested by Roman Divacky, implementing Linux epoll(7) functionality: http://rys.vlakno.cz/~rdivacky/patches/linux_epoll.patch This patch was suggested 5 years ago and was discussed on emulation@: http://lists.freebsd.org/pipermail/freebsd-em

Linux epoll(7) patch

2013-08-05 Thread Yuri
There is the patch, suggested by Roman Divacky, implementing Linux epoll(7) functionality: http://rys.vlakno.cz/~rdivacky/patches/linux_epoll.patch This patch was suggested 5 years ago and was discussed on emulation@: http://lists.freebsd.org/pipermail/freebsd-emulation/2008-March/004409.html h