From owner-cvs-all Sat Nov 25 19: 8:54 2000 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 3A6B937B4CF; Sat, 25 Nov 2000 19:08:51 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA10591; Sat, 25 Nov 2000 19:08:51 -0800 (PST) (envelope-from dillon@FreeBSD.org) Message-Id: <200011260308.TAA10591@freefall.freebsd.org> From: Matt Dillon Date: Sat, 25 Nov 2000 19:08:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/disklabel disklabel.8 disklabel.c src/sys/kern subr_diskslice.c src/sys/sys disklabel.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dillon 2000/11/25 19:08:50 PST Modified files: (Branch: RELENG_4) sbin/disklabel disklabel.8 disklabel.c sys/kern subr_diskslice.c sys/sys disklabel.h Log: MFC disklabel/virgin-label feature. Adds a DIOCVIRGIN ioctl to obtain a virgin disklabel. disklabel now uses the new ioctl, allowing it to create virgin disklabels on slices. Revision Changes Path 1.15.2.4 +139 -31 src/sbin/disklabel/disklabel.8 1.28.2.6 +12 -5 src/sbin/disklabel/disklabel.c 1.82.2.3 +35 -1 src/sys/kern/subr_diskslice.c 1.49.2.5 +2 -1 src/sys/sys/disklabel.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message