Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jul 1998 16:54:52 -0400 (EDT)
From:      Brian Feldman <green@zone.baldcom.net>
To:        current@FreeBSD.ORG
Subject:   Re: State of current... 
Message-ID:  <Pine.BSF.3.96.980717165121.18124A-100000@zone.baldcom.net>
In-Reply-To: <199807171555.IAA02118@rah.star-gate.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Yes, this certainly does fix it. Anyone want to back out that delta?
Here's the patchlet to go back to the old version:

Index: src/sys/kern/uipc_socket.c
diff -u src/sys/kern/uipc_socket.c:1.41 src/sys/kern/uipc_socket.c:1.40
--- src/sys/kern/uipc_socket.c:1.41     Mon Jul  6 19:27:14 1998
+++ src/sys/kern/uipc_socket.c  Fri May 15 20:11:30 1998
@@ -31,7 +31,7 @@
  * SUCH DAMAGE.
  *
  *     @(#)uipc_socket.c       8.3 (Berkeley) 4/15/94
- *     $Id: uipc_socket.c,v 1.41 1998/07/06 19:27:14 fenner Exp $
+ *     $Id: uipc_socket.c,v 1.40 1998/05/15 20:11:30 wollman Exp $
  */

 #include <sys/param.h>
@@ -491,7 +491,6 @@
                                mlen = MCLBYTES;
                                len = min(min(mlen, resid), space);
                        } else {
-                               atomic = 1;
 nopages:
                                len = min(min(mlen, resid), space);
                                /*

Cheers,
Brian Feldman
P.S. Sorry, hope the patch doesn't insult anyone's intelligence.

On Fri, 17 Jul 1998, Amancio Hasty wrote:

> My guess is that the problems are due to the recent network patches.
> 
> 	Amancio
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-current" in the body of the message
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980717165121.18124A-100000>