summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_event.c
Commit message (Expand)AuthorAgeFilesLines
* When write(2) on eventfd object fails with the error EAGAIN do not returndchagin2016-03-261-0/+2
* Implement O_NONBLOCK flag via fcntl(F_SETFL) for eventfd object.dchagin2016-03-261-1/+18
* Allow the creation of kqueues with a restricted set of Capsicum rights.ed2015-08-051-1/+1
* Add EPOLLRDHUP support.dchagin2015-06-201-0/+4
* Implement epoll_pwait() system call.dchagin2015-05-241-10/+54
* Add EPOLLERR flag handling to epoll.dchagin2015-05-241-1/+5
* As fo_fill_kinfo() does not check fo_fill_kinfo to NULLdchagin2015-05-241-0/+12
* Implement eventfd system call.dchagin2015-05-241-0/+330
* Implement epoll family system calls. This is a tiny wrapperdchagin2015-05-241-0/+500
OpenPOWER on IntegriCloud