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