NetBSD-Bugs archive

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

PR/55690 CVS commit: src/sys/kern



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

From: "Jaromir Dolecek" <jdolecek%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55690 CVS commit: src/sys/kern
Date: Sun, 11 Feb 2024 13:01:29 +0000

 Module Name:	src
 Committed By:	jdolecek
 Date:		Sun Feb 11 13:01:29 UTC 2024
 
 Modified Files:
 	src/sys/kern: uipc_socket.c
 
 Log Message:
 make kqfilter() behave the same for PIPE_SOCKETPAIR pipe as it does
 for standard one - refuse EVFILT_WRITE if the reader is already disconnected
 
 fixes test failure for kernel/kqueue/write/t_pipe.c on PIPE_SOCKETPAIR kernel
 
 PR kern/55690
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.308 -r1.309 src/sys/kern/uipc_socket.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