summaryrefslogtreecommitdiff
path: root/sbin/gpt
AgeCommit message (Expand)Author
2022-11-22Big-Endian fixes.mlelstv
2022-11-20Fix destroying and moving GPT header also for truncated/extendedmlelstv
2022-07-16Whitespacemlelstv
2022-04-07Note that biosboot without -A clears the PMBR "active" flag.kre
2022-04-07gpt.8: Clarify that "windows" partition types are also used for FAT32nia
2020-12-13PR/55875 - Valentin -- "gpt recover -r" does nothingjnemeth
2020-07-27catch up with source rename of fbsd-zfs -> zfschristos
2020-06-08When we add "entries", "index", and "sector_size" values to the dictionary,thorpej
2020-06-07Update for proplib(3) API changes.thorpej
2020-05-24Fix typo in macro. Sort option descriptions.wiz
2020-05-24Add -H flag to ignore existing MBR (Hybrid MBR/GPT mode).jmcneill
2020-05-24Exit gracefully when auto-expanding a partition and it is already thejmcneill
2020-05-14Remove extra semicolon.msaitoh
2020-03-30Now that we use the same UUID for ZFS as FreeBSD, drop the FreeBSD markermartin
2019-10-16Do the 'dkctl makewedges' dance to drop any wedges assoicated thejnemeth
2019-10-11gpt_uuid_parse does not set errno ...christos
2019-07-26Remove outdated note about sysinst restrictionsmartin
2019-06-30Add rcsidsevan
2019-06-25Add an "uuid" command to generate a new UUID for a portion. Thejnemeth
2019-06-25adjust gpt_uuid_generate() to accept gpt==NULLjnemeth
2019-06-25Add gpt_change_hdr() similar to gpt_change_ent() for changingjnemeth
2019-06-21Add a third argument to the "cfn" function that is an argument tojnemeth
2019-06-20When biosboot is used on an existing wedge and we are switching tomartin
2019-06-20Do not try to close a NULL gpt. Fixes the core dump part of PR bin/54312martin
2019-04-04PR bin/54088: make "destroy" remove the protective MBR too.martin
2019-04-04Ignore -f with the "destroy" command completely (it was effectivelymartin
2019-04-04Allow specifying the partition via -b startsec for the biosboot cmd.martin
2019-03-26Allow -b to specify a partition for "gpt unset" as well.martin
2019-03-26When displaying a single partition (gpt show -i ...) display offsetmartin
2019-03-25Allow -b startsec to specify the partition to change for the set subcommandmartin
2019-03-24Make the "show" subcommand accept -b startsec to identify a partitionmartin
2019-03-24Add support for specifying the partition to resize via -b startsecmartin
2019-03-14print little-endian header fields correctly.mlelstv
2019-03-03Make it clear when displaying data from the MBR.jnemeth
2019-03-03add some more FAT file system typesjnemeth
2019-02-10Make "gpt migrate" work for disks with FAT32 and NTFS partitionsmartin
2019-01-27Fix three MBR extended partition related bugs:martin
2018-12-20Add a query function (for external code) to enumerate the know guids.martin
2018-11-06add support to detect the 3 vmware GPT partition types:mrg
2018-10-14When changing entries skip those that do not match the -L option.mlelstv
2018-08-27Add the -T flag to usage()sevan
2018-07-03Not all things that write to the disk do something that dk(4) willjnemeth
2018-05-01Spello. (it is "existence").kre
2018-05-01Bump date for new EXIT STATUS section.wiz
2018-05-01Sort sections.wiz
2018-05-01Make the "gpt header" command return EXIT_FAILURE when no GPT is present.martin
2018-04-11if a new map entry doesn't fit, be more verbose about the sizes.mrg
2018-04-11add information about how to boot from gpt. mostly taken from the wiki.mrg
2018-03-19Check device parameter to avoid segfaults. Agument synopsis for -l option.mlelstv
2018-02-13Spellingsevan