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