aboutsummaryrefslogtreecommitdiff
path: root/sbin/gpt/create.c
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for license.Marcel Moolenaar2005-08-311-1/+1
* Add an -f option (for force) to the create command. The -f optionMarcel Moolenaar2004-11-131-5/+15
* Fix a braino: the partition size in the PMBR is in sectors, not bytesMarcel Moolenaar2004-11-121-5/+5
* Declare variables as static, like I intended.Marcel Moolenaar2004-10-251-1/+1
* Add byte swapping and UUID encoding/decoding to allow gpt to be compiledMarcel Moolenaar2004-10-251-28/+31
* Use __FBSDID.Marcel Moolenaar2004-08-071-2/+3
* o Newer EFI implementations require that a GPT is preceeded byMarcel Moolenaar2002-12-021-0/+35
* 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-3/+3
* Add the functionality to create an (empty) GPT from scratch. TheMarcel Moolenaar2002-10-251-0/+196