Date: Sun, 7 Jun 2009 20:12:14 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sbin/geom/class/part geom_part.c src/sbin/geom/core geom.c geom.h Message-ID: <200906072012.n57KCa9d079313@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2009-06-07 20:12:14 UTC FreeBSD src repository Modified files: sbin/geom/class/part geom_part.c sbin/geom/core geom.c geom.h Log: SVN rev 193648 on 2009-06-07 20:12:14Z by marcel Allow humanized numbers for LBAs, as well as partition indices for gpart(8). LBAs in particular are ugly. The ganularity is a sector, but users expect byte granularity when specifying the size or offset with a SI unit. Handle LBAs specially to deal with this. Revision Changes Path 1.18 +9 -9 src/sbin/geom/class/part/geom_part.c 1.38 +107 -10 src/sbin/geom/core/geom.c 1.7 +4 -2 src/sbin/geom/core/geom.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906072012.n57KCa9d079313>