From owner-svn-src-stable-10@FreeBSD.ORG Sun Jul 20 01:15:08 2014 Return-Path: Delivered-To: svn-src-stable-10@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE3B0361; Sun, 20 Jul 2014 01:15:08 +0000 (UTC) Received: from mail-oa0-x236.google.com (mail-oa0-x236.google.com [IPv6:2607:f8b0:4003:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6483520D6; Sun, 20 Jul 2014 01:15:08 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id n16so5604850oag.27 for ; Sat, 19 Jul 2014 18:15:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=cPEEMB6e1FHr/u+4mW0Rx6ttz45SwQeGDpw3ITtom7s=; b=xj9pR0mDpa7oShgK28mkjry/iht9cs9ExR8rx0fjzJOaCaIBT6Eo5Q/OYxSS7MHkqN 0uhhk3jJenOssBy+0tU1z0pKbmgrXzJMxt0criJLPRFzN9YY9kWZMTzMNZ3CDpvJv1Rl dnnJCyoBGZthnGiJvXSefKYY+wO4RAY+xF+T80PSO6p516jcQRgHfPrq2bE+lIiXZGj5 ZmPaKhD1ZQY0tJX2kiIoVUgf8IqbxziyPSP2uMEXGFr8dAAtMg00OkSM70PYqU8kI/kt vX+AojkZS+tnLd8omUAt5LNdDHF85jo7emQ14XWga4y5soVs+B1Gv2xAyrPkPXzIfo7R HU7A== MIME-Version: 1.0 X-Received: by 10.60.116.166 with SMTP id jx6mr22222190oeb.6.1405818907733; Sat, 19 Jul 2014 18:15:07 -0700 (PDT) Received: by 10.182.142.34 with HTTP; Sat, 19 Jul 2014 18:15:07 -0700 (PDT) In-Reply-To: <32EEE9A6E8FE4D6FBE0E8CD53F2709CE@multiplay.co.uk> References: <201407200029.s6K0TgEU074162@svn.freebsd.org> <32EEE9A6E8FE4D6FBE0E8CD53F2709CE@multiplay.co.uk> Date: Sat, 19 Jul 2014 21:15:07 -0400 Message-ID: Subject: Re: svn commit: r268900 - stable/10/lib/libfetch From: Benjamin Kaduk To: Steven Hartland Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: svn-src-stable@freebsd.org, Baptiste Daroussin , "src-committers@freebsd.org" , svn-src-stable-10@freebsd.org, "svn-src-all@freebsd.org" X-BeenThere: svn-src-stable-10@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jul 2014 01:15:08 -0000 On Sat, Jul 19, 2014 at 9:02 PM, Steven Hartland wrote: > poll isnt documented as ever returning EAGAIN, are the docs for poll > incorrect > or does that part of this patch require reverting? > This was covered after the initial commit to head; see http://lists.freebsd.org/pipermail/svn-src-head/2014-July/060301.html -Ben