From owner-svn-src-head@FreeBSD.ORG Tue Sep 11 20:53:51 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71C01106566B; Tue, 11 Sep 2012 20:53:51 +0000 (UTC) (envelope-from arthurmesh@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 38EA38FC08; Tue, 11 Sep 2012 20:53:51 +0000 (UTC) Received: by pbbrp2 with SMTP id rp2so1463545pbb.13 for ; Tue, 11 Sep 2012 13:53:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=2Xc5nm/iuuA7DoGG1OAA5dNTeRmEzihzBzcMBbEJq6c=; b=SPstn085J1fOdqKCg5cxVe2Rqw7T8gkiNcfU0M58sRmEaeWHZQuybe+pcCqxRLr8Im TcU9X56oVfc8USLjrXa7NNCcPJup5qhbtzCmHNtx2QydpEE2MHRJxA7hxrV7LvagQvBa z6XyromRvTi7Be+eONrNJ1QeXJhiHUg7EtepE+jwrBm+xS0fS+lqwFBJ4jbSrW3qI2YK VLk7UuX3PLjBbq3bHasmzqfH3Tn2jIl2Th7wqlVwPGRiLKkKVXU+mUKPw3pzJqva7XDR eBQp2bjYCF3CGo/zvKDULq6ZooOpTk6WQEyx+yKi1AyQkcURVraOnrkH4oP6D3Q1LuP0 WdSg== Received: by 10.68.224.162 with SMTP id rd2mr12955424pbc.118.1347396830366; Tue, 11 Sep 2012 13:53:50 -0700 (PDT) Received: from x96.org (x96.org. [64.85.165.177]) by mx.google.com with ESMTPS id mu8sm10297054pbc.49.2012.09.11.13.53.47 (version=SSLv3 cipher=OTHER); Tue, 11 Sep 2012 13:53:49 -0700 (PDT) Date: Tue, 11 Sep 2012 13:53:45 -0700 From: Arthur Mesh To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-ID: <20120911205345.GD14077@x96.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: RE: svn commit: r240135 - in head/sys: amd64/conf conf dev/random i386/conf modules/random X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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, 11 Sep 2012 20:53:51 -0000 Funny, I've also implemented RdRand backing for /dev/random over the weekend, w/o being aware of kib@'s work. Oh well. One comment I have: IVY_RNG is potentially not the best name. RdRand will be available on future architectures, such as Haswell. Perhaps RDRAND_RNG would make a better name? Thanks.