Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id CACDB7A314 for ; Mon, 26 Dec 2016 22:36:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 446F485614; Mon, 26 Dec 2016 22:36:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C8310855C3 for ; Mon, 26 Dec 2016 22:36:30 +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 0ChQ59f40REc for ; Mon, 26 Dec 2016 22:36:30 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2F81184CEE for ; Mon, 26 Dec 2016 22:36:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 257E7FBA6; Mon, 26 Dec 2016 22:36:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1482791790287810" MIME-Version: 1.0 Date: Mon, 26 Dec 2016 22:36:30 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/emulators/wine-devel To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20161226223630.257E7FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1482791790287810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Mon Dec 26 22:36:30 UTC 2016 Added Files: pkgsrc/emulators/wine-devel: MESSAGE Removed Files: pkgsrc/emulators/wine-devel: MESSAGE.NetBSD Log Message: make the message about null page less OS specific (suggest linux sysctl as well) To generate a diff of this commit: cvs rdiff -u -r0 -r1.3 pkgsrc/emulators/wine-devel/MESSAGE cvs rdiff -u -r1.1 -r0 pkgsrc/emulators/wine-devel/MESSAGE.NetBSD Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1482791790287810 Content-Disposition: inline Content-Length: 724 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/emulators/wine-devel/MESSAGE diff -u /dev/null pkgsrc/emulators/wine-devel/MESSAGE:1.3 --- /dev/null Mon Dec 26 22:36:30 2016 +++ pkgsrc/emulators/wine-devel/MESSAGE Mon Dec 26 22:36:30 2016 @@ -0,0 +1,14 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.3 2016/12/26 22:36:30 maya Exp $ + +If you are experiencing crashes, it may be due to a security measure +blocking the mapping of the NULL page. + +You can disable this (at a security cost) with the following commands: + + NetBSD: + # sysctl -w vm.user_va0_disable=0 + Linux: + # sysctl -w vm.mmap_min_addr=0 + +=========================================================================== --_----------=_1482791790287810--