NetBSD-Bugs archive

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

PR/57659 CVS commit: src



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57659 CVS commit: src
Date: Fri, 25 Sep 2026 01:10:45 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Fri Sep 25 01:10:45 UTC 2026
 
 Modified Files:
 	src/sys/kern: uipc_syscalls.c
 	src/tests/kernel: t_fdrestart.c
 
 Log Message:
 connect(2): Fix wakeup if the fd is concurrently closed.
 
 PR kern/57659: closing pipe writefd fails to wake concurrent write on
 same writefd
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.215 -r1.216 src/sys/kern/uipc_syscalls.c
 cvs rdiff -u -r1.8 -r1.9 src/tests/kernel/t_fdrestart.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