Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an -f option (for force) to the create command. The -f option | marcel | 2004-11-13 | 1 | -5/+15 |
* | Fix a braino: the partition size in the PMBR is in sectors, not bytes | marcel | 2004-11-12 | 1 | -5/+5 |
* | Declare variables as static, like I intended. | marcel | 2004-10-25 | 1 | -1/+1 |
* | Add byte swapping and UUID encoding/decoding to allow gpt to be compiled | marcel | 2004-10-25 | 1 | -28/+31 |
* | Use __FBSDID. | marcel | 2004-08-07 | 1 | -2/+3 |
* | o Newer EFI implementations require that a GPT is preceeded by | marcel | 2002-12-02 | 1 | -0/+35 |
* | Remove inclusion of <sys/uuid.h>. We now include <sys/uuid.h> in | marcel | 2002-11-10 | 1 | -1/+0 |
* | o Remove the fallback implementations of uuid_create(), | marcel | 2002-11-02 | 1 | -0/+1 |
* | o Add functionality to add a GPT partition, | marcel | 2002-10-27 | 1 | -3/+3 |
* | Add the functionality to create an (empty) GPT from scratch. The | marcel | 2002-10-25 | 1 | -0/+196 |