History log of /freebsd-10-stable/sys/compat/linux/linux_event.h
Revision Date Author Comments
# 293606 09-Jan-2016 dchagin

MFC r284626:

Add EPOLLRDHUP support.


# 293571 09-Jan-2016 dchagin

MFC r283470:

Add EPOLLERR flag handling to epoll.


# 293549 09-Jan-2016 dchagin

MFC r283444:

Implement eventfd system call.


# 293546 09-Jan-2016 dchagin

MFC r283441:

Implement epoll family system calls. This is a tiny wrapper
around kqueue() to implement epoll subset of functionality.
The kqueue user data are 32bit on i386 which is not enough for
epoll user data, so we keep user data in the proc emuldata.

Initial patch developed by rdivacky@ in 2007, then extended
by Yuri Victorovich @ r255672 and finished by me
in collaboration with mjg@ and jillies@.