From owner-cvs-all Sun Oct 29 16:47:10 2000 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (tun.AwfulHak.org [194.242.139.173]) by hub.freebsd.org (Postfix) with ESMTP id AA15437B4CF; Sun, 29 Oct 2000 16:47:00 -0800 (PST) Received: from hak.lan.Awfulhak.org (root@hak.lan.awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.0/8.11.0) with ESMTP id e9U0h9l04779; Mon, 30 Oct 2000 00:43:09 GMT (envelope-from brian@hak.lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.1/8.11.1) with ESMTP id e9U0iTs73754; Mon, 30 Oct 2000 00:44:29 GMT (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200010300044.e9U0iTs73754@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Matt Dillon Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, brian@Awfulhak.org Subject: Re: cvs commit: src/sys/kern subr_diskslice.c src/sys/sys disklabel.h src/sbin/disklabel disklabel.8 disklabel.c In-Reply-To: Message from Matt Dillon of "Sat, 28 Oct 2000 18:58:56 MST." <200010290158.SAA71177@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 30 Oct 2000 00:44:29 +0000 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nice one ! > dillon 2000/10/28 18:58:56 PDT > > Modified files: (Branch: RELENG_4) > sys/kern subr_diskslice.c > sys/sys disklabel.h > sbin/disklabel disklabel.8 disklabel.c > Log: > Implement a new ioctl, DIOCGDVIRGIN, which returns a virgin disklabel for > a disk device or slice. > > Fix the disklabel program to use the new ioctl rather then DIOCGDINFO when > being asked to install a new label with 'auto'. If the new ioctl fails, > disklabel will revert to DIOCGDINFO. > > Update the disklabel documentation > > This allows disklabel to initialize new virgin 'auto' labels on slices. > > Revision Changes Path > 1.82.2.1 +35 -1 src/sys/kern/subr_diskslice.c > 1.49.2.3 +2 -1 src/sys/sys/disklabel.h > 1.15.2.2 +139 -31 src/sbin/disklabel/disklabel.8 > 1.28.2.4 +12 -5 src/sbin/disklabel/disklabel.c -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message