summaryrefslogtreecommitdiffstats
path: root/fdisks/fdiskdoslabel.c
Commit message (Expand)AuthorAgeFilesLines
* textual: fixing typos in a warning and an error messageBenno Schulenberg2013-04-261-1/+1
* Fix various typosYuri Chornoivan2013-04-261-2/+2
* various: fix shadow declarations [smatch scan]Sami Kerola2013-04-091-19/+19
* fdisk: improve MBR detectionKarel Zak2013-03-121-0/+8
* fdisk: no more AIX "support"Karel Zak2013-03-121-1/+1
* fdisk: (bds) use nested partition tableKarel Zak2013-03-111-2/+2
* fdisk: (dos) use new dialog to ask for prim. partitionsKarel Zak2013-03-111-27/+24Star
* libfdisk: add fdisk_partition_toggle_flag()Karel Zak2013-03-111-15/+35
* fdisk: remove global unit variablesKarel Zak2013-03-111-42/+21Star
* 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-30/+48
* fdisk: (dos) kill 'partitions' global variableKarel Zak2013-03-111-108/+131
* libfdisk: add part_get_status operationKarel Zak2013-03-111-0/+29
* fdisk: (dos) move 'toggle active' code to fdiskdoslabe.cKarel Zak2013-03-111-0/+14
* fdisk: (dos) move dos specific codeKarel Zak2013-03-111-0/+18
* fdisk: (dos) move dos_list_table_expert() to fdiskdoslabe.cKarel Zak2013-03-111-0/+131
* fdisk: (dos) move 'move begin' code to fdiskdoslabe.cKarel Zak2013-03-111-0/+51
* fdisk: (dos) move fix order code to fdiskdoslabe.cKarel Zak2013-03-111-0/+133
* fdisk: (dos) move list table code to fdiskdoslabe.cKarel Zak2013-03-111-0/+85
* fdisk: use libfdisk label->changedKarel Zak2013-03-111-6/+11
* libfdisk: move label identifier to label structKarel Zak2013-03-111-1/+1
* libfdisk: add fdisk_label to driver APIKarel Zak2013-03-111-9/+22
* libfdisk: kill dos_compatible_flag global variableKarel Zak2013-03-111-4/+26
* libfdisk: split label and label operationsKarel Zak2013-03-111-13/+44
* libfdisk: add alignment codeKarel Zak2013-03-111-3/+3
* fdisk: (gpt) align newly created partitionsKarel Zak2012-12-041-15/+0Star
* fdisk: move DOS units stuff to fdiskdoslabel.cKarel Zak2012-12-031-0/+47
* fdisk: remove global variable sector_offsetKarel Zak2012-12-031-11/+29
* fdisk: zerosize EBR bufferKarel Zak2012-11-301-1/+1
* fdisk: api: propagate add partitions to usersDavidlohr Bueso2012-11-301-16/+20
* fdisk: api: move disklabel type to cxtDavidlohr Bueso2012-11-301-1/+1
* fdisk: don't fails silently if EBR is outside of diskKarel Zak2012-11-301-2/+12
* fdisk: api: propagate partition deletion to usersDavidlohr Bueso2012-10-181-1/+3
* fdisk: use fdisk_parttype in add_partitionKarel Zak2012-09-271-11/+12
* fdisk: add fdisk_set_partition_type()Karel Zak2012-09-271-1/+30
* fdisk: add fdisk_get_partition_type()Karel Zak2012-09-271-0/+16
* fdisk: add new functions for work with fdisk_parttypeKarel Zak2012-09-271-0/+2
* fdisk: move partition types to label specific partKarel Zak2012-09-271-0/+5
* fdisk: dos: mark unused parametersKarel Zak2012-07-261-2/+7
* fdisk: make grain global variable part of fdisk_context()Petr Uzel2012-07-261-1/+1
* fdisk: API: add fdisk_label_changeDavidlohr Bueso2012-07-241-1/+2
* fdisk: API: add verify to label operationsDavidlohr Bueso2012-07-241-0/+65
* fdisk: API: add new partition to label operationsDavidlohr Bueso2012-07-241-7/+13
* fdisk: API: add write to label operationsDavidlohr Bueso2012-07-241-4/+21
* fdisk: API: add delete partition to label operationsDavidlohr Bueso2012-07-231-56/+57
* fdisk: rename cxt->mbr buffer to cxt->firstsectorKarel Zak2012-07-231-12/+12
* fdisk: move label specific stuff to fdiskdoslabel.cKarel Zak2012-07-231-2/+7
* fdisk: move DOS geometry code from generic part to label specificKarel Zak2012-07-231-0/+38
* fdisk: (dos) cleanup function namesKarel Zak2012-07-231-9/+15
* fdisk: get_boot() has to die (step I.)Karel Zak2012-07-231-1/+2