https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240590
--- Comment #9 from commit-h...@freebsd.org --- A commit references this bug: Author: wulf Date: Sun Nov 24 20:47:40 UTC 2019 New revision: 355067 URL: https://svnweb.freebsd.org/changeset/base/355067 Log: Linux epoll: Register events with zero event mask Such an events are legal and should be interpreted as EPOLLERR | EPOLLHUP. Register a disabled kqueue event in that case as we do not support EPOLLHUP yet. Required by Linux Steam client. PR: 240590 Reported by: Alex S <iwt...@gmail.com> Reviewed by: emaste MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D22516 Changes: head/sys/compat/linux/linux_event.c head/sys/compat/linux/linux_event.h -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. _______________________________________________ freebsd-emulation@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"