Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When write(2) on eventfd object fails with the error EAGAIN do not return | dchagin | 2016-03-26 | 1 | -0/+2 |
* | Implement O_NONBLOCK flag via fcntl(F_SETFL) for eventfd object. | dchagin | 2016-03-26 | 1 | -1/+18 |
* | Allow the creation of kqueues with a restricted set of Capsicum rights. | ed | 2015-08-05 | 1 | -1/+1 |
* | Add EPOLLRDHUP support. | dchagin | 2015-06-20 | 1 | -0/+4 |
* | Implement epoll_pwait() system call. | dchagin | 2015-05-24 | 1 | -10/+54 |
* | Add EPOLLERR flag handling to epoll. | dchagin | 2015-05-24 | 1 | -1/+5 |
* | As fo_fill_kinfo() does not check fo_fill_kinfo to NULL | dchagin | 2015-05-24 | 1 | -0/+12 |
* | Implement eventfd system call. | dchagin | 2015-05-24 | 1 | -0/+330 |
* | Implement epoll family system calls. This is a tiny wrapper | dchagin | 2015-05-24 | 1 | -0/+500 |