From owner-cvs-all Sun Feb 25 8:47:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 941BA37B65D; Sun, 25 Feb 2001 08:47:44 -0800 (PST) (envelope-from jwd@FreeBSD.org) Received: (from jwd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1PGliB66323; Sun, 25 Feb 2001 08:47:44 -0800 (PST) (envelope-from jwd) Message-Id: <200102251647.f1PGliB66323@freefall.freebsd.org> From: "John W. De Boskey" Date: Sun, 25 Feb 2001 08:47:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/disklabel disklabel.8 disklabel.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jwd 2001/02/25 08:47:44 PST Modified files: sbin/disklabel disklabel.8 disklabel.c Log: Allow for easier configuration when using disklabel. A sample being: # size offset fstype [fsize bsize bps/cpg] a: 400M 0 4.2BSD 4096 16384 75 # (Cyl. 0 - 812*) b: 1G * swap c: * * unused e: 204800 * 4.2BSD f: 5g * 4.2BSD g: * * 4.2BSD These patches are the original work of Randell Jesup, and I believe Matt Dillon, with additional work by Warner Losh. Please let me know if I've left someone out. Incorporated into this is the fix for PR bin/22727. This patchset still has style issues and a possible problem on large disks. However, it was a agreed to get these committed before performing major surgery on them. PR: bin/22727 Submitted by: Randell Jesup Revision Changes Path 1.25 +146 -13 src/sbin/disklabel/disklabel.8 1.35 +414 -148 src/sbin/disklabel/disklabel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message