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
/
migrate.c
Age
Commit message (
Expand
)
Author
2019-03-03
add some more FAT file system types
jnemeth
2019-02-10
Make "gpt migrate" work for disks with FAT32 and NTFS partitions
martin
2018-07-03
Not all things that write to the disk do something that dk(4) will
jnemeth
2016-06-09
Rename 'a' to set the active PMBR flag to 'A'
christos
2016-06-09
PR/51230: Add the ability to set the active flag in the PMBR.
christos
2015-12-29
- add more informational messages
christos
2015-12-06
remove more duplicated code.
christos
2015-12-05
Add debugging and more to migration
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-10-03
provide a copy of the kernel uuid generator (with portable API calls) for
christos
2014-10-03
"0" is not guaranteed to be unique
jnemeth
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
more toolification changes
christos
2014-09-29
more toolification
christos
2014-09-29
minor toolification: need libprop...
christos
2013-12-04
Use MBR_PTYPE_ defines from <sys/bootblock.h>.
jakllsch
2013-12-04
Mirror my changes of src/sbin/gpt/create.c 1.4 in migrate.c;
jakllsch
2013-11-13
CID 1125874: Fix memory leak
christos
2013-10-22
In a NetBSD disklabel, p_offset is from the beginning of the disk,
jnemeth
2013-10-19
Convert FreeBSD numeric FS_<type>s to labels by request.
jnemeth
2013-10-19
- convert FreeBSD FS_<type> to numbers where they don't match NetBSD
jnemeth
2013-10-19
Add code for detecting FreeBSD ZFS partitions.
jnemeth
2013-04-13
Make pre-initialized partition type uuid_t symbols 'static const'.
jakllsch
2013-04-13
Clean up gpt(8) a bit more
jakllsch
2011-08-27
Use __dead
joerg
2007-12-18
Fix the usage strings for each command, and print them all for the
riz
2006-10-17
Some of our ports want <sys/param.h> in order to have DEV_BSIZE defined,
he
2006-10-15
Make this work under NetBSD.
christos
2006-10-15
Import the gpt tool from FreeBSD
christos