| Age | Commit message (Expand) | Author |
| 2013-12-19 | Bump date for previous. | wiz |
| 2013-12-19 | Add the backup subcommand. It dumps the contents of the partition | jnemeth |
| 2013-12-18 | If we want to GUIDs to display with correct endian, it helps to decode it first. | jnemeth |
| 2013-12-10 | Explicitly state which partition was added/modified. | jnemeth |
| 2013-12-09 | Fix typo. | wiz |
| 2013-12-09 | Add two new subcommands, "set" and "unset". These were inspired by | jnemeth |
| 2013-12-09 | For the "show -i <entry>" subcommand, print Start and Size both in | jnemeth |
| 2013-12-08 | For the add and resize subcommands, change the -s option. If there is | jnemeth |
| 2013-12-08 | fix off-by-one error | jnemeth |
| 2013-12-06 | Don't attempt to create/resize an unaligned partition if the attempt | jnemeth |
| 2013-12-04 | Use MBR_PTYPE_ defines from <sys/bootblock.h>. | jakllsch |
| 2013-12-04 | Mirror my changes of src/sbin/gpt/create.c 1.4 in migrate.c; | jakllsch |
| 2013-11-30 | Add two new options: | jnemeth |
| 2013-11-28 | when calling dehumanize_number() make sure the resulting number is >= 1 | jnemeth |
| 2013-11-27 | CID 1132762: Add error check for negative, to make zero-divide in module | christos |
| 2013-11-27 | CID 1132764: Bogus test | christos |
| 2013-11-27 | Remove FreeBSD specific code as per message to tech-userlevel. | jnemeth |
| 2013-11-23 | Only skip past _PATH_DEV if it is actually present. | jnemeth |
| 2013-11-22 | change the "-b blocknr" parameter to accept a "human number" | jnemeth |
| 2013-11-22 | bump date | jnemeth |
| 2013-11-22 | In the manpage: | jnemeth |
| 2013-11-20 | shrunk. | wiz |
| 2013-11-20 | Add a resize command. This command was inspired by FreeBSD's gpart(8), | jnemeth |
| 2013-11-19 | delete an errant where it is obvious what the code is doing | jnemeth |
| 2013-11-19 | When setting a label on the new partition, be sure to set the label | jnemeth |
| 2013-11-19 | update synopsis for add subcommand | jnemeth |
| 2013-11-19 | Add two new options to the "add" subcommand: | jnemeth |
| 2013-11-13 | CID 1125874: Fix memory leak | christos |
| 2013-10-26 | cosmetic fix from drochner@ | jnemeth |
| 2013-10-24 | - markup | jnemeth |
| 2013-10-22 | In a NetBSD disklabel, p_offset is from the beginning of the disk, | jnemeth |
| 2013-10-20 | revert typo fix; teach me to blindly take changes from upstream | jnemeth |
| 2013-10-19 | Convert FreeBSD numeric FS_<type>s to labels by request. | jnemeth |
| 2013-10-19 | - convert FreeBSD FS_<type> to numbers where they don't match NetBSD | jnemeth |
| 2013-10-19 | recognize FreeBSD ZFS partition | jnemeth |
| 2013-10-19 | Add code for detecting FreeBSD ZFS partitions. | jnemeth |
| 2013-10-19 | type fix: accommodate. -> accomodate. | jnemeth |
| 2013-05-26 | Instead of 'no space', say 'not enough space' in error message. | wiz |
| 2013-04-13 | Make pre-initialized partition type uuid_t symbols 'static const'. | jakllsch |
| 2013-04-13 | drop trailing whitespace | jakllsch |
| 2013-04-13 | Clean up gpt(8) a bit more | jakllsch |
| 2013-04-13 | Use correct spelling of "secondary" in comments. | jakllsch |
| 2013-01-18 | Now that GPT_ENT_TYPE_LINUX_DATA is diffrent from the Windows one, use it. | jakllsch |
| 2012-07-30 | Fix a few straggling BE/LE problems. | matt |
| 2012-07-25 | Make sure utf-16 strings are written as little endian words. | matt |
| 2012-05-02 | Bump date to date of previous change. | jakllsch |
| 2012-03-09 | fix a path | drochner |
| 2011-11-11 | Add an EXAMPLE section showing how to add a swap file system using gpt. Bump ... | wiz |
| 2011-09-19 | Minimally document gpt recover. Bump date. | wiz |
| 2011-08-27 | Use __dead | joerg |