Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
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