svn commit: r314404 - head/sys/compat/linux

Conrad Meyer cem at freebsd.org
Tue Feb 28 20:26:01 UTC 2017


On Tue, Feb 28, 2017 at 11:55 AM, Dmitry Chagin <dchagin at freebsd.org> wrote:
> Author: dchagin
> Date: Tue Feb 28 19:55:16 2017
> New Revision: 314404
> URL: https://svnweb.freebsd.org/changeset/base/314404
>
> Log:
>   Linux epoll return EEXIST on case when op is EPOLL_CTL_ADD, and the supplied
>   file descriptor fd is already registered with this epoll instance.

Hi Dmitry,

Do we have an automated test suite for epoll behavior compliance?  If
you have some existing test programs you're using to determine
compatibility, it would be good to adapt those to a test framework and
commit them as well.

Thanks,
Conrad


More information about the svn-src-head mailing list