History log of /freebsd/lib/geom/part/gpart.8 (Results 1 – 25 of 27)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d35b039a 11-Feb-2025 John Baldwin <jhb@FreeBSD.org>

gpart: Stop documenting freebsd-vinum partition types

Support for the partition types is still retained so that tools can
display existing partitions.

Reviewed by: imp, emaste
Differential Revision

gpart: Stop documenting freebsd-vinum partition types

Support for the partition types is still retained so that tools can
display existing partitions.

Reviewed by: imp, emaste
Differential Revision: https://reviews.freebsd.org/D48535

show more ...


Revision tags: release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0
# b162fc3f 03-Sep-2024 Jessica Clarke <jrtc27@FreeBSD.org>

gpart: Add u-boot-env alias for U-Boot's environment GPT partition UUID

This is a platform-independent UUID, and this is the name U-Boot uses.

MFC after: 1 week


Revision tags: release/14.1.0, release/13.3.0, release/14.0.0
# fa9896e0 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line nroff pattern

Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/


# 4ef1c6f7 26-Jul-2023 Marius Strobl <marius@FreeBSD.org>

base: Remove support for the VTOC8 partitioning scheme

The removal of the sparc64 support in February 2020 obsoleted the
VTOC8 partitioning scheme as no other FreeBSD platform makes use
of it. Moreo

base: Remove support for the VTOC8 partitioning scheme

The removal of the sparc64 support in February 2020 obsoleted the
VTOC8 partitioning scheme as no other FreeBSD platform makes use
of it. Moreover, the code is bitrotting as nothing defines e. g.
LOADER_VTOC8_SUPPORT any more and, thus, should go now, too. With
this change, the following commits are reverted as far as VTOC8
is concerned and parts haven't already previously been deleted
along with prior sparc64 removals:
094fcb157d4c98211899cf09d06e2cf19149b7e0
a7d366e9589c95feda6f3bc78c59c6355d51f126
ba8d50d08b9df4e8213f9a6997ff6792ecebcd9b

The alignment example d9711c28efc4ec89ba5ea11f8fd63e9d0a7fc81b
added to the VTOC8 section of gpart.8 is folded into the MBR one.

This should finally conclude the deorbit of sparc64-specific bits.

We had joy, we had fun
we ran Unix on a Sun.
But that source and the song
of FreeBSD have all gone.

Credits to Michael Bueker for the original "Unix on a Sun" and Rod
McKuen for the "Seasons in the Sun" lyrics.

show more ...


# 3541d908 08-Jul-2023 Graham Perrin <grahamperrin@FreeBSD.org>

gpart(8): slices are out of context for GPT

Correct the GPT example. Creation of a partition leaves free the rest
of the device (not the slice).

Approved-by: imp
Fixes: ae1b731b5df0 Rewrite

gpart(8): slices are out of context for GPT

Correct the GPT example. Creation of a partition leaves free the rest
of the device (not the slice).

Approved-by: imp
Fixes: ae1b731b5df0 Rewrite the GPT and MBR examples. For GPT, ensure that the boot partition is large enough for gptzfsboot, which has doubled in size since 10.
MFC after: 1 week
Pull-request: https://github.com/freebsd/freebsd-src/pull/795

show more ...


# 409594ef 02-Jun-2023 Tom Hukins <tom@FreeBSD.org>

gpart(8): Improve manual page syntax

Fix various warnings from `mandoc -Tlint lib/geom/part/gpart.8`.

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/702


# d275d2e3 02-Jun-2023 Tom Hukins <tom@FreeBSD.org>

gpart(8): Refer to a related manual page

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/702


Revision tags: release/13.2.0, release/12.4.0
# cf13e677 16-Sep-2022 Jens Schweikhardt <schweikh@FreeBSD.org>

Fix dead reference to boot0(8) to point to boot0cfg(8).


Revision tags: release/13.1.0, release/12.3.0
# 9c296a21 12-Oct-2021 Ed Maste <emaste@FreeBSD.org>

geom: Add HiFive boot partitions

As documented in the HiFive Unmatched Software Reference Manual.

Reviewed by: imp, mhorne
Sponsored by: The FreeBSD Foundation
Differential Revision: https://review

geom: Add HiFive boot partitions

As documented in the HiFive Unmatched Software Reference Manual.

Reviewed by: imp, mhorne
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D34010

show more ...


# 3524dead 26-Jan-2022 Ed Maste <emaste@FreeBSD.org>

gpart.8: minor tidying

Reported by: igor(1)


# ba94a954 10-Jan-2022 Eugene Grosbein <eugen@FreeBSD.org>

gpart(8): add minimal reference to glabel(8) to manual page

MFC after: 1 week


Revision tags: release/13.0.0
# 25352f9f 03-Mar-2021 Andreas Bjornestad <panden@gmail.com>

Minor grammar nit

PR: docs/253975


Revision tags: release/12.2.0
# e2515283 27-Aug-2020 Glen Barber <gjb@FreeBSD.org>

MFH

Sponsored by: Rubicon Communications, LLC (netgate.com)


# cb1480f8 17-Aug-2020 Conrad Meyer <cem@FreeBSD.org>

gpart(8): Recognize apple-zfs and solaris-reserved partition ids

Introduce G_PART_ALIAS_SOLARIS_RESERVED, GPT_ENT_TYPE_SOLARIS_RESERVED et al.,
to make gpart show output more convenient on systems w

gpart(8): Recognize apple-zfs and solaris-reserved partition ids

Introduce G_PART_ALIAS_SOLARIS_RESERVED, GPT_ENT_TYPE_SOLARIS_RESERVED et al.,
to make gpart show output more convenient on systems with illumos/openindiana
disks visible.

Submitted by: Juraj Lutter <otis AT sk.FreeBSD.org>
Reviewed by: bcr(manpages), delphij, myself
Differential Revision: https://reviews.freebsd.org/D26012

show more ...


# 5b990a94 22-Jun-2020 Baptiste Daroussin <bapt@FreeBSD.org>

Revert r362466

Such change should not have happen without prior discussion and review.

With hat: transitioning core


# 7747001b 21-Jun-2020 Hans Petter Selasky <hselasky@FreeBSD.org>

Improve wording to be more precise and clear.
No functional change intended.

s/Master Boot/Main Boot/ (also called MBR)

MFC after: 1 week
Sponsored by: Mellanox Technologies


Revision tags: release/11.4.0
# bb1d0df5 29-Jan-2020 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r357179 through r357269.


# 9945b2df 28-Jan-2020 David Malone <dwmalone@FreeBSD.org>

Add some missing articles.
Use .Nm to format the utility name.
Get the name of the GEOM class right.

MFC after: 2 weeks


# f3ea8d84 24-Dec-2019 Conrad Meyer <cem@FreeBSD.org>

gpart(8): ms-basic-data is used for exFAT on GPT

Be explicit about it; the first mention of exFAT is for the MBR type 'ntfs',
and the reader must work back from there to the GPT type and infer that

gpart(8): ms-basic-data is used for exFAT on GPT

Be explicit about it; the first mention of exFAT is for the MBR type 'ntfs',
and the reader must work back from there to the GPT type and infer that a
reference to MBR ntfs type means ms-basic-data is canonical for exFAT.

(It'd also be great if gpart had convenient aliases that did the right
thing for the partition scheme, such as 'ntfs' => ms-basic-data on GPT
schemes or 'exfat' => 'ntfs' in MBR schemes. The tool is also bad about
providing user-meaningful reasons for EINVAL failures.)

show more ...


# 2006d590 13-Dec-2019 Edward Tomasz Napierala <trasz@FreeBSD.org>

Add kern.geom.part.separator tunable. This makes it possible
to specify an optional separator to insert before partition name;
eg if it's set to "c/", you'll get "ada0c/s1" instead of "ada0s1".
(It

Add kern.geom.part.separator tunable. This makes it possible
to specify an optional separator to insert before partition name;
eg if it's set to "c/", you'll get "ada0c/s1" instead of "ada0s1".
(It cannot be set to just “/“, since ada0 is a device node, not
a directory.)

Reviewed by: imp
MFC after: 2 weeks
Sponsored by: Klara Inc.
Differential Revision: https://reviews.freebsd.org/D22193

show more ...


# ccd7667c 18-Nov-2019 Mark Johnston <markj@FreeBSD.org>

Fix grammar in gpart.8.

PR: 241973
MFC after: 3 days


Revision tags: release/12.1.0
# f993ed2f 09-Sep-2019 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r351732 through r352104.


# ef03f57d 03-Sep-2019 Kyle Evans <kevans@FreeBSD.org>

Allow more nesting of GEOM partitioning schemes

GEOM is supposed to be topology-agnostic, but the GPT and BSD partition code
has arbitrary restrictions on nesting that are annoying in cases such as

Allow more nesting of GEOM partitioning schemes

GEOM is supposed to be topology-agnostic, but the GPT and BSD partition code
has arbitrary restrictions on nesting that are annoying in cases such as
running VMs on raw partitions (since the VM's partitioning scheme is not
visible to the host).

This patch adds sysctls to disable the restrictions except in the case of
BSD label (and similar) partitions with offset 0 (where we need to avoid
recursively recognizing the label).

Submitted by: Andrew Gierth
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D21350

show more ...


Revision tags: release/11.3.0
# 67350cb5 09-Dec-2018 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r340918 through r341763.


Revision tags: release/12.0.0
# cdd2df88 27-Nov-2018 Dag-Erling Smørgrav <des@FreeBSD.org>

Add a “skip_dsn” option to g_part's bootcode verb to prevent g_part_mbr
from setting the volume serial number. This unbreaks older boot blocks
that don't support serial numbers, and allows boot0cfg

Add a “skip_dsn” option to g_part's bootcode verb to prevent g_part_mbr
from setting the volume serial number. This unbreaks older boot blocks
that don't support serial numbers, and allows boot0cfg to set the serial
number itself if requested by the user.

Submitted by: lev@, yuripv@
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D17386

show more ...


12