aboutsummaryrefslogtreecommitdiff
path: root/sbin/gpt
Commit message (Expand)AuthorAgeFilesLines
* Remove gpt(8). It's replaced by gpart(8).Marcel Moolenaar2008-06-0915-3544/+0
* Add 'zfs' as an alias for the FreeBSD ZFS UUID.John Baldwin2008-04-071-0/+7
* Bump .Dd for r1.19; use consistent whitespace.Ceri Davies2008-02-051-2/+2
* Add ZFS support.John Baldwin2008-02-053-1/+11
* Map 'boot' to GPT_ENT_TYPE_FREEBSD_BOOT when parsuing UUIDs so that thingsJohn Baldwin2008-01-301-0/+7
* Don't look for GPT primary and secondary tables on a disk unless we haveJohn Baldwin2007-11-011-4/+10
* Fix 'gpt boot' to work on disk devices and not just plain files. Writes toJohn Baldwin2007-11-011-5/+10
* First cut at support for booting a GPT labeled disk via the BIOS bootstrapJohn Baldwin2007-10-247-36/+361
* Use strtoll(3) instead of strtol(3) for the starting block orMarcel Moolenaar2006-10-043-6/+6
* Fix cut-n-paste bug: compare argument s against known aliases,Marcel Moolenaar2006-07-071-6/+6
* Improve support for Intel based Macs:Marcel Moolenaar2006-06-223-2/+12
* Move the duplicated logic of parsing partition types into a newMarcel Moolenaar2006-06-225-57/+56
* -mdoc sweep.Ruslan Ermilov2005-11-181-2/+4
* Add support for setting GPT partition labels. The partitions to beMarcel Moolenaar2005-09-015-33/+343
* Dot the i's: multiple devices can be specified, so the usage shouldMarcel Moolenaar2005-09-013-5/+7
* Add a comment before the statement that is responsible for theMarcel Moolenaar2005-09-011-0/+2
* Document the -l and -u options of the show command.Marcel Moolenaar2005-08-311-1/+15
* o Replace unicode16() by utf8_to_utf16().Marcel Moolenaar2005-08-314-19/+139
* /* -> /*- for license.Marcel Moolenaar2005-08-3111-11/+11
* This script was helpful during development, but has no reason toMarcel Moolenaar2005-08-301-11/+0
* Don't print the total number of partitions removed now that we printMarcel Moolenaar2005-08-301-7/+1
* Markup fixes.Ruslan Ermilov2005-06-141-28/+5
* - distinguish between the device name (what the user called it on theDag-Erling Smørgrav2005-04-245-17/+45
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-101-3/+3
* For create and migrate, remove the `.Op Fl f' introduced in theMarcel Moolenaar2004-11-131-4/+2
* Add an -f option (for force) to the migrate command. Normally an MBRMarcel Moolenaar2004-11-132-5/+21
* Add an -f option (for force) to the create command. The -f optionMarcel Moolenaar2004-11-132-6/+25
* Fix a braino: the partition size in the PMBR is in sectors, not bytesMarcel Moolenaar2004-11-122-8/+8
* Remove the -k option to migrate. The option causes gpt(8) to preserveMarcel Moolenaar2004-10-312-39/+25
* Remove useless inclusion of <sys/disklabel.h>Marcel Moolenaar2004-10-252-2/+0
* Declare variables as static, like I intended.Marcel Moolenaar2004-10-254-4/+4
* Fix bogon. Create the BSD label in the FreeBSD slice.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-259-140/+192
* Document the remove command.Marcel Moolenaar2004-08-071-1/+37
* Implement a remove command. The remove command iterates the GPTMarcel Moolenaar2004-08-075-3/+217
* Use __FBSDID.Marcel Moolenaar2004-08-077-14/+21
* o Save the partition number (=index) in the internal map. The indexMarcel Moolenaar2004-08-076-34/+75
* Add Linux swap partition and MS reserved partition descriptions.Marcel Moolenaar2004-08-021-19/+27
* What's in a name: s/disklabel/bsdlabel/Marcel Moolenaar2004-08-021-1/+1
* Bump up the date and add spaces around commas. Thanks to ru@ for noticing.Arun Sharma2004-07-021-2/+2
* Added the ability to create and display Linux/Windows GPT partitions to gpt(8).Arun Sharma2004-07-013-3/+10
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
* - Add GPT header/table recovery commandKen Smith2003-11-162-4/+92
* - Provide default values for LABELOFFSET and LABELSECTOR soKen Smith2003-11-161-0/+11
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-06-021-37/+42
* Show the paritition types that we recognize in human readable format. eg:Peter Wemm2003-02-131-4/+28
* o Newer EFI implementations require that a GPT is preceeded byMarcel Moolenaar2002-12-025-55/+153
* Add a manpage. Nobody expects the spanish inquisition, but theMarcel Moolenaar2002-12-012-1/+233
* Allow aliases to be used when specifying partition types. The use ofMarcel Moolenaar2002-11-301-5/+14