Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | linux(4): Convert flags in timerfd_create | Vico Chen | 2023-09-05 | 1 | -0/+3 |
* | timerfd: Move implementation from linux compat to sys/kern | Jake Freeland | 2023-08-24 | 1 | -11/+0 |
* | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | Drop rdivacky@ "All rights reserved" from linux_event. | Dmitry Chagin | 2021-07-20 | 1 | -1/+0 |
* | Drop "All rights reserved" from my copyright statements. | Dmitry Chagin | 2021-07-20 | 1 | -1/+1 |
* | Linux epoll: Register events with zero event mask | Vladimir Kondratyev | 2019-11-24 | 1 | -2/+2 |
* | Implement timerfd family syscalls. | Dmitry Chagin | 2017-02-26 | 1 | -0/+11 |
* | Add EPOLLRDHUP support. | Dmitry Chagin | 2015-06-20 | 1 | -1/+1 |
* | Add EPOLLERR flag handling to epoll. | Dmitry Chagin | 2015-05-24 | 1 | -1/+1 |
* | Implement eventfd system call. | Dmitry Chagin | 2015-05-24 | 1 | -0/+2 |
* | Implement epoll family system calls. This is a tiny wrapper | Dmitry Chagin | 2015-05-24 | 1 | -0/+58 |