From owner-freebsd-current Fri Jul 17 13:54:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA19786 for freebsd-current-outgoing; Fri, 17 Jul 1998 13:54:59 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from zone.baldcom.net (green@zone.BALDCOM.NET [205.232.46.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA19781 for ; Fri, 17 Jul 1998 13:54:54 -0700 (PDT) (envelope-from green@zone.baldcom.net) Received: from localhost (green@localhost) by zone.baldcom.net (8.8.8/8.8.7) with SMTP id QAA18133 for ; Fri, 17 Jul 1998 16:54:52 -0400 (EDT) Date: Fri, 17 Jul 1998 16:54:52 -0400 (EDT) From: Brian Feldman To: current@FreeBSD.ORG Subject: Re: State of current... In-Reply-To: <199807171555.IAA02118@rah.star-gate.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 @@ -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