From owner-cvs-all Thu Oct 24 22:23:57 2002 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 B830237B401; Thu, 24 Oct 2002 22:23:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67F5E43E6E; Thu, 24 Oct 2002 22:23:56 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9P5N9mV060424; Thu, 24 Oct 2002 22:23:09 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9P5N9Da060423; Thu, 24 Oct 2002 22:23:09 -0700 (PDT) Message-Id: <200210250523.g9P5N9Da060423@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 24 Oct 2002 22:23:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/gpt Makefile create.c gpt.c gpt.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/10/24 22:23:08 PDT Modified files: sbin/gpt Makefile gpt.c gpt.h Added files: sbin/gpt create.c Log: Add the functionality to create an (empty) GPT from scratch. The code is directly copied from migrate.c. The intend is to express migrate in terms of create and add. The functionality to add partitions is not yet there. Revision Changes Path 1.2 +1 -1 src/sbin/gpt/Makefile 1.1 +196 -0 src/sbin/gpt/create.c (new) 1.2 +1 -1 src/sbin/gpt/gpt.c 1.2 +1 -0 src/sbin/gpt/gpt.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message