summaryrefslogtreecommitdiffstats
path: root/fdisks
Commit message (Expand)AuthorAgeFilesLines
* sfdisk: fix aliasing warningsMike Frysinger2012-10-101-4/+6
* fix bold style of man page referencesMike Frysinger2012-10-091-2/+2
* fdisk: add AArch64 supportMarcin Juszkiewicz2012-10-091-0/+1
* fdisk: add GPT supportDavidlohr Bueso2012-09-278-206/+1380
* fdisk: cleanup debug messages and commentsKarel Zak2012-09-271-13/+40
* fdisk: use fdisk_parttype in add_partitionKarel Zak2012-09-279-30/+31
* fdisk: add fdisk_set_partition_type()Karel Zak2012-09-278-123/+160
* fdisk: add fdisk_get_partition_type()Karel Zak2012-09-279-33/+93
* fdisk: add new functions for work with fdisk_parttypeKarel Zak2012-09-277-69/+246
* fdisk: improve list partition typesKarel Zak2012-09-273-31/+55
* fdisk: move partition types to label specific partKarel Zak2012-09-2716-58/+70
* sfdisk: Fix format specifiers for size_tThierry Reding2012-09-211-2/+2
* mark expected fallthrough for static analysersKarel Zak2012-09-071-0/+2
* fdisk: document FDISK_DEBUGDavidlohr Bueso2012-09-041-0/+5
* fdisk: fix typo in commentBernhard Voelker2012-09-041-1/+1
* fdisk: aix: fix warningDavidlohr Bueso2012-08-131-2/+1Star
* fdisk: cast before count sizeKarel Zak2012-07-311-1/+1
* fdisk: sgi: use xcalloc()Karel Zak2012-07-261-1/+1
* fdisk: dos: mark unused parametersKarel Zak2012-07-261-2/+7
* fdisk: mac: remove magic maclabel macro, mark unused parametersKarel Zak2012-07-262-6/+10
* fdisk: bsd: mark unused parametersKarel Zak2012-07-261-2/+5
* fdisk: aix: remove magic aixlabel macro, mark unused parametersKarel Zak2012-07-262-5/+10
* fdisk: fix menuDavidlohr Bueso2012-07-262-8/+6Star
* fdisk: don't print CHS geometry unless DOS compatible mode is setPetr Uzel2012-07-261-3/+3
* fdisk: always print total number of sectorsPetr Uzel2012-07-261-4/+3Star
* fdisk: fix typoPetr Uzel2012-07-261-1/+1
* fdisk: make grain global variable part of fdisk_context()Petr Uzel2012-07-263-11/+11
* fdisk: add noreturn function attributeSami Kerola2012-07-261-1/+2
* fdisk: API: comment labels arrayDavidlohr Bueso2012-07-261-1/+3
* fdisk: API: fix fdisk_add_partition comment styleDavidlohr Bueso2012-07-261-1/+1
* utmpdump: fix compiler warning [-Wunused-result]Karel Zak2012-07-261-1/+1
* Revert "fdisk: de-duplicate disk label strings"Karel Zak2012-07-241-3/+3
* fdisk: de-duplicate disk label stringsBernhard Voelker2012-07-241-3/+3
* fdisk: return success from sgi_create_disklabelPetr Uzel2012-07-241-0/+1
* fdisk: fix compiler warning [-Werror=unused-variable]Petr Uzel2012-07-241-1/+0Star
* fdisk: don't ignore 1MiB granularity on 512-byte sector devicesKarel Zak2012-07-241-2/+15
* fdisk: remove unused variablesKarel Zak2012-07-241-4/+3Star
* fdisk: make label API more robustKarel Zak2012-07-241-9/+27
* fdisk: API: add fdisk_label_changeDavidlohr Bueso2012-07-2412-56/+75
* fdisk: API: add verify to label operationsDavidlohr Bueso2012-07-2411-96/+122
* fdisk: API: add new partition to label operationsDavidlohr Bueso2012-07-2412-84/+108
* fdisk: API: add write to label operationsDavidlohr Bueso2012-07-2412-64/+104
* fdisk: API: add delete partition to label operationsDavidlohr Bueso2012-07-2312-97/+107
* fdisk: set label pointer in fdisk_create_default_disklabel()Karel Zak2012-07-231-0/+5
* fdisk: API: add to label operations to contextDavidlohr Bueso2012-07-233-21/+29
* fdisk: rename cxt->mbr buffer to cxt->firstsectorKarel Zak2012-07-2311-36/+36
* fdisk: move label specific stuff to fdiskdoslabel.cKarel Zak2012-07-235-9/+15
* fdisk: move DOS geometry code from generic part to label specificKarel Zak2012-07-234-57/+65
* fdisk: fix error message for too small devicesKarel Zak2012-07-231-1/+4
* fdisk: (dos) cleanup function namesKarel Zak2012-07-232-15/+15