summaryrefslogtreecommitdiff
path: root/sbin/gpt/add.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvscvs2svn2006-05-061-1/+1
* Sync with HEAD:Marcel Moolenaar2005-09-061-2/+2
* - distinguish between the device name (what the user called it on theDag-Erling Smørgrav2005-04-241-0/+2
* Remove useless inclusion of <sys/disklabel.h>Marcel Moolenaar2004-10-251-1/+0
* Add byte swapping and UUID encoding/decoding to allow gpt to be compiledMarcel Moolenaar2004-10-251-21/+20
* Use __FBSDID.Marcel Moolenaar2004-08-071-2/+3
* o Save the partition number (=index) in the internal map. The indexMarcel Moolenaar2004-08-071-22/+49
* Added the ability to create and display Linux/Windows GPT partitions to gpt(8).Arun Sharma2004-07-011-0/+4
* - Add GPT header/table recovery commandKen Smith2003-11-161-2/+3
* 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-101-1/+0
* o Remove the fallback implementations of uuid_create(),Marcel Moolenaar2002-11-021-0/+1
* o Add functionality to add a GPT partition,Marcel Moolenaar2002-10-271-0/+192