summaryrefslogtreecommitdiffstats
path: root/daemon/parted.c
Commit message (Expand)AuthorAgeFilesLines
* parted: Check partition number >= 1 in several calls.Richard Jones2010-06-021-0/+30
* daemon: Parse output of old parted which didn't support -m option (RHBZ#598309).Richard Jones2010-06-021-83/+284
* daemon: count_strings function returns size_tRichard Jones2010-06-021-1/+1
* New partition APIs: part_del, part_get_bootable, part_get/set_mbr_idRichard Jones2010-04-121-0/+101
* daemon: More reliable parsing of the output from 'parted print'.Richard Jones2010-04-121-19/+33
* daemon: Make the RUN_PARTED macro take an error statement.Richard Jones2010-04-121-7/+9
* appliance: Set $PATH instead of hard-coding paths to binaries everywhere.Richard Jones2010-03-261-3/+3
* daemon: Don't need to prefix error messages with the command name.Richard Jones2010-02-121-8/+8
* Fix problems found by 'make syntax check'Richard Jones2009-11-101-43/+43
* Generic partition creation interface.Richard Jones2009-11-101-0/+357