From owner-cvs-all@FreeBSD.ORG Tue Sep 6 23:59:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 846F516A41F; Tue, 6 Sep 2005 23:59:02 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 466D743D45; Tue, 6 Sep 2005 23:59:02 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j86Nx2Cg064853; Tue, 6 Sep 2005 23:59:02 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j86Nx2uX064852; Tue, 6 Sep 2005 23:59:02 GMT (envelope-from marcel) Message-Id: <200509062359.j86Nx2uX064852@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 6 Sep 2005 23:59:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/gpt Makefile add.c create.c destroy.c gpt.8 gpt.c gpt.h label.c map.c map.h migrate.c mkdisk.sh recover.c remove.c show.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 23:59:02 -0000 marcel 2005-09-06 23:59:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/gpt Makefile add.c create.c destroy.c gpt.8 gpt.c gpt.h map.c map.h migrate.c recover.c remove.c show.c Added files: (Branch: RELENG_6) sbin/gpt label.c Removed files: (Branch: RELENG_6) sbin/gpt mkdisk.sh Log: Sync with HEAD: Makefile: 1.7 add.c: 1.12, 1.23 create.c: 1.11 destroy.c: 1.6 gpt.8: 1.14, 1.15 gpt.c: 1.11, 1.12, 1.13 gpt.h: 1.8, 1.9, 1.10 label.c: 1.1 map.c: 1.6 map.h: 1.6 migrate.c: 1.14, 1.15, 1.16 recover.c: 1.8 remove.c: 1.5, 1.6, 1.7, 1.8 show.c: 1.12, 1.13 o New -l and -u options to the show command, o New label command to support GPT labels, o The remove command doesn't print the total partitions removed, as it prints each partition it removes by name already, o Added ellipsis to most usage messages. PR: ia64/83124 Approved by: re (scottl) Revision Changes Path 1.6.8.1 +2 -2 src/sbin/gpt/Makefile 1.11.2.1 +2 -2 src/sbin/gpt/add.c 1.10.2.1 +1 -1 src/sbin/gpt/create.c 1.5.2.1 +1 -1 src/sbin/gpt/destroy.c 1.13.2.1 +90 -31 src/sbin/gpt/gpt.8 1.10.2.1 +107 -7 src/sbin/gpt/gpt.c 1.7.2.1 +5 -2 src/sbin/gpt/gpt.h 1.1.2.1 +263 -0 src/sbin/gpt/label.c (new) 1.5.8.1 +1 -1 src/sbin/gpt/map.c 1.5.8.1 +1 -1 src/sbin/gpt/map.h 1.13.2.1 +12 -11 src/sbin/gpt/migrate.c 1.3.2.1 +0 -11 src/sbin/gpt/mkdisk.sh (dead) 1.7.2.1 +1 -1 src/sbin/gpt/recover.c 1.4.2.1 +8 -10 src/sbin/gpt/remove.c 1.11.2.1 +23 -5 src/sbin/gpt/show.c