summaryrefslogtreecommitdiffstats
path: root/fdisk/partname.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: add is_whole_disk() from fdisk codeKarel Zak2009-03-111-28/+1Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* fdisk: cleanup _PATH_DEV_* macrosKarel Zak2009-02-061-2/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* fdisk: add some missing includesMatthias Koenig2008-11-131-0/+4
| | | | | | | | | | | Currently these missing includes prevent that HDIO_GETGEO is defined, so is_probably_full_disk always uses the "silly heuristic" method. [kzak@redhat.com: add also unistd.h] Signed-off-by: Matthias Koenig <mkoenig@suse.de> Signed-off-by: Karel Zak <kzak@redhat.com>
* fdisk: cleanup BLK* ioctls usageKarel Zak2007-11-071-0/+25
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* fdisk: cleanup partname.cKarel Zak2007-07-231-15/+6Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* fdisk: add support for udev persistent device namesMatthias Koenig2007-07-231-0/+7
| | | | | | | udev names partitions with the extension "-partN" (where N is a partition number). Signed-off-by: Matthias Koenig <mkoenig@suse.de>
* Imported from util-linux-2.11t tarball.Karel Zak2006-12-071-2/+3
|
* Imported from util-linux-2.10m tarball.Karel Zak2006-12-071-0/+46