summaryrefslogtreecommitdiffstats
path: root/fdisks/fdiskbsdlabel.c
Commit message (Expand)AuthorAgeFilesLines
* fdisk: (bsd) support non-nested version tooKarel Zak2013-03-111-10/+3Star
* fdisk: (bds) use nested partition tableKarel Zak2013-03-111-29/+26Star
* fdisk: remove global unit variablesKarel Zak2013-03-111-11/+16
* libfdisk: add FDISK_LABEL_FL_ADDPART_NOPARTNOKarel Zak2013-03-111-0/+3
* fdisk: remove fdisk_label from API functions, add asserts, use size_tKarel Zak2013-03-111-45/+63
* fdisk: (dos) kill 'partitions' global variableKarel Zak2013-03-111-1/+1
* fdisk: use libfdisk label->changedKarel Zak2013-03-111-39/+44
* fdisk: (bsd) add partitions countersKarel Zak2013-03-111-4/+16
* libfdisk: move label identifier to label structKarel Zak2013-03-111-0/+1
* libfdisk: add fdisk_label to driver APIKarel Zak2013-03-111-16/+32
* libfdisk: split label and label operationsKarel Zak2013-03-111-13/+41
* fdisk: move DOS units stuff to fdiskdoslabel.cKarel Zak2012-12-031-0/+1
* fdisk: api: propagate add partitions to usersDavidlohr Bueso2012-11-301-8/+11
* fdisk: api: move disklabel type to cxtDavidlohr Bueso2012-11-301-1/+1
* fdisk: api: propagate partition deletion to usersDavidlohr Bueso2012-10-181-2/+4
* fdisk: use fdisk_parttype in add_partitionKarel Zak2012-09-271-1/+1
* fdisk: add fdisk_set_partition_type()Karel Zak2012-09-271-0/+18
* fdisk: add fdisk_get_partition_type()Karel Zak2012-09-271-0/+14
* fdisk: add new functions for work with fdisk_parttypeKarel Zak2012-09-271-1/+8
* fdisk: improve list partition typesKarel Zak2012-09-271-1/+1
* fdisk: move partition types to label specific partKarel Zak2012-09-271-11/+7Star
* fdisk: bsd: mark unused parametersKarel Zak2012-07-261-2/+5
* fdisk: API: add fdisk_label_changeDavidlohr Bueso2012-07-241-32/+32
* fdisk: API: add verify to label operationsDavidlohr Bueso2012-07-241-1/+2
* fdisk: API: add new partition to label operationsDavidlohr Bueso2012-07-241-41/+40Star
* fdisk: API: add write to label operationsDavidlohr Bueso2012-07-241-14/+16
* fdisk: API: add delete partition to label operationsDavidlohr Bueso2012-07-231-14/+11Star
* fdisk: rename label probing functionsPetr Uzel2012-07-161-2/+2
* fdisk: API: add label probing functionalityDavidlohr Bueso2012-07-161-1/+7
* build-sys: rename fdisk -> fdisks/, convert to moduleKarel Zak2012-06-261-0/+847