Date: Sat, 26 Oct 2002 20:23:05 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/gpt Makefile add.c create.c gpt.c gpt.h map.c map.h migrate.c show.c Message-ID: <200210270323.g9R3N53x062093@repoman.freebsd.org>
index | next in thread | raw e-mail
marcel 2002/10/26 20:23:05 PDT
Modified files:
sbin/gpt Makefile create.c gpt.c gpt.h map.c map.h
migrate.c show.c
Added files:
sbin/gpt add.c
Log:
o Add functionality to add a GPT partition,
o Use DCE compliant UUID functions and provide local
implementations if they don't exist,
o Move dumping of the map to show.c and print the
partition type,
o Some cleanups and rearrangements.
The default GPT partition type is UFS. When no starting block
or size are specified, the tool will create a partition in the
first free space it find (or that fits, depending on the size).
Revision Changes Path
1.3 +1 -1 src/sbin/gpt/Makefile
1.1 +192 -0 src/sbin/gpt/add.c (new)
1.2 +3 -3 src/sbin/gpt/create.c
1.3 +73 -31 src/sbin/gpt/gpt.c
1.3 +28 -14 src/sbin/gpt/gpt.h
1.3 +28 -49 src/sbin/gpt/map.c
1.2 +4 -2 src/sbin/gpt/map.h
1.2 +3 -3 src/sbin/gpt/migrate.c
1.2 +57 -1 src/sbin/gpt/show.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210270323.g9R3N53x062093>
