summaryrefslogtreecommitdiffstats
path: root/sbin/gpt/remove.c
Commit message (Expand)AuthorAgeFilesLines
* Use strtoll(3) instead of strtol(3) for the starting block ormarcel2006-10-041-2/+2
* Move the duplicated logic of parsing partition types into a newmarcel2006-06-221-19/+2
* Dot the i's: multiple devices can be specified, so the usage shouldmarcel2005-09-011-3/+5
* Add a comment before the statement that is responsible for themarcel2005-09-011-0/+2
* /* -> /*- for license.marcel2005-08-311-1/+1
* Don't print the total number of partitions removed now that we printmarcel2005-08-301-7/+1
* - distinguish between the device name (what the user called it on thedes2005-04-241-3/+16
* 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-11/+13
* Implement a remove command. The remove command iterates the GPTmarcel2004-08-071-0/+212
OpenPOWER on IntegriCloud