Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Darren Reed <darrenr@netbsd.org>
List: source-changes
Date: 10/27/1999 04:54:56
Module Name: syssrc
Committed By: darrenr
Date: Wed Oct 27 11:54:56 UTC 1999
Modified Files:
syssrc/sys/kern: uipc_syscalls.c
Log Message:
patch from Greg A. Woods to fix panic problems with code that attempts to
recover from failures to accept a socket successfully. Problem suggested
by this:
> It would appear (from two "panic: closef: count < 0" failures in less
> than 12 hours) that Darren's fix to accept(2) for lost file descriptors
> isn't quite correct. His fix inserts a call to closef() to handle one
> of several possible error conditions. However everywhere else in the
> socket code in the same file where falloc() cleanup is necessary the
> function used is ffree().
To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 syssrc/sys/kern/uipc_syscalls.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.