--- - branch: MAIN date: Thu Feb 17 16:28:29 UTC 2022 files: - new: '1.9' old: '1.8' path: src/sys/kern/sys_eventfd.c pathrev: src/sys/kern/sys_eventfd.c@1.9 type: modified - new: '1.8' old: '1.7' path: src/sys/kern/sys_timerfd.c pathrev: src/sys/kern/sys_timerfd.c@1.8 type: modified id: 20220217T162829Z.097f37d20e2a785be5bd9ac158316640dee7be53 log: | Implement eventfd_ioctl() and handle FIONBIO so that fcntl(O_NONBLOCK) works. While here, also implement FIONREAD and FIONWRITE, and document why we don't implement FIONSPACE. Also implement FIONBIO and FIONREAD for in timerfd_ioctl() (for the same reason). PR kern/56718 module: src subject: 'CVS commit: src/sys/kern' unixtime: '1645115309' user: thorpej