From owner-freebsd-current Sat Jul 18 02:04:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03804 for freebsd-current-outgoing; Sat, 18 Jul 1998 02:04:40 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03799 for ; Sat, 18 Jul 1998 02:04:34 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.1/8.9.0) id SAA03462; Sat, 18 Jul 1998 18:34:10 +0930 (CST) Message-ID: <19980718183410.F957@freebie.lemis.com> Date: Sat, 18 Jul 1998 18:34:10 +0930 From: Greg Lehey To: Brian Feldman Cc: FreeBSD current users Subject: Re: State of current... References: <199807171555.IAA02118@rah.star-gate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: ; from Brian Feldman on Fri, Jul 17, 1998 at 04:54:52PM -0400 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Friday, 17 July 1998 at 16:54:52 -0400, Brian Feldman wrote: > 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); > /* That seems to have done the trick for me, too. Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message