aboutsummaryrefslogtreecommitdiff
path: root/sbin/gpt/migrate.c
Commit message (Expand)AuthorAgeFilesLines
* Remove gpt(8). It's replaced by gpart(8).Marcel Moolenaar2008-06-091-372/+0
* Add ZFS support.John Baldwin2008-02-051-0/+7
* Dot the i's: multiple devices can be specified, so the usage shouldMarcel Moolenaar2005-09-011-1/+1
* o Replace unicode16() by utf8_to_utf16().Marcel Moolenaar2005-08-311-9/+10
* /* -> /*- for license.Marcel Moolenaar2005-08-311-1/+1
* Add an -f option (for force) to the migrate command. Normally an MBRMarcel Moolenaar2004-11-131-5/+11
* Fix a braino: the partition size in the PMBR is in sectors, not bytesMarcel Moolenaar2004-11-121-3/+3
* Remove the -k option to migrate. The option causes gpt(8) to preserveMarcel Moolenaar2004-10-311-29/+24
* Declare variables as static, like I intended.Marcel Moolenaar2004-10-251-1/+1
* Catch up with the BSD label changes. The partition offsets are relativeMarcel Moolenaar2004-10-251-3/+20
* Add byte swapping and UUID encoding/decoding to allow gpt to be compiledMarcel Moolenaar2004-10-251-45/+50
* Use __FBSDID.Marcel Moolenaar2004-08-071-2/+3
* - Provide default values for LABELOFFSET and LABELSECTOR soKen Smith2003-11-161-0/+11
* o Newer EFI implementations require that a GPT is preceeded byMarcel Moolenaar2002-12-021-4/+9
* Remove inclusion of <sys/uuid.h>. We now include <sys/uuid.h> inMarcel Moolenaar2002-11-101-1/+0
* o Remove the fallback implementations of uuid_create(),Marcel Moolenaar2002-11-021-0/+1
* o Add functionality to add a GPT partition,Marcel Moolenaar2002-10-271-3/+3
* Grab a snapshot of Marcel's gpt tool. This is still a work-in-progressPeter Wemm2002-07-201-0/+324