Received: by mail.netbsd.org (Postfix, from userid 605) id 4962384DDC; Wed, 19 Dec 2018 11:00:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3FD6884DCF for ; Wed, 19 Dec 2018 11:00:10 +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 kkqpOgOgWNC6 for ; Wed, 19 Dec 2018 11:00:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B8D2684D1F for ; Wed, 19 Dec 2018 11:00:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B041BFB16; Wed, 19 Dec 2018 11:00:09 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 19 Dec 2018 11:00:09 +0000 From: "matthew green" Subject: CVS commit: src/lib/libkvm To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20181219110009.B041BFB16@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: "matthew green" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: mrg Date: Wed Dec 19 11:00:09 UTC 2018 Modified Files: src/lib/libkvm: kvm_aarch64.c Log Message: use uint64_t for idx_mask. fixes lookups for some PAs. from skrll. bump copyright. we updated this a lot of this in 2018. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libkvm/kvm_aarch64.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.