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-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
2022-03-13
Missing 'or'.
Kenneth R Westerback
2022-03-11
Simple hack to preserve the EFI System partition when
Kenneth R Westerback
2022-02-04
Wrap some annoyingly long lines.
Kenneth R Westerback
2022-02-04
%llu should be enough for anybody, no need to use %lld/(long long) for
Kenneth R Westerback
2022-02-04
Remove CHS information from internal representation of MBR partitions. Generate
Kenneth R Westerback
2022-02-03
fdisk(8): Make -A preserve BIOS boot partition
Visa Hankala
2022-01-27
Nuke single use function PRT_fix_BN() and just use the ATA/ATAPI LBA -> CHS
Kenneth R Westerback
2022-01-22
Wrap some long lines.
Kenneth R Westerback
2022-01-21
Split PRT_print() into PRT_print_parthdr() and PRT_print_part()
Kenneth R Westerback
2022-01-18
PRT_make() can just zap the destination dos_partition if the
Kenneth R Westerback
2022-01-02
Stop writing big-endian checksums into the little-endian GPT
Kenneth R Westerback
2021-12-29
Tweak some DEBUG output.
Kenneth R Westerback
2021-12-28
Tweak some DEBUG output.
Kenneth R Westerback
2021-12-11
Start the default OpenBSD partition either immediately following
Kenneth R Westerback
[next]