From owner-svn-src-all@freebsd.org Mon Jul 13 00:52:43 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 769B7999CC0; Mon, 13 Jul 2015 00:52:43 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-yk0-x229.google.com (mail-yk0-x229.google.com [IPv6:2607:f8b0:4002:c07::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 369C61439; Mon, 13 Jul 2015 00:52:43 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: by ykeo3 with SMTP id o3so182543196yke.0; Sun, 12 Jul 2015 17:52:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=6/1X9LnHyubUYsCCzt4XELQj0B/qBDhPg+1O6qPeHCI=; b=HbS9cAtAxTDqR3RxW16MwfuTvAtlmpO9zmovAzKTxeuqgc3KXPd/U8b7+mN6P518LO rTgTf3EYdOKl7EIjanrZIVT/Fj4RiAZYwNyaRbwjh4lb3I/ezcwo8nSpNwK2GxK7Zppk ISTWWlUC0/PpD7yN3wIu0pwNMfbAZGqQAAo0eewri8NtsnGOoZh0+y10O5H4lpce/5p4 sXRQoHzdEWScCruMzKInn8rtoSNo+vzdunPK9dc4S9aNhvNHRw/eWHfYLwf6lYiYXdfc 4dH7a681e01hP1lmudcXdy2Gsg+WNgMy+WLQw6BdcsoQaWPftdH6jD8CG0C8BhzdNLk2 FATQ== MIME-Version: 1.0 X-Received: by 10.170.203.215 with SMTP id u206mr4936533yke.116.1436748762260; Sun, 12 Jul 2015 17:52:42 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.37.65.193 with HTTP; Sun, 12 Jul 2015 17:52:42 -0700 (PDT) Received: by 10.37.65.193 with HTTP; Sun, 12 Jul 2015 17:52:42 -0700 (PDT) In-Reply-To: <201507121814.t6CIEdkN045519@repo.freebsd.org> References: <201507121814.t6CIEdkN045519@repo.freebsd.org> Date: Sun, 12 Jul 2015 20:52:42 -0400 X-Google-Sender-Auth: rrXf81_0z2PvUzowbxtfgmJqHRk Message-ID: Subject: Re: svn commit: r285422 - in head: share/man/man4 sys/conf sys/dev/random sys/net sys/netgraph From: Craig Rodrigues To: Mark Murray Cc: src-committers@freebsd.org, svn-src-head@freebsd.org, svn-src-all@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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: Mon, 13 Jul 2015 00:52:43 -0000 On Jul 12, 2015 2:14 PM, "Mark Murray" wrote: > > Author: markm > Date: Sun Jul 12 18:14:38 2015 > New Revision: 285422 > URL: https://svnweb.freebsd.org/changeset/base/285422 > > Log: > * Address review (and add a bit myself). > - Tweek man page. > - Remove all mention of RANDOM_FORTUNA. If the system owner wants YARROW or DUMMY, they ask for it, otherwise they get FORTUNA. I started getting kernel panics on boot after this commit. Can you look at this: https://jenkins.freebsd.org/job/FreeBSD_HEAD-tests/1177/console Thanks. -- Craig