From owner-svn-src-all@FreeBSD.ORG Mon Jun 15 16:42:08 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CC281065672; Mon, 15 Jun 2009 16:42:08 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8AF238FC22; Mon, 15 Jun 2009 16:42:08 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n5FGg8gG094962; Mon, 15 Jun 2009 16:42:08 GMT (envelope-from lulf@svn.freebsd.org) Received: (from lulf@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n5FGg8gg094961; Mon, 15 Jun 2009 16:42:08 GMT (envelope-from lulf@svn.freebsd.org) Message-Id: <200906151642.n5FGg8gg094961@svn.freebsd.org> From: Ulf Lilleengen Date: Mon, 15 Jun 2009 16:42:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r194243 - head/lib/libdisk X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2009 16:42:09 -0000 Author: lulf Date: Mon Jun 15 16:42:08 2009 New Revision: 194243 URL: http://svn.freebsd.org/changeset/base/194243 Log: - Remove old and add new valid flags for the chunk structure. Submitted by: randi Modified: head/lib/libdisk/libdisk.3 Modified: head/lib/libdisk/libdisk.3 ============================================================================== --- head/lib/libdisk/libdisk.3 Mon Jun 15 16:32:17 2009 (r194242) +++ head/lib/libdisk/libdisk.3 Mon Jun 15 16:42:08 2009 (r194243) @@ -181,14 +181,7 @@ These are the valid .Ql flags values for a .Ql struct chunk . -.Bl -tag -offset indent -width CHUNK_BSD_COMPATXX -.It CHUNK_PAST_1024 -This chunk cannot be booted from because it extends past cylinder 1024. -.It CHUNK_BSD_COMPAT -This chunk is in the -.Bx Ns -compatibility , -and has a short name too, i.e.\& -.Ql wd0s4f -> wd0f . +.Bl -tag -offset indent -width CHUNK_AUTO_SIZEXX .It CHUNK_ALIGN This chunk should be aligned. .It CHUNK_IS_ROOT @@ -202,6 +195,10 @@ This is the active slice in the MBR. Force a dedicated disk for .Fx , bypassing all BIOS geometry considerations. +.It CHUNK_AUTO_SIZE +This chunk was auto-sized and can fill out any deleted following chunks. +.It CHUNK_NEWFS +newfs pending, used to enable auto-resizing on delete (along with AUTO_SIZE). .El .Pp The