Received: by mail.netbsd.org (Postfix, from userid 605) id 5B94284ED9; Wed, 11 Apr 2018 14:43:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 508D584ED8 for ; Wed, 11 Apr 2018 14:43:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Z1Almjx69j30 for ; Wed, 11 Apr 2018 14:43:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B7C5084EA4 for ; Wed, 11 Apr 2018 14:43:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AE484FBEC; Wed, 11 Apr 2018 14:43:23 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 11 Apr 2018 14:43:23 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-8] src/sys/arch To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20180411144323.AE484FBEC@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Wed Apr 11 14:43:23 UTC 2018 Modified Files: src/sys/arch/amd64/include [netbsd-8]: param.h src/sys/arch/i386/include [netbsd-8]: param.h Log Message: Pull up following revision(s) (requested by sborrill in ticket #736): sys/arch/i386/include/param.h: revision 1.83 sys/arch/amd64/include/param.h: revision 1.24 Double size of MSGBUFSIZE as existing value is not big enough to hold boot dmesg on modern server-class hardware with lots of CPUs, etc. To generate a diff of this commit: cvs rdiff -u -r1.21.6.2 -r1.21.6.3 src/sys/arch/amd64/include/param.h cvs rdiff -u -r1.80 -r1.80.6.1 src/sys/arch/i386/include/param.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.