summaryrefslogtreecommitdiff
path: root/sbin/gpt/unset.c
AgeCommit message (Expand)Author
2019-03-26Allow -b to specify a partition for "gpt unset" as well.martin
2018-03-19Check device parameter to avoid segfaults. Agument synopsis for -l option.mlelstv
2015-12-29- add more informational messageschristos
2015-12-06Add listing commands for type, set and unset.christos
2015-12-03WARNS=6christos
2015-12-03eliminate static globals so that commands can be re-used.christos
2015-12-01refactor more duplicated code.christos
2015-12-01Refactor the command dispatching and help printing logic.christos
2015-12-01Firs step of refactoring, remove all globals, factor out some common code,christos
2015-11-29merge the create errors in one place and fix them.christos
2014-09-30Add internal uuid support, since the linux+macos versions of the librarychristos
2014-09-30remove compat defines.christos
2014-09-29minor toolification: need libprop...christos
2013-12-10Explicitly state which partition was added/modified.jnemeth
2013-12-09Add two new subcommands, "set" and "unset". These were inspired byjnemeth