From owner-svn-src-head@FreeBSD.ORG Wed Apr 1 14:56:20 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 45AAC766; Wed, 1 Apr 2015 14:56:20 +0000 (UTC) Received: from relay.mailchannels.net (si-002-i66.relay.mailchannels.net [184.154.112.240]) by mx1.freebsd.org (Postfix) with ESMTP id 1CF7198D; Wed, 1 Apr 2015 14:56:17 +0000 (UTC) X-Sender-Id: duocircle|x-authuser|hippie Received: from smtp5.ore.mailhop.org (ip-10-213-14-133.us-west-2.compute.internal [10.213.14.133]) by relay.mailchannels.net (Postfix) with ESMTPA id 11B43640E1; Wed, 1 Apr 2015 14:18:22 +0000 (UTC) X-Sender-Id: duocircle|x-authuser|hippie Received: from smtp5.ore.mailhop.org (smtp5.ore.mailhop.org [10.21.145.197]) (using TLSv1 with cipher DHE-RSA-AES256-SHA) by 0.0.0.0:2500 (trex/5.4.8); Wed, 01 Apr 2015 14:18:22 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: duocircle|x-authuser|hippie X-MailChannels-Auth-Id: duocircle X-MC-Loop-Signature: 1427897902227:4257096398 X-MC-Ingress-Time: 1427897902226 Received: from c-73-34-117-227.hsd1.co.comcast.net ([73.34.117.227] helo=ilsoft.org) by smtp5.ore.mailhop.org with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.82) (envelope-from ) id 1YdJTI-0007H1-Bj; Wed, 01 Apr 2015 14:18:20 +0000 Received: from revolution.hippie.lan (revolution.hippie.lan [172.22.42.240]) by ilsoft.org (8.14.9/8.14.9) with ESMTP id t31EIHxq061590; Wed, 1 Apr 2015 08:18:17 -0600 (MDT) (envelope-from ian@freebsd.org) X-Mail-Handler: DuoCircle Outbound SMTP X-Originating-IP: 73.34.117.227 X-Report-Abuse-To: abuse@duocircle.com (see https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information for abuse reporting information) X-MHO-User: U2FsdGVkX19FJhA63yVH+NbDnUX1GFqy Message-ID: <1427897897.82583.62.camel@freebsd.org> Subject: Re: svn commit: r280955 - in head/sys: modules/notrandom dev/notrandom From: Ian Lepore To: Mateusz Guzik Date: Wed, 01 Apr 2015 08:18:17 -0600 In-Reply-To: <20150401115204.GB16649@dft-labs.eu> References: <20150401113628.GA16649@dft-labs.eu> <20150401114313.GZ64665@FreeBSD.org> <20150401115204.GB16649@dft-labs.eu> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.12.10 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-AuthUser: hippie Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2015 14:56:20 -0000 On Wed, 2015-04-01 at 13:52 +0200, Mateusz Guzik wrote: > As a side note I'm surprised with the choice of 7. > > I would expect 3, no more, no less. 3 would be the number returned, > and the number readers receive would be 3. 5 would be right out. -- Ian