summaryrefslogtreecommitdiffstats
path: root/sbin/gpt/gpt.c
Commit message (Expand)AuthorAgeFilesLines
* Remove gpt(8). It's replaced by gpart(8).marcel2008-06-091-712/+0
* Add 'zfs' as an alias for the FreeBSD ZFS UUID.jhb2008-04-071-0/+7
* Map 'boot' to GPT_ENT_TYPE_FREEBSD_BOOT when parsuing UUIDs so that thingsjhb2008-01-301-0/+7
* Don't look for GPT primary and secondary tables on a disk unless we havejhb2007-11-011-4/+10
* First cut at support for booting a GPT labeled disk via the BIOS bootstrapjhb2007-10-241-0/+1
* Fix cut-n-paste bug: compare argument s against known aliases,marcel2006-07-071-6/+6
* Improve support for Intel based Macs:marcel2006-06-221-0/+7
* Move the duplicated logic of parsing partition types into a newmarcel2006-06-221-0/+49
* Add support for setting GPT partition labels. The partitions to bemarcel2005-09-011-1/+2
* o Replace unicode16() by utf8_to_utf16().marcel2005-08-311-5/+104
* /* -> /*- for license.marcel2005-08-311-1/+1
* - distinguish between the device name (what the user called it on thedes2005-04-241-11/+15
* Add byte swapping and UUID encoding/decoding to allow gpt to be compiledmarcel2004-10-251-20/+56
* Implement a remove command. The remove command iterates the GPTmarcel2004-08-071-1/+1
* o Save the partition number (=index) in the internal map. The indexmarcel2004-08-071-0/+2
* o Newer EFI implementations require that a GPT is preceeded bymarcel2002-12-021-43/+85
* 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-57/+1
* o Add functionality to add a GPT partition,marcel2002-10-271-31/+73
* Add the functionality to create an (empty) GPT from scratch. Themarcel2002-10-251-1/+1
* Grab a snapshot of Marcel's gpt tool. This is still a work-in-progresspeter2002-07-201-0/+466
OpenPOWER on IntegriCloud