summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_event.h
Commit message (Collapse)AuthorAgeFilesLines
* MFC r284626:dchagin2016-01-091-1/+1
| | | | Add EPOLLRDHUP support.
* MFC r283470:dchagin2016-01-091-1/+1
| | | | Add EPOLLERR flag handling to epoll.
* MFC r283444:dchagin2016-01-091-0/+2
| | | | Implement eventfd system call.
* MFC r283441:dchagin2016-01-091-0/+58
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@.
OpenPOWER on IntegriCloud