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
2021-06-23
The value of -l should be treated as a 512-byte block count.
Kenneth R Westerback
2021-06-22
Pp not required before list items;
Jason McIntyre
2021-06-22
The values for blocks and offset in -b should be treated as 512-byte block
Kenneth R Westerback
2021-06-21
Wrap #define nitems in #ifndef nitems/#endif.
Kenneth R Westerback
2021-06-21
Add -A option to "safely" initialize a GPT without removing
Kenneth R Westerback
2021-06-20
replace the Oo/Oc block of -chs in SYNOPSIS with a simple Op: the block
Jason McIntyre
2021-06-20
few more Ns in the -b option description
Theo de Raadt
2021-06-20
Make -b available to architectures other than amd64 and i386.
Kenneth R Westerback
2021-06-16
Ensure that the '-i' command line option and the 'reinit [mbr]'
Kenneth R Westerback
2021-06-14
Only use of 'reinited' died in cmd.c r1.100. It is now set in a
Kenneth R Westerback
2021-06-14
Somewhere in the recent churn a couple of memset()'s
Kenneth R Westerback
2021-06-13
There is no '!' in HiFive.
Kenneth R Westerback
2021-06-13
Have gedit() and gsetpid() both return CMD_CLEAN if no data has
Kenneth R Westerback
2021-06-13
Tweak gsetpid() to restore partition info in case of an error,
Kenneth R Westerback
2021-06-13
UUID_STR_LEN+1 is less mysterious than '37'.
Kenneth R Westerback
2021-06-13
Don't ignore a GPT that claims the last usable LBA is located
Kenneth R Westerback
2021-06-13
Fix lba_start >= lba_end debug message.
Kenneth R Westerback
2021-06-12
Ooops. Managed to typo 'gh' instead of 'gp' when copying
Kenneth R Westerback
2021-06-12
Recognize "HiFive! FSBL" and "HiFive! BBL" GPT partitions.
Kenneth R Westerback
2021-06-12
Abstract init_gh() and init_gp() from GPT_init().
Kenneth R Westerback
2021-06-12
GPT_get_header() and GPT_get_partition_table() are only used
Kenneth R Westerback
2021-06-12
When initializing a GPT always create an EFI SYS partition if the
Kenneth R Westerback
2021-06-12
Create add_partition() and use in GPT_init() to initialize GPT
Kenneth R Westerback
2021-06-12
Use a new variable 'gpbytes' rather than 'sizeof(gp)' to control
Kenneth R Westerback
2021-06-11
Oops. Restore error message when no free space found.
Kenneth R Westerback
2021-06-11
Add local function lba_free() to find the bounds of the largest
Kenneth R Westerback
2021-06-11
Add local functions edit() and setpid().
Kenneth R Westerback
2021-06-11
Take a bit more obvious care in gedit() to restore original
Kenneth R Westerback
2021-06-11
No need to parse partition number more than necessary. Just pass
Kenneth R Westerback
2021-06-10
Another hand rolled partition number parsing bites the dust.
Kenneth R Westerback
2021-06-10
Missed an occurance of hand rolled partition number parsing.
Kenneth R Westerback
2021-06-10
Abstract repeated parsing of partition numbers into parsepn() to
Kenneth R Westerback
2021-06-10
Local functions don't need to be in .h files, nor do they need the
Kenneth R Westerback
2021-06-10
Shift zeroing of gpt header and partition table to top of
Kenneth R Westerback
2021-06-10
Toss in 'const' for the parameters to string_to_utf16le() and
Kenneth R Westerback
2021-06-10
'i' is a silly name for a daddr_t variable, and could be needed
Kenneth R Westerback
2021-06-10
Rename vars 'oldpart' to 'oldgg' when storing 'gg' value, and
Kenneth R Westerback
2021-06-10
Nuke extraneous blank line.
Kenneth R Westerback
2021-06-03
Recognize the Apple APFS GPT partition types seen on Apple M1 boxen.
Kenneth R Westerback
2021-06-02
Use the same logic in all copies of gpt_chk_mbr(), relaxing the
Kenneth R Westerback
2021-05-27
Relax criteria for recognizing GPT formatted media by allowing the
Kenneth R Westerback
2021-05-21
The protective MBR for GPT partitioning must be at
Kenneth R Westerback
2021-05-20
Nuke duplicate declaration of MBR_init_GPT().
Kenneth R Westerback
2021-05-19
No need to pass the location of the partition table to
Kenneth R Westerback
2021-05-15
Nuke some Capt. Obvious and soon to be obsolete comments in
Kenneth R Westerback
2021-05-15
Keep internal representation of DOSPTYP_EFI partition sizes correct.
Kenneth R Westerback
2021-05-15
Add missing MBR_protective_mbr() check when writing edited GPT.
Kenneth R Westerback
2021-05-15
Shuffle USER_print_disk() code into a more rational, clearer
Kenneth R Westerback
2021-05-15
Shuffle GPT_read() code into a nice switch{}, eliminating
Kenneth R Westerback
2021-05-14
Whitespace tweaks and a couple of stray u_int* in gpt_chk_mbr().
Kenneth R Westerback
[next]