From owner-freebsd-hackers@FreeBSD.ORG Fri Nov 14 07:37:26 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21EC316A4CF for ; Fri, 14 Nov 2003 07:37:26 -0800 (PST) Received: from bast.unixathome.org (bast.unixathome.org [66.11.174.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0347B43F75 for ; Fri, 14 Nov 2003 07:37:24 -0800 (PST) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 30CE93D28; Fri, 14 Nov 2003 10:37:23 -0500 (EST) From: "Dan Langille" To: Daniel Eischen Date: Fri, 14 Nov 2003 10:37:23 -0500 MIME-Version: 1.0 Message-ID: <3FB4B063.19806.9D792B7@localhost> Priority: normal In-reply-to: <3FB4A988.15769.9BCCC68@localhost> References: <3F683824.14446.AB8FEDA@localhost> X-mailer: Pegasus Mail for Windows (v4.02a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body cc: hackers@freebsd.org Subject: Re: [PATCH] : libc_r/uthread/uthread_write.c X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2003 15:37:26 -0000 On 14 Nov 2003 at 10:08, Dan Langille wrote: > Daniel: It appears the patch which was comitted didn't include > everything it should. I blame myself because the patch below > contains both debugging code and is reversed. I will submit a PR > with a patch. In brief, what is missing is: > > + if (n == 0) { > + break; > + } > + See http://www.freebsd.org/cgi/query-pr.cgi?pr=59291 Please don't commit this until I've checked something else out first. I am 100% sure this is correct, but I want it to be validated by testing on other systems first. I suspect this will be completed within a week or so. cheers -- Dan Langille : http://www.langille.org/