aboutsummaryrefslogtreecommitdiff
path: root/sbin/gpt
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove inclusion of <sys/uuid.h>. We now include <sys/uuid.h> inMarcel Moolenaar2002-11-107-7/+0
* o Remove the fallback implementations of uuid_create(),Marcel Moolenaar2002-11-026-68/+5
* o Add functionality to add a GPT partition,Marcel Moolenaar2002-10-279-104/+389
* Add the functionality to create an (empty) GPT from scratch. TheMarcel Moolenaar2002-10-254-2/+199
* Don't complain if we have an inconsistent map that may be theMarcel Moolenaar2002-10-231-8/+13
* Make this compile without needing NO_WERROR.Peter Wemm2002-08-251-1/+1
* Grab a snapshot of Marcel's gpt tool. This is still a work-in-progressPeter Wemm2002-07-2010-0/+1454