From owner-cvs-src@FreeBSD.ORG Thu Jul 1 22:29:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FD7316A4CE; Thu, 1 Jul 2004 22:29:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02B0143D39; Thu, 1 Jul 2004 22:29:04 +0000 (GMT) (envelope-from arun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i61MRCcB097174; Thu, 1 Jul 2004 22:27:12 GMT (envelope-from arun@repoman.freebsd.org) Received: (from arun@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i61MRCr3097173; Thu, 1 Jul 2004 22:27:12 GMT (envelope-from arun) Message-Id: <200407012227.i61MRCr3097173@repoman.freebsd.org> From: Arun Sharma Date: Thu, 1 Jul 2004 22:27:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/gpt add.c gpt.8 show.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 22:29:04 -0000 arun 2004-07-01 22:27:12 UTC FreeBSD src repository Modified files: sbin/gpt add.c gpt.8 show.c Log: Added the ability to create and display Linux/Windows GPT partitions to gpt(8). Revision Changes Path 1.6 +4 -0 src/sbin/gpt/add.c 1.3 +3 -3 src/sbin/gpt/gpt.8 1.7 +3 -0 src/sbin/gpt/show.c