summaryrefslogtreecommitdiffstats
path: root/daemon/devsparts.c
Commit message (Expand)AuthorAgeFilesLines
* New API: part-to-dev: Convert partition name to device name.Richard Jones2010-09-151-0/+27
* Change to using ext2-based, cached supermin appliance.Richard Jones2010-08-231-0/+4
* change strncmp() == 0 to STREQLEN()Jim Meyering2009-11-091-5/+5
* New commands: mkfs-b, mke2journal*, mke2fs-J*Richard W.M. Jones2009-08-151-17/+0
* generator.ml: use new "Pathname" designationJim Meyering2009-08-131-1/+1
* * 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
* Fix errno check in readdir in devsparts.cMatthew Booth2009-08-061-3/+5
* Recognise cd-rom devices in devsparts.cMatthew Booth2009-08-061-72/+96
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-25/+25
* fix comments; move declarationsJim Meyering2009-07-301-6/+4
* Don't show empty CD devices (RHBZ#514505).Richard Jones2009-07-291-0/+27
* remove trailing blanksJim Meyering2009-07-031-1/+1
* Change to use virtio_blk (virtio block device) by default.Richard W.M. Jones2009-07-011-2/+4
* In the daemon, change all const char * parameters to char *.Richard Jones2009-06-101-1/+1
* Add: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtry, sfdisk-disk-geometr...Richard W.M. Jones2009-05-151-43/+0
* /dev/hd* is also a block device on RHEL 5.Richard Jones2009-05-071-2/+4
* Added test suite.Richard Jones2009-04-111-0/+62
* Implement list-devices and list-partitions.Richard Jones2009-04-061-0/+133