NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/56718 CVS commit: src/sys/kern



The following reply was made to PR kern/56718; it has been noted by GNATS.

From: "Jason R Thorpe" <thorpej%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56718 CVS commit: src/sys/kern
Date: Thu, 17 Feb 2022 16:28:29 +0000

 Module Name:	src
 Committed By:	thorpej
 Date:		Thu Feb 17 16:28:29 UTC 2022
 
 Modified Files:
 	src/sys/kern: sys_eventfd.c sys_timerfd.c
 
 Log Message:
 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
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.8 -r1.9 src/sys/kern/sys_eventfd.c
 cvs rdiff -u -r1.7 -r1.8 src/sys/kern/sys_timerfd.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index