From owner-svn-src-head@FreeBSD.ORG Tue Jul 30 18:38:50 2013 Return-Path: Delivered-To: svn-src-head@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 ESMTP id 8F0EB82C; Tue, 30 Jul 2013 18:38:50 +0000 (UTC) (envelope-from mrvmurray@icloud.com) Received: from nk11p16im-asmtp001.me.com (nk11p16im-asmtp001.me.com [17.158.104.160]) by mx1.freebsd.org (Postfix) with ESMTP id 7343B2418; Tue, 30 Jul 2013 18:38:50 +0000 (UTC) Received: from gronkulator.grondar.org (graveyard.grondar.org [88.96.155.33]) by nk11p16im-asmtp001.mac.com (Oracle Communications Messaging Server 7u4-26.01(7.0.4.26.0) 64bit (built Jul 13 2012)) with ESMTPSA id <0MQR00IEMFOBJRA0@nk11p16im-asmtp001.mac.com>; Tue, 30 Jul 2013 17:38:39 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.10.8794,1.0.431,0.0.0000 definitions=2013-07-30_08:2013-07-30,2013-07-30,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1305010000 definitions=main-1307300119 Subject: Re: svn commit: r253779 - in head: . share/man/man4 sys/amd64/conf sys/arm/conf sys/conf sys/dev/random sys/i386/conf sys/ia64/conf sys/mips/conf sys/modules sys/modules/random sys/pc98/conf sys/powerp... MIME-version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Content-type: text/plain; charset=windows-1252 From: Mark Murray In-reply-to: <201307292026.r6TKQRRb021717@svn.freebsd.org> Date: Tue, 30 Jul 2013 18:38:34 +0100 Content-transfer-encoding: quoted-printable Message-id: <56BFE108-69BF-47A1-9934-B047BB64B694@icloud.com> References: <201307292026.r6TKQRRb021717@svn.freebsd.org> To: "David E. O'Brien" X-Mailer: Apple Mail (2.1508) 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.14 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: Tue, 30 Jul 2013 18:38:50 -0000 This looks like a Good Thing(=99), thank you! I'm doing an = implementation of Fortuna CSPRNG, and this is going to save me a BUNCH of work! M On 29 Jul 2013, at 21:26, David E. O'Brien wrote: > Author: obrien > Date: Mon Jul 29 20:26:27 2013 > New Revision: 253779 > URL: http://svnweb.freebsd.org/changeset/base/253779 >=20 > Log: > Decouple yarrow from random(4) device. >=20 --=20 Mark R V Murray