Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2002 22:23:09 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/gpt Makefile create.c gpt.c gpt.h
Message-ID:  <200210250523.g9P5N9Da060423@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210250523.g9P5N9Da060423>