NetBSD-Bugs archive

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

Re: PR/48292 CVS commit: src/sys/kern



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

From: Justin Cormack <justin%specialbusservice.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: kern-bug-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, 
netbsd-bugs%netbsd.org@localhost
Subject: Re: PR/48292 CVS commit: src/sys/kern
Date: Sat, 12 Oct 2013 11:13:17 +0100

 On Wed, Oct 9, 2013 at 8:00 PM, Christos Zoulas 
<christos%netbsd.org@localhost> wrote:
 > The following reply was made to PR kern/48292; it has been noted by GNATS.
 >
 > From: "Christos Zoulas" <christos%netbsd.org@localhost>
 > To: gnats-bugs%gnats.NetBSD.org@localhost
 > Cc:
 > Subject: PR/48292 CVS commit: src/sys/kern
 > Date: Wed, 9 Oct 2013 14:55:56 -0400
 >
 >  Module Name:   src
 >  Committed By:  christos
 >  Date:          Wed Oct  9 18:55:56 UTC 2013
 >
 >  Modified Files:
 >         src/sys/kern: uipc_syscalls.c
 >
 >  Log Message:
 >  PR/48292: Justin Cormack: paccept creates sockets that cannot be made 
 > blocking
 >  Reset the socket flags not just the file flags for non-blocking I/O.
 >  XXX: pullup 6
 >
 >
 >  To generate a diff of this commit:
 >  cvs rdiff -u -r1.163 -r1.164 src/sys/kern/uipc_syscalls.c
 
 Thanks, I have tested this and this does fix the issue.
 
 (this came up from the test suite of my NetBSD Lua bindings
 https://github.com/justincormack/ljsyscall BTW).
 
 Justin
 


Home | Main Index | Thread Index | Old Index