summaryrefslogtreecommitdiff
path: root/fdisks/fdisksunlabel.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-16libfdisk: (sun) move driver from fdisk to libraryKarel Zak1-1010/+0
2013-09-16libfdisk: add fdisk_scround()Karel Zak1-18/+18
2013-09-16fdisk: (gpt, sun) use fdisk_partname()Karel Zak1-5/+3
2013-09-16fdisk: (sun) use tt.c to list disk labelKarel Zak1-27/+63
2013-09-16fdisk: (sun) consolidate 'p'rint outputKarel Zak1-21/+14
2013-09-16fdisk: (sun) remove dead codeKarel Zak1-8/+0
2013-04-26Fix various typosYuri Chornoivan1-1/+1
2013-03-21fdisk: remove unwanted operator [smatch scan]Karel Zak1-1/+1
2013-03-11libfdisk: add fdisk_partition_toggle_flag()Karel Zak1-5/+27
2013-03-11fdisk: (sun) use fdisk_ prefix for label specific public functionsKarel Zak1-6/+6
2013-03-11fdisk: remove global unit variablesKarel Zak1-29/+32
2013-03-11fdisk: (sun) use yes/no from libfdiskKarel Zak1-4/+6
2013-03-11fdisk: (sun) use Ask API for new-partiton dialogKarel Zak1-17/+64
2013-03-11fdisk: (sun) use fdisk_{info,warnx}Karel Zak1-39/+49
2013-03-11fdisk: (sun): use ask API, remove global variableKarel Zak1-21/+50
2013-03-11fdisk: (sun) share disk label struct with libblkidKarel Zak1-86/+86
2013-03-11fdisk: (sun) use cpu_to_be* macros, remove other_endian global variableKarel Zak1-89/+66
2013-03-11fdisk: correctly initialize pointer to sun labelKarel Zak1-1/+5
2013-03-11fdisk: remove fdisk_label from API functions, add asserts, use size_tKarel Zak1-88/+93
2013-03-11libfdisk: add part_get_status operationKarel Zak1-1/+25
2013-03-11fdisk: use libfdisk label->changedKarel Zak1-6/+6
2013-03-11fdisk: (sun) remove nasty sunlabel macroKarel Zak1-56/+121
2013-03-11fdisk: (sun) remove global variable 'partitions'Karel Zak1-32/+89
2013-03-11libfdisk: move label identifier to label structKarel Zak1-2/+2
2013-03-11libfdisk: add fdisk_label to driver APIKarel Zak1-11/+27
2013-03-11libfdisk: split label and label operationsKarel Zak1-14/+42
2012-12-03fdisk: move DOS units stuff to fdiskdoslabel.cKarel Zak1-2/+10
2012-11-30fdisk: api: propagate add partitions to usersDavidlohr Bueso1-4/+5
2012-11-30fdisk: api: move disklabel type to cxtDavidlohr Bueso1-4/+4
2012-10-18fdisk: api: propagate partition deletion to usersDavidlohr Bueso1-5/+7
2012-09-27fdisk: use fdisk_parttype in add_partitionKarel Zak1-2/+3
2012-09-27fdisk: add fdisk_set_partition_type()Karel Zak1-30/+45
2012-09-27fdisk: add fdisk_get_partition_type()Karel Zak1-5/+16
2012-09-27fdisk: add new functions for work with fdisk_parttypeKarel Zak1-3/+4
2012-09-27fdisk: move partition types to label specific partKarel Zak1-2/+4
2012-07-24fdisk: API: add fdisk_label_changeDavidlohr Bueso1-1/+2
2012-07-24fdisk: API: add verify to label operationsDavidlohr Bueso1-2/+5
2012-07-24fdisk: API: add new partition to label operationsDavidlohr Bueso1-1/+2
2012-07-24fdisk: API: add write to label operationsDavidlohr Bueso1-3/+6
2012-07-23fdisk: API: add delete partition to label operationsDavidlohr Bueso1-4/+5
2012-07-23fdisk: rename cxt->mbr buffer to cxt->firstsectorKarel Zak1-1/+1
2012-07-23fdisk: get_boot() has to die (step I.)Karel Zak1-1/+3
2012-07-16fdisk: rename label probing functionsPetr Uzel1-2/+2
2012-07-16fdisk: API: add label probing functionalityDavidlohr Bueso1-1/+7
2012-06-26build-sys: rename fdisk -> fdisks/, convert to moduleKarel Zak1-0/+644