index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
fdisk
Age
Commit message (
Expand
)
Author
2022-09-15
Short names make for shorter and prettier lines.
Kenneth R Westerback
2022-09-15
Add GPTPARTATTR_MS_* defines for Microsoft basic data attributes
Kenneth R Westerback
2022-09-11
Add #define's for GPT partition attribute bits REQUIRED, IGNORE
Kenneth R Westerback
2022-08-29
Print warning when a GPT partition start or end is outside the
Kenneth R Westerback
2022-08-29
Print warning when an MBR partition starts or extends past the
Kenneth R Westerback
2022-07-26
Allow editing of an MBR of all zeros.
Kenneth R Westerback
2022-07-25
Only MBR and GPT structures can be edited by fdisk.
Kenneth R Westerback
2022-07-18
Synch 'help' command descriptions with man page descriptions.
Kenneth R Westerback
2022-07-18
'quit' and 'exit' descriptions were reversed.
Kenneth R Westerback
2022-07-17
Modernize and cleanse fdisk.8, making it more concise and
Kenneth R Westerback
2022-07-10
Add some anti-feline input protection by refusing to process
Kenneth R Westerback
2022-07-10
Use nice #define's for input buf size and output help buf size.
Kenneth R Westerback
2022-06-28
Move debug-only variable 'i' to be with the other debug-only
Kenneth R Westerback
2022-05-23
Neither macppc nor the retired loongson have any remaining useful
Kenneth R Westerback
2022-05-12
And the man page change too.
Kenneth R Westerback
2022-05-12
Prevent '-u' when operating on GPT formatted disks, as the
Kenneth R Westerback
2022-05-10
Align fdisk with the logic used in the kernel and allow the
Kenneth R Westerback
2022-05-09
Replace a stray 0xA6 with DOSPTYP_OPENBSD. Tweak a ">= 2" to more
Kenneth R Westerback
2022-05-08
Rename gt_protected field of struct gpt_type to gt_attr and
Kenneth R Westerback
2022-05-08
Shuffle local helper function declarations and definitions into
Kenneth R Westerback
2022-05-07
Now that the internal versions of GPT partitions are host-endian,
Kenneth R Westerback
2022-05-06
Rename PRT_uuid_to_[protection|typename] to PRT_uuid_to_[protected|sname],
Kenneth R Westerback
2022-05-06
When printing the GPT table, display "Microsoft basic data" instead of
Kenneth R Westerback
2022-05-03
Rework display of partition types, removing unnecessary trailing
Kenneth R Westerback
2022-04-28
Convert the internal GPT partition entries into host-endian form
Kenneth R Westerback
2022-04-25
Push DISK_[read|write]sectors() down to disk.c local functions
Kenneth R Westerback
2022-04-25
gh_csum an gh_part_csum are not used between initializing
Kenneth R Westerback
2022-04-24
Use warnx() if errno is not relevant. close() after errno of
Kenneth R Westerback
2022-04-23
Add missing uuid_dec_le() to init_gp() so -A works on
Kenneth R Westerback
2022-04-20
Refine the GPT partition entry table validity check to ensure
Kenneth R Westerback
2022-04-20
Wrap a long line.
Kenneth R Westerback
2022-04-20
Sigh. Another forgotten header file.
Kenneth R Westerback
2022-04-20
Simpify code manipulating GPT partition names by coalescing
Kenneth R Westerback
2022-04-20
Eliminate some local pointers to gp[pn] and just use gp[pn].
Kenneth R Westerback
2022-04-19
Forgot a file for previous commit.
Kenneth R Westerback
2022-04-19
Bring GPT_print_partition() into line with other functions being passed
Kenneth R Westerback
2022-04-19
Move declaration of DEBUG-only variable inside #ifdef DEBUG.
Kenneth R Westerback
2022-04-19
Eliminate superfluous intermediate variables 'pncnt' now that
Kenneth R Westerback
2022-04-18
Convert the GPT header read from disk into a host-endian version,
Kenneth R Westerback
2022-04-14
Move ((gh_part_size % d_secsize) == 0) validity check
Kenneth R Westerback
2022-04-13
Correct a gh_part_csum calculation used in debug output.
Kenneth R Westerback
2022-04-13
Correct a gh_csum calculation used in debug output.
Kenneth R Westerback
2022-04-13
Eliminate a couple of 'XXX' assumptions by calculating the actual
Kenneth R Westerback
2022-03-31
man pages: add missing commas between subordinate and main clauses
Christian Weisgerber
2022-03-16
The 'status' parameter to uuid_* functions is uint32_t, not int.
Kenneth R Westerback
2022-03-15
Always use letoh32(gh.gh_part_num) instead of NGPTPARTITIONS when
Kenneth R Westerback
2022-03-14
Abstract duplicated code scanning gpt_types[] into a helper
Kenneth R Westerback
2022-03-14
And the prototype too.
Kenneth R Westerback
2022-03-14
PRT_uuid_to_typename() can return const char *.
Kenneth R Westerback
2022-03-14
Nuke extraneous blank line.
Kenneth R Westerback
[next]