summaryrefslogtreecommitdiffstats
path: root/sbin/gpt/add.c
Commit message (Expand)AuthorAgeFilesLines
* Dot the i's: multiple devices can be specified, so the usage shouldmarcel2005-09-011-1/+1
* /* -> /*- for license.marcel2005-08-311-1/+1
* - distinguish between the device name (what the user called it on thedes2005-04-241-0/+2
* Remove useless inclusion of <sys/disklabel.h>marcel2004-10-251-1/+0
* Add byte swapping and UUID encoding/decoding to allow gpt to be compiledmarcel2004-10-251-21/+20
* Use __FBSDID.marcel2004-08-071-2/+3
* o Save the partition number (=index) in the internal map. The indexmarcel2004-08-071-22/+49
* Added the ability to create and display Linux/Windows GPT partitions to gpt(8).arun2004-07-011-0/+4
* - Add GPT header/table recovery commandkensmith2003-11-161-2/+3
* 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-101-1/+0
* o Remove the fallback implementations of uuid_create(),marcel2002-11-021-0/+1
* o Add functionality to add a GPT partition,marcel2002-10-271-0/+192
OpenPOWER on IntegriCloud