index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
gpt
/
unset.c
Age
Commit message (
Expand
)
Author
2019-03-26
Allow -b to specify a partition for "gpt unset" as well.
martin
2018-03-19
Check device parameter to avoid segfaults. Agument synopsis for -l option.
mlelstv
2015-12-29
- add more informational messages
christos
2015-12-06
Add listing commands for type, set and unset.
christos
2015-12-03
WARNS=6
christos
2015-12-03
eliminate static globals so that commands can be re-used.
christos
2015-12-01
refactor more duplicated code.
christos
2015-12-01
Refactor the command dispatching and help printing logic.
christos
2015-12-01
Firs step of refactoring, remove all globals, factor out some common code,
christos
2015-11-29
merge the create errors in one place and fix them.
christos
2014-09-30
Add internal uuid support, since the linux+macos versions of the library
christos
2014-09-30
remove compat defines.
christos
2014-09-29
minor toolification: need libprop...
christos
2013-12-10
Explicitly state which partition was added/modified.
jnemeth
2013-12-09
Add two new subcommands, "set" and "unset". These were inspired by
jnemeth