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
/
gpt.c
Age
Commit message (
Expand
)
Author
2016-03-28
Remove unused variables
Ricardo Mestre
2016-01-09
Revamp the display of GPT information, hiding less important
Kenneth R Westerback
2015-12-11
Add '-v' flag that forces the display of both GPT's and the MBR.
Kenneth R Westerback
2015-11-26
When prompting for a GPT partition type, use the partition's current type as
Tim van der Molen
2015-11-19
Reduce overburden of unnecessary #include's. Note that param.h is
Kenneth R Westerback
2015-11-15
Move zapping of invalid GPT data into GPT_get_gpt() rather than
Kenneth R Westerback
2015-11-13
Move from opening/closing disk for every i/o to opening the disk once
Kenneth R Westerback
2015-11-12
Refresh the in-kernel copy of the disklabel from the disk *after* writing
Kenneth R Westerback
2015-11-11
Display full disk size when editing GPT, not the truncated MBR size. Display
Kenneth R Westerback
2015-10-26
Add GPT editing. Based on GSOC 2014 work by Markus Muller.
Kenneth R Westerback
2015-10-05
Enhance '-g' to create a default GPT label in addition to the protective
Kenneth R Westerback