freebsd-dev/sbin/geom/core
Andrey V. Elsukov 79d89bb0ab Remove G_TYPE_ASCLBA type and replace it with G_TYPE_STRING in gpart.
Move code that converts params from humanized numbers to sectors count
to subr.c and adjust comment.
Add post-processing for "size" and "start offset" params in gpart,
now they are properly converted to sectors count with known sector size
that can be greater that 512 bytes.
Also replace "unsigned long long" type to "off_t" for unify code since
it used for medium size in libgeom(3) and DIOCGMEDIASIZE ioctl.

PR:		bin/146277
Reviewed by:	marcel (previous version)
Approved by:	kib (mentor)
MFC after:	1 month
2010-06-21 08:24:50 +00:00
..
geom.8 Add gmountver, disk mount verification GEOM class. 2010-01-16 09:52:49 +00:00
geom.c Remove G_TYPE_ASCLBA type and replace it with G_TYPE_STRING in gpart. 2010-06-21 08:24:50 +00:00
geom.h Remove G_TYPE_ASCLBA type and replace it with G_TYPE_STRING in gpart. 2010-06-21 08:24:50 +00:00
Makefile NOSHARED -> NO_SHARED 2004-12-21 09:59:45 +00:00