Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jun 1998 23:48:33 PDT
From:      Bill Fenner <fenner@parc.xerox.com>
To:        freebsd-net@FreeBSD.ORG, ymc@eecs.umich.edu
Cc:        fenner@parc.xerox.com
Subject:   Re: something is wrong with freebsd (fwd)
Message-ID:  <199807010648.XAA00291@fenestro.parc.xerox.com>

next in thread | raw e-mail | index | archive | help
This fixes the problem for me, and I don't think it introduces any
undesired side effects.

  Bill

--- kern/uipc_socket.c.orig	Tue Jun 30 23:03:30 1998
+++ kern/uipc_socket.c	Tue Jun 30 23:04:11 1998
@@ -443,6 +443,7 @@
 				mlen = MCLBYTES;
 				len = min(min(mlen, resid), space);
 			} else {
+				atomic = 1;
 nopages:
 				len = min(min(mlen, resid), space);
 				/*

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807010648.XAA00291>