| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't look for GPT primary and secondary tables on a disk unless we have | jhb | 2007-11-01 | 1 | -4/+10 |
* | Fix 'gpt boot' to work on disk devices and not just plain files. Writes to | jhb | 2007-11-01 | 1 | -5/+10 |
* | First cut at support for booting a GPT labeled disk via the BIOS bootstrap | jhb | 2007-10-24 | 7 | -36/+361 |
* | Use strtoll(3) instead of strtol(3) for the starting block or | marcel | 2006-10-04 | 3 | -6/+6 |
* | Fix cut-n-paste bug: compare argument s against known aliases, | marcel | 2006-07-07 | 1 | -6/+6 |
* | Improve support for Intel based Macs: | marcel | 2006-06-22 | 3 | -2/+12 |
* | Move the duplicated logic of parsing partition types into a new | marcel | 2006-06-22 | 5 | -57/+56 |
* | -mdoc sweep. | ru | 2005-11-18 | 1 | -2/+4 |
* | Add support for setting GPT partition labels. The partitions to be | marcel | 2005-09-01 | 5 | -33/+343 |
* | Dot the i's: multiple devices can be specified, so the usage should | marcel | 2005-09-01 | 3 | -5/+7 |
* | Add a comment before the statement that is responsible for the | marcel | 2005-09-01 | 1 | -0/+2 |
* | Document the -l and -u options of the show command. | marcel | 2005-08-31 | 1 | -1/+15 |
* | o Replace unicode16() by utf8_to_utf16(). | marcel | 2005-08-31 | 4 | -19/+139 |
* | /* -> /*- for license. | marcel | 2005-08-31 | 11 | -11/+11 |
* | This script was helpful during development, but has no reason to | marcel | 2005-08-30 | 1 | -11/+0 |
* | Don't print the total number of partitions removed now that we print | marcel | 2005-08-30 | 1 | -7/+1 |
* | Markup fixes. | ru | 2005-06-14 | 1 | -28/+5 |
* | - distinguish between the device name (what the user called it on the | des | 2005-04-24 | 5 | -17/+45 |
* | Scheduled mdoc(7) sweep. | ru | 2005-01-10 | 1 | -3/+3 |
* | For create and migrate, remove the `.Op Fl f' introduced in the | marcel | 2004-11-13 | 1 | -4/+2 |
* | Add an -f option (for force) to the migrate command. Normally an MBR | marcel | 2004-11-13 | 2 | -5/+21 |
* | Add an -f option (for force) to the create command. The -f option | marcel | 2004-11-13 | 2 | -6/+25 |
* | Fix a braino: the partition size in the PMBR is in sectors, not bytes | marcel | 2004-11-12 | 2 | -8/+8 |
* | Remove the -k option to migrate. The option causes gpt(8) to preserve | marcel | 2004-10-31 | 2 | -39/+25 |
* | Remove useless inclusion of <sys/disklabel.h> | marcel | 2004-10-25 | 2 | -2/+0 |
* | Declare variables as static, like I intended. | marcel | 2004-10-25 | 4 | -4/+4 |
* | Fix bogon. Create the BSD label in the FreeBSD slice. | marcel | 2004-10-25 | 1 | -1/+1 |
* | Catch up with the BSD label changes. The partition offsets are relative | marcel | 2004-10-25 | 1 | -3/+20 |
* | Add byte swapping and UUID encoding/decoding to allow gpt to be compiled | marcel | 2004-10-25 | 9 | -140/+192 |
* | Document the remove command. | marcel | 2004-08-07 | 1 | -1/+37 |
* | Implement a remove command. The remove command iterates the GPT | marcel | 2004-08-07 | 5 | -3/+217 |
* | Use __FBSDID. | marcel | 2004-08-07 | 7 | -14/+21 |
* | o Save the partition number (=index) in the internal map. The index | marcel | 2004-08-07 | 6 | -34/+75 |
* | Add Linux swap partition and MS reserved partition descriptions. | marcel | 2004-08-02 | 1 | -19/+27 |
* | What's in a name: s/disklabel/bsdlabel/ | marcel | 2004-08-02 | 1 | -1/+1 |
* | Bump up the date and add spaces around commas. Thanks to ru@ for noticing. | arun | 2004-07-02 | 1 | -2/+2 |
* | Added the ability to create and display Linux/Windows GPT partitions to gpt(8). | arun | 2004-07-01 | 3 | -3/+10 |
* | style.Makefile(5): | johan | 2004-02-23 | 1 | -1/+1 |
* | - Add GPT header/table recovery command | kensmith | 2003-11-16 | 2 | -4/+92 |
* | - Provide default values for LABELOFFSET and LABELSECTOR so | kensmith | 2003-11-16 | 1 | -0/+11 |
* | Assorted mdoc(7) fixes. | ru | 2003-06-02 | 1 | -37/+42 |
* | Show the paritition types that we recognize in human readable format. eg: | peter | 2003-02-13 | 1 | -4/+28 |
* | o Newer EFI implementations require that a GPT is preceeded by | marcel | 2002-12-02 | 5 | -55/+153 |
* | Add a manpage. Nobody expects the spanish inquisition, but the | marcel | 2002-12-01 | 2 | -1/+233 |
* | Allow aliases to be used when specifying partition types. The use of | marcel | 2002-11-30 | 1 | -5/+14 |
* | Remove inclusion of <sys/uuid.h>. We now include <sys/uuid.h> in | marcel | 2002-11-10 | 7 | -7/+0 |
* | o Remove the fallback implementations of uuid_create(), | marcel | 2002-11-02 | 6 | -68/+5 |
* | o Add functionality to add a GPT partition, | marcel | 2002-10-27 | 9 | -104/+389 |
* | Add the functionality to create an (empty) GPT from scratch. The | marcel | 2002-10-25 | 4 | -2/+199 |
* | Don't complain if we have an inconsistent map that may be the | marcel | 2002-10-23 | 1 | -8/+13 |