NetBSD-Bugs archive

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

PR/55690 CVS commit: [netbsd-10] src/sys/kern



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55690 CVS commit: [netbsd-10] src/sys/kern
Date: Sat, 20 Jul 2024 14:37:05 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Sat Jul 20 14:37:05 UTC 2024
 
 Modified Files:
 	src/sys/kern [netbsd-10]: uipc_socket.c
 
 Log Message:
 Pull up following revision(s) (requested by jdolecek in ticket #741):
 
 	sys/kern/uipc_socket.c: revision 1.309
 
 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.302.4.1 -r1.302.4.2 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