]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r207094 (by marcel):
authorae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 24 Jun 2010 05:52:44 +0000 (05:52 +0000)
committerae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 24 Jun 2010 05:52:44 +0000 (05:52 +0000)
commit75edb3acc1ec8c2b0e752a545e673e12f6222fcd
treed1e10bb130cc1f7b9eae8453d296ae320960fcf9
parente58b0a14be2f03937f65716f6c24ed5f48aae7d3
MFC r207094 (by marcel):
Implement the resize verb and add support for resizing partitions
for all schemes but EBR.

MFC r207095 (by marcel):
Implement the resize command for resizing partitions. Without new
size, the partition in question is resized to fill all available
space.

Approved by: kib (mentor)

git-svn-id: svn://svn.freebsd.org/base/stable/8@209497 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sbin/geom/class/part/geom_part.c
sbin/geom/class/part/gpart.8
sys/geom/part/g_part.c
sys/geom/part/g_part_apm.c
sys/geom/part/g_part_bsd.c
sys/geom/part/g_part_gpt.c
sys/geom/part/g_part_if.m
sys/geom/part/g_part_mbr.c
sys/geom/part/g_part_pc98.c
sys/geom/part/g_part_vtoc8.c