NetBSD/sbin/gpt
thorpej 759cf71618 When we add "entries", "index", and "sector_size" values to the dictionary,
add them as signed valaues, rather than unsigned (which is how we keep them
in memory).  This causes them be serialized in base-10 (rather than base-16,
which is the default for unsigned).  This behavior is documented in
prop_number(3).  Fixes t_gpt::backup_2part unit test.
2020-06-08 22:52:09 +00:00
..
Makefile Add an "uuid" command to generate a new UUID for a portion. The 2019-06-25 04:53:40 +00:00
add.c Not all things that write to the disk do something that dk(4) will 2018-07-03 03:41:23 +00:00
backup.c When we add "entries", "index", and "sector_size" values to the dictionary, 2020-06-08 22:52:09 +00:00
biosboot.c When biosboot is used on an existing wedge and we are switching to 2019-06-20 10:56:38 +00:00
create.c PR/51497: Clare: Allow gpt -p <n> create to work. 2016-09-23 19:36:50 +00:00
destroy.c Do the 'dkctl makewedges' dance to drop any wedges assoicated the 2019-10-16 19:03:53 +00:00
gpt.8 Fix typo in macro. Sort option descriptions. 2020-05-24 20:59:16 +00:00
gpt.c Add -H flag to ignore existing MBR (Hybrid MBR/GPT mode). 2020-05-24 18:42:20 +00:00
gpt.h Add -H flag to ignore existing MBR (Hybrid MBR/GPT mode). 2020-05-24 18:42:20 +00:00
gpt_private.h Add rcsid 2019-06-30 11:38:16 +00:00
gpt_uuid.c Now that we use the same UUID for ZFS as FreeBSD, drop the FreeBSD marker 2020-03-30 10:41:53 +00:00
gpt_uuid.h Add rcsid 2019-06-30 11:38:16 +00:00
header.c print little-endian header fields correctly. 2019-03-14 10:26:10 +00:00
label.c Add a third argument to the "cfn" function that is an argument to 2019-06-21 02:14:59 +00:00
main.c Add -H flag to ignore existing MBR (Hybrid MBR/GPT mode). 2020-05-24 18:42:20 +00:00
map.c Exit gracefully when auto-expanding a partition and it is already the 2020-05-24 14:42:44 +00:00
map.h Add rcsid 2019-06-30 11:38:16 +00:00
migrate.c add some more FAT file system types 2019-03-03 02:28:14 +00:00
recover.c Not all things that write to the disk do something that dk(4) will 2018-07-03 03:41:23 +00:00
remove.c Add a third argument to the "cfn" function that is an argument to 2019-06-21 02:14:59 +00:00
resize.c Exit gracefully when auto-expanding a partition and it is already the 2020-05-24 14:42:44 +00:00
resizedisk.c Exit gracefully when auto-expanding a partition and it is already the 2020-05-24 14:42:44 +00:00
restore.c Update for proplib(3) API changes. 2020-06-07 05:42:25 +00:00
set.c Allow -b startsec to specify the partition to change for the set subcommand 2019-03-25 20:15:49 +00:00
show.c When displaying a single partition (gpt show -i ...) display offset 2019-03-26 11:23:55 +00:00
type.c Add a third argument to the "cfn" function that is an argument to 2019-06-21 02:14:59 +00:00
unset.c Allow -b to specify a partition for "gpt unset" as well. 2019-03-26 14:55:02 +00:00
uuid.c Add an "uuid" command to generate a new UUID for a portion. The 2019-06-25 04:53:40 +00:00