Received: by mail.netbsd.org (Postfix, from userid 605) id 4E91B85EB0; Thu, 9 Jun 2016 15:12:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CC0FA85FC2 for ; Thu, 9 Jun 2016 15:12:54 +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 KELFazlk8G8Q for ; Thu, 9 Jun 2016 15:12:54 +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 6FE9485E1E for ; Thu, 9 Jun 2016 15:12:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6587DFBB5; Thu, 9 Jun 2016 15:12:54 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 9 Jun 2016 11:12:54 -0400 From: "Christos Zoulas" Subject: CVS commit: src/sbin/gpt To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20160609151254.6587DFBB5@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: "Christos Zoulas" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: christos Date: Thu Jun 9 15:12:54 UTC 2016 Modified Files: src/sbin/gpt: biosboot.c create.c gpt.8 gpt.c gpt.h migrate.c show.c Log Message: PR/51230: Add the ability to set the active flag in the PMBR. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sbin/gpt/biosboot.c cvs rdiff -u -r1.20 -r1.21 src/sbin/gpt/create.c cvs rdiff -u -r1.45 -r1.46 src/sbin/gpt/gpt.8 cvs rdiff -u -r1.67 -r1.68 src/sbin/gpt/gpt.c cvs rdiff -u -r1.32 -r1.33 src/sbin/gpt/gpt.h cvs rdiff -u -r1.30 -r1.31 src/sbin/gpt/migrate.c cvs rdiff -u -r1.36 -r1.37 src/sbin/gpt/show.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.