summaryrefslogtreecommitdiffstats
path: root/daemon/blockdev.c
Commit message (Expand)AuthorAgeFilesLines
* daemon: collect list of called external commandsOlaf Hering2012-08-301-1/+3
* blockdev, parted: Call udev_settle before and after commands. (RHBZ#769304)Richard W.M. Jones2012-02-061-0/+14
* Update FSF address.Matthew Booth2011-11-081-1/+1
* Coverity: Don't leak error strings.Richard W.M. Jones2011-06-091-0/+2
* appliance: Set $PATH instead of hard-coding paths to binaries everywhere.Richard Jones2010-03-261-1/+1
* daemon: Don't need to prefix error messages with the command name.Richard Jones2010-02-121-1/+1
* Fix prototype of commandv to match prototype of commandrv.Richard Jones2009-11-091-1/+1
* wc, blockdev: avoid warnings about discarding "const" qualifiersJim Meyering2009-08-171-1/+1
* adjust const "**" pointers to avoid warningsJim Meyering2009-08-171-1/+1
* generator.ml: use new "Pathname" designationJim Meyering2009-08-131-11/+11
* * src/generator.ml: Change all `String "device"' to `Device "device"'.Jim Meyering2009-08-131-2/+0
* change almost all uses: s/IS_DEVICE/RESOLVE_DEVICE/Jim Meyering2009-08-131-1/+1
* remove trailing blanksJim Meyering2009-07-031-1/+1
* In the daemon, change all const char * parameters to char *.Richard Jones2009-06-101-11/+11
* Implement upload and download commands.Richard Jones2009-04-201-1/+1
* Added blockdev_* calls. RInt64 type. Enhanced tests.Richard Jones2009-04-151-0/+144