summaryrefslogtreecommitdiffstats
path: root/sbin/gpt
Commit message (Expand)AuthorAgeFilesLines
* Fix cut-n-paste bug: compare argument s against known aliases,marcel2006-07-071-6/+6
* Improve support for Intel based Macs:marcel2006-06-223-2/+12
* Move the duplicated logic of parsing partition types into a newmarcel2006-06-225-57/+56
* -mdoc sweep.ru2005-11-181-2/+4
* Add support for setting GPT partition labels. The partitions to bemarcel2005-09-015-33/+343
* Dot the i's: multiple devices can be specified, so the usage shouldmarcel2005-09-013-5/+7
* Add a comment before the statement that is responsible for themarcel2005-09-011-0/+2
* Document the -l and -u options of the show command.marcel2005-08-311-1/+15
* o Replace unicode16() by utf8_to_utf16().marcel2005-08-314-19/+139
* /* -> /*- for license.marcel2005-08-3111-11/+11
* This script was helpful during development, but has no reason tomarcel2005-08-301-11/+0
* Don't print the total number of partitions removed now that we printmarcel2005-08-301-7/+1
* Markup fixes.ru2005-06-141-28/+5
* - distinguish between the device name (what the user called it on thedes2005-04-245-17/+45
* Scheduled mdoc(7) sweep.ru2005-01-101-3/+3
* For create and migrate, remove the `.Op Fl f' introduced in themarcel2004-11-131-4/+2
* Add an -f option (for force) to the migrate command. Normally an MBRmarcel2004-11-132-5/+21
* Add an -f option (for force) to the create command. The -f optionmarcel2004-11-132-6/+25
* Fix a braino: the partition size in the PMBR is in sectors, not bytesmarcel2004-11-122-8/+8
* Remove the -k option to migrate. The option causes gpt(8) to preservemarcel2004-10-312-39/+25
* Remove useless inclusion of <sys/disklabel.h>marcel2004-10-252-2/+0
* Declare variables as static, like I intended.marcel2004-10-254-4/+4
* Fix bogon. Create the BSD label in the FreeBSD slice.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-259-140/+192
* Document the remove command.marcel2004-08-071-1/+37
* Implement a remove command. The remove command iterates the GPTmarcel2004-08-075-3/+217
* Use __FBSDID.marcel2004-08-077-14/+21
* o Save the partition number (=index) in the internal map. The indexmarcel2004-08-076-34/+75
* Add Linux swap partition and MS reserved partition descriptions.marcel2004-08-021-19/+27
* What's in a name: s/disklabel/bsdlabel/marcel2004-08-021-1/+1
* Bump up the date and add spaces around commas. Thanks to ru@ for noticing.arun2004-07-021-2/+2
* Added the ability to create and display Linux/Windows GPT partitions to gpt(8).arun2004-07-013-3/+10
* style.Makefile(5):johan2004-02-231-1/+1
* - Add GPT header/table recovery commandkensmith2003-11-162-4/+92
* - Provide default values for LABELOFFSET and LABELSECTOR sokensmith2003-11-161-0/+11
* Assorted mdoc(7) fixes.ru2003-06-021-37/+42
* Show the paritition types that we recognize in human readable format. eg:peter2003-02-131-4/+28
* o Newer EFI implementations require that a GPT is preceeded bymarcel2002-12-025-55/+153
* Add a manpage. Nobody expects the spanish inquisition, but themarcel2002-12-012-1/+233
* Allow aliases to be used when specifying partition types. The use ofmarcel2002-11-301-5/+14
* Remove inclusion of <sys/uuid.h>. We now include <sys/uuid.h> inmarcel2002-11-107-7/+0
* o Remove the fallback implementations of uuid_create(),marcel2002-11-026-68/+5
* o Add functionality to add a GPT partition,marcel2002-10-279-104/+389
* Add the functionality to create an (empty) GPT from scratch. Themarcel2002-10-254-2/+199
* Don't complain if we have an inconsistent map that may be themarcel2002-10-231-8/+13
* Make this compile without needing NO_WERROR.peter2002-08-251-1/+1
* Grab a snapshot of Marcel's gpt tool. This is still a work-in-progresspeter2002-07-2010-0/+1454
OpenPOWER on IntegriCloud