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