From owner-freebsd-libh Tue Oct 23 15:22:34 2001 Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id 8ADDF37B401 for ; Tue, 23 Oct 2001 15:22:32 -0700 (PDT) Received: (from antoine@localhost) by usw4.freebsd.org (8.11.6/8.11.6) id f9NMMWN62322 for libh@FreeBSD.org; Tue, 23 Oct 2001 17:22:32 -0500 (CDT) (envelope-from antoine) Message-Id: <200110232222.f9NMMWN62322@usw4.freebsd.org> From: Antoine Beaupré Date: Tue, 23 Oct 2001 17:22:31 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/release/diskedit disklabel.tcl size.tcl Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG antoine 2001/10/23 17:22:31 CDT Modified files: release/diskedit disklabel.tcl size.tcl Log: Sector size notion removed from size.tcl - all sizes are expected to be in bytes now - change free_space_str interface to remove $chunk accesses - add conversion procedures that convert from bytes to X Disklabel can now display sizes in many different units - new "change units" button - *format procedures now take care of sector->bytes conversions and therefore now take a sectsize arg - parts list items now feature a size - offsets and end are still in sectors, however - adapt to new free_space_str interface Revision Changes Path 1.7 +59 -21 libh/release/diskedit/disklabel.tcl 1.2 +84 -6 libh/release/diskedit/size.tcl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message