From owner-svn-src-all@freebsd.org Sat Jul 25 14:36:29 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB8349AA368; Sat, 25 Jul 2015 14:36:29 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BB0D01A49; Sat, 25 Jul 2015 14:36:29 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id A5C221A72; Sat, 25 Jul 2015 14:36:29 +0000 (UTC) Date: Sat, 25 Jul 2015 14:36:29 +0000 From: Alexey Dokuchaev To: Mark R V Murray Cc: John-Mark Gurney , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers Subject: Re: svn commit: r284959 - in head: . share/man/man4 share/man/man9 sys/conf sys/dev/glxsb sys/dev/hifn sys/dev/random sys/dev/rndtest sys/dev/safe sys/dev/syscons sys/dev/ubsec sys/dev/virtio/random sy... Message-ID: <20150725143629.GA49086@FreeBSD.org> References: <201506301700.t5UH0jPq001498@svn.freebsd.org> <20150724012519.GE78154@funkthat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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, 25 Jul 2015 14:36:30 -0000 On Fri, Jul 24, 2015 at 07:59:35AM +0100, Mark R V Murray wrote: > [...] > > Heck, piping in mic data to /dev/random is a good way to seed the > > rng on many machines. > > Well, sure, but what if you don't have microphone? I want lots > of choices, in anticipation of only a subset being usable. I like the microphone idea. Not just it adds another hard-to-mess-with (?) entropy source, it can also be a nice "reference" example for people wanting to write their own sources and plug them into the RNG framework. ./danfe