Received: by mail.netbsd.org (Postfix, from userid 605) id 787AB855B7; Tue, 1 Nov 2016 18:33:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 03C2B855B6 for ; Tue, 1 Nov 2016 18:33:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id xFhubkPhsHhB for ; Tue, 1 Nov 2016 18:33:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A119F85591 for ; Tue, 1 Nov 2016 18:33:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9B404FBA4; Tue, 1 Nov 2016 18:33:56 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 1 Nov 2016 18:33:56 +0000 From: "Soren Jacobsen" Subject: CVS commit: [netbsd-7-0] src/sys/arch To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20161101183356.9B404FBA4@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: "Soren Jacobsen" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: snj Date: Tue Nov 1 18:33:56 UTC 2016 Modified Files: src/sys/arch/amd64/conf [netbsd-7-0]: std.xen src/sys/arch/xen/conf [netbsd-7-0]: std.xen Log Message: Pull up following revision(s) (requested by joerg in ticket #1258): sys/arch/amd64/conf/std.xen: revision 1.8 sys/arch/xen/conf/std.xen: revision 1.8 Use the same process and file limits as normal AND64 for Xen kernels. Given Xen/i386 the same process and file limit as native i386. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.6.40.1 src/sys/arch/amd64/conf/std.xen cvs rdiff -u -r1.7 -r1.7.32.1 src/sys/arch/xen/conf/std.xen Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.