From owner-svn-src-all@FreeBSD.ORG Sat Feb 11 04:52:32 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 801A6106566B; Sat, 11 Feb 2012 04:52:32 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 8CFBE8FC08; Sat, 11 Feb 2012 04:52:31 +0000 (UTC) Received: by wgbdq11 with SMTP id dq11so3504583wgb.31 for ; Fri, 10 Feb 2012 20:52:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=1YYr0EONly28Uf1/nT4TPXM+QwOSMK/EhrWuog8SRJw=; b=GsLPvS3ixxhAyKkhCHqJbGKmU2OmFwOQXDBac2GVCi8vGnrGZpcd4OnEWkoIyjfOPQ +7C7K6kGBNaQ0c+c7CeTsNSD/iliU75sSxDpekgh0WyhHnwtE3EpcjAJM6SNWPquGspA 8eItdmD7E7m0SdFWoCHS+oRN6IHJdEntIJrQs= Received: by 10.216.135.138 with SMTP id u10mr1763160wei.43.1328935950249; Fri, 10 Feb 2012 20:52:30 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.223.103.10 with HTTP; Fri, 10 Feb 2012 20:52:00 -0800 (PST) In-Reply-To: <201202102216.q1AMGI0m098192@svn.freebsd.org> References: <201202102216.q1AMGI0m098192@svn.freebsd.org> From: Eitan Adler Date: Fri, 10 Feb 2012 23:52:00 -0500 X-Google-Sender-Auth: iR4ff0MEQUSrgbEBA2KIUSBd-Ho Message-ID: To: Martin Cracauer Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQk8FL/RM5URDI6H31BCEqgcSvoPIGF25lbUwmqysrM0XRd/oBGp5nhYu3XMi0wAUcjG1b7e Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r231449 - head/usr.bin/tee X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2012 04:52:32 -0000 On Fri, Feb 10, 2012 at 5:16 PM, Martin Cracauer wro= te: > Author: cracauer > Date: Fri Feb 10 22:16:17 2012 > New Revision: 231449 > URL: http://svn.freebsd.org/changeset/base/231449 > > Log: > =C2=A0Fix bin/164947: tee looses data when writing to non-blocking file d= escriptors > =C2=A0tee was not handling EAGAIN > =C2=A0patch submitted by Diomidis Spinellis . Thanks so much > =C2=A0reproduced and re-tested locally Can you please include the standard lines for the commit log (PR, Submitted by, etc). Some of us have scripts that depend on those fields. --=20 Eitan Adler Source & Ports committer X11, Bugbusting teams