NetBSD-Bugs archive

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

PR/26567 CVS commit: src/sys



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

From: David Laight <dsl%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/26567 CVS commit: src/sys
Date: Sat, 12 Dec 2009 21:28:04 +0000

 Module Name:   src
 Committed By:  dsl
 Date:          Sat Dec 12 21:28:04 UTC 2009
 
 Modified Files:
        src/sys/kern: sys_pipe.c
        src/sys/sys: pipe.h
 
 Log Message:
 Add support for unblocking read/write when close called.
 Fixes PR/26567 for pipes.
 (NB ad backed out the fix for sockets)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.122 -r1.123 src/sys/kern/sys_pipe.c
 cvs rdiff -u -r1.29 -r1.30 src/sys/sys/pipe.h
 
 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