summaryrefslogtreecommitdiffstats
path: root/libfdisk/src/sgi.c
Commit message (Collapse)AuthorAgeFilesLines
...
* libfdisk: fix cylinders and sector buffer usageKarel Zak2013-09-181-0/+3
| | | | | | | - sector buffer has to be correctly deallocated - round to cylinders when use cylinder units in dos driver Signed-off-by: Karel Zak <kzak@redhat.com>
* libfdisk: use fdisk_colon() and fdisk_sinfo()Karel Zak2013-09-161-6/+7
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libfdisk: cleanup SGI functions namesKarel Zak2013-09-161-6/+13
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libfdisk: add FDISK_LABEL_FL_REQUIRE_GEOMETRYKarel Zak2013-09-161-0/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libfdisk: (sgi) add driverKarel Zak2013-09-161-0/+1182
Signed-off-by: Karel Zak <kzak@redhat.com>