From owner-freebsd-current@FreeBSD.ORG Thu Oct 2 09:08:47 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92DC016A4B3 for ; Thu, 2 Oct 2003 09:08:47 -0700 (PDT) Received: from bast.unixathome.org (bast.unixathome.org [66.11.174.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id E08F643FF2 for ; Thu, 2 Oct 2003 09:08:44 -0700 (PDT) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id EE3373D28 for ; Thu, 2 Oct 2003 12:08:17 -0400 (EDT) From: "Dan Langille" To: current@freebsd.org Date: Thu, 02 Oct 2003 12:09:53 -0400 MIME-Version: 1.0 Message-ID: <3F7C1591.9350.43C7BD72@localhost> Priority: normal In-reply-to: <200309291341.h8TDfQbg068090@repoman.freebsd.org> X-mailer: Pegasus Mail for Windows (v4.02a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Subject: libc_r's wrapped version of write() X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2003 16:08:47 -0000 It's been just over three days since this was committed. No problem reports have arrived, but that may be because this fringe case hasn't been tested. A test is a tape backup which exceeds the tape size (i.e. spans two tapes). Can anyone try that test for me please? On 29 Sep 2003 at 6:41, Daniel Eischen wrote: > deischen 2003/09/29 06:41:26 PDT > > FreeBSD src repository > > Modified files: > lib/libc_r/uthread uthread_write.c > Log: > If __sys_write() returns 0, allow that to exit the loop in libc_r's > wrapped version of write() . > > Submitted by: dan@langille.org > > Revision Changes Path > 1.22 +2 -2 src/lib/libc_r/uthread/uthread_write.c -- Dan Langille : http://www.langille.org/