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
Marcel Moolenaar
marcel at FreeBSD.org
Tue Sep 6 16:59:02 PDT 2005
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
More information about the cvs-src
mailing list