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-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
2021-12-07
Don't truncate the default OpenBSD partition at the end of the
Kenneth R Westerback
2021-12-01
Remove the MBR_init() "#ifdef defined(__macppc__) ||
Kenneth R Westerback
2021-11-26
remaing -> remaining
Jonathan Gray
2021-11-25
Honour /usr/mdec/mbr or -f partition 0 information even outside
Kenneth R Westerback
2021-11-20
Gather the setup of the initial OpenBSD MBR partition into one
Kenneth R Westerback
2021-11-20
No need for intermediate 'adj' variable. Add 'disksz'
Kenneth R Westerback
2021-11-20
Sectors-per-cylinder (spc) is a constant value, so make it const
Kenneth R Westerback
2021-11-14
Calculate initial OpenBSD partition start/size using LBA values
Kenneth R Westerback
2021-11-10
Set correct prt_flag to 0.
Kenneth R Westerback
2021-11-09
Try this again, with (__powerpc__ || __mips__) chunk actually
Kenneth R Westerback
2021-11-09
no, that breaks architectures
Theo de Raadt
2021-11-08
Use a couple of local 'struct prt' variables to make MBR_init()
Kenneth R Westerback
2021-11-07
Nuke unused file.
Kenneth R Westerback
2021-10-29
Tweak code to make it clear that MBR_init() uses just the boot code and
Kenneth R Westerback
[next]