summaryrefslogtreecommitdiffstats
path: root/fdisks/fdisksgilabel.c
Commit message (Expand)AuthorAgeFilesLines
* fdisks: fix compiler warningKarel Zak2013-04-171-2/+4
* libfdisk: add fdisk_partition_toggle_flag()Karel Zak2013-03-111-12/+25
* fdisk: remove global unit variablesKarel Zak2013-03-111-13/+21
* fdisk: remove fdisk_label from API functions, add asserts, use size_tKarel Zak2013-03-111-29/+43
* fdisk: (dos) kill 'partitions' global variableKarel Zak2013-03-111-20/+47
* libfdisk: add part_get_status operationKarel Zak2013-03-111-1/+26
* fdisk: use libfdisk label->changedKarel Zak2013-03-111-3/+4
* libfdisk: move label identifier to label structKarel Zak2013-03-111-2/+1Star
* libfdisk: add fdisk_label to driver APIKarel Zak2013-03-111-11/+24
* libfdisk: split label and label operationsKarel Zak2013-03-111-13/+42
* fdisk: api: propagate add partitions to usersDavidlohr Bueso2012-11-301-5/+7
* fdisk: api: move disklabel type to cxtDavidlohr Bueso2012-11-301-2/+2
* fdisk: fix compiler warning [-Wpointer-arith] and floating point exceptionKarel Zak2012-10-231-11/+13
* fdisk: api: propagate partition deletion to usersDavidlohr Bueso2012-10-181-5/+8
* fdisk: use fdisk_parttype in add_partitionKarel Zak2012-09-271-4/+6
* fdisk: add fdisk_set_partition_type()Karel Zak2012-09-271-21/+32
* fdisk: add fdisk_get_partition_type()Karel Zak2012-09-271-5/+20
* fdisk: add new functions for work with fdisk_parttypeKarel Zak2012-09-271-4/+6
* fdisk: move partition types to label specific partKarel Zak2012-09-271-2/+4
* fdisk: sgi: use xcalloc()Karel Zak2012-07-261-1/+1
* fdisk: return success from sgi_create_disklabelPetr Uzel2012-07-241-0/+1
* fdisk: API: add fdisk_label_changeDavidlohr Bueso2012-07-241-2/+2
* fdisk: API: add verify to label operationsDavidlohr Bueso2012-07-241-15/+14Star
* fdisk: API: add new partition to label operationsDavidlohr Bueso2012-07-241-2/+2
* fdisk: API: add write to label operationsDavidlohr Bueso2012-07-241-16/+34
* fdisk: API: add delete partition to label operationsDavidlohr Bueso2012-07-231-3/+3
* fdisk: rename cxt->mbr buffer to cxt->firstsectorKarel Zak2012-07-231-2/+2
* fdisk: move label specific stuff to fdiskdoslabel.cKarel Zak2012-07-231-1/+6
* fdisk: rename label probing functionsPetr Uzel2012-07-161-2/+2
* fdisk: don't call update_units() in label probes if not necessaryPetr Uzel2012-07-161-1/+0Star
* fdisk: API: add label probing functionalityDavidlohr Bueso2012-07-161-1/+7
* build-sys: rename fdisk -> fdisks/, convert to moduleKarel Zak2012-06-261-0/+879