From owner-svn-src-stable@FreeBSD.ORG Sun Jul 20 01:21:21 2014 Return-Path: Delivered-To: svn-src-stable@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 8EEE74D3; Sun, 20 Jul 2014 01:21:21 +0000 (UTC) Received: from mail-we0-x230.google.com (mail-we0-x230.google.com [IPv6:2a00:1450:400c:c03::230]) (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 A651F2162; Sun, 20 Jul 2014 01:21:20 +0000 (UTC) Received: by mail-we0-f176.google.com with SMTP id q58so6082291wes.7 for ; Sat, 19 Jul 2014 18:21:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=HJXeUH0mtohUKn3fhMFcCYYZ3teM0w8pjpwH3/fiXI8=; b=q9LEfQ40lveMJ73kAvyDVNqJKKQsKE6H/JTp/VuXni0mz/cWBm5J5oHSnMSZY/oMUc 1sd2TlJfToJRDi1JVDDBxeSIp9msZEykaTKrBUkddQkJuZSJstGYbxzLo8pxHFxbec9j M8OPSawST8B6un4j/sMcFRxK+r7X9ENxaSMTTMcsfVfCpDcD37Nka3Np1afjPv1rZsMR Hs0c6m/Pq25SYm1m/t0tLy29XT9/zFcurdrrbKWBeZkJ4pgK8clEn57OQ1zgMfAUYFTg gB99ORbaRv2VG1px1u544Q75LhazwY5BfOvDN8bSedu4YKXa5g0N4ebn1/awTvRv7uL8 /Kdw== X-Received: by 10.195.11.132 with SMTP id ei4mr868531wjd.95.1405819278775; Sat, 19 Jul 2014 18:21:18 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id jy8sm25813740wjc.7.2014.07.19.18.21.17 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 19 Jul 2014 18:21:17 -0700 (PDT) Sender: Baptiste Daroussin Date: Sun, 20 Jul 2014 03:21:15 +0200 From: Baptiste Daroussin To: Steven Hartland Subject: Re: svn commit: r268900 - stable/10/lib/libfetch Message-ID: <20140720012112.GA26778@ivaldir.etoilebsd.net> References: <201407200029.s6K0TgEU074162@svn.freebsd.org> <32EEE9A6E8FE4D6FBE0E8CD53F2709CE@multiplay.co.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vkogqOf2sHV7VnPd" Content-Disposition: inline In-Reply-To: <32EEE9A6E8FE4D6FBE0E8CD53F2709CE@multiplay.co.uk> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-10@freebsd.org X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jul 2014 01:21:21 -0000 --vkogqOf2sHV7VnPd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 20, 2014 at 02:02:48AM +0100, Steven Hartland wrote: > poll isnt documented as ever returning EAGAIN, are the docs for poll inco= rrect > or does that part of this patch require reverting? >=20 > Regards > Steve Hence the comment about the POSIX compatibility, libfetch can work on other operating systems where poll can return EAGAIN according to POSIX: http://pubs.opengroup.org/onlinepubs/009695399/functions/poll.html This kib's comment here: http://lists.freebsd.org/pipermail/svn-src-head/2014-July/060314.html regards, Bapt --vkogqOf2sHV7VnPd Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlPLGYgACgkQ8kTtMUmk6ExnJQCff0hdClN0s7BJYdwdBw8y/0dp PnoAnjXqs2qKZamx0mCBqo8e5qOUjY9v =7AFv -----END PGP SIGNATURE----- --vkogqOf2sHV7VnPd--