aboutsummaryrefslogtreecommitdiff
path: root/sbin/gpt/recover.c
Commit message (Collapse)AuthorAgeFilesLines
* - Add GPT header/table recovery commandKen Smith2003-11-161-2/+89
| | | | | | | | | - Minor related cleanup in add command Approved by: marcel Notes: svn path=/head/; revision=122782
* Remove inclusion of <sys/uuid.h>. We now include <sys/uuid.h> inMarcel Moolenaar2002-11-101-1/+0
| | | | | | | | | <sys/gpt.h>. This avoids having to include both <sys/uuid.h> and <uuid.h>, which is considered by your friendly committer to be aestheticly displeasing (= ballyhoo barf barf :-) Notes: svn path=/head/; revision=106740
* Make this compile without needing NO_WERROR.Peter Wemm2002-08-251-1/+1
| | | | Notes: svn path=/head/; revision=102395
* Grab a snapshot of Marcel's gpt tool. This is still a work-in-progressPeter Wemm2002-07-201-0/+92
but is useful to have handy. EFI GPT partitions are used instead of the fdisk+disklabel combination. They are pure 64 bit LBA, are fully extensible, support up to 16383 partitons per disk, etc. Notes: svn path=/head/; revision=100410