summaryrefslogtreecommitdiffstats
path: root/libfdisk
Commit message (Expand)AuthorAgeFilesLines
* libfdisk: fix partition names on GNU Hurd.Gabriele Giacone2014-11-181-0/+4
* libfdisk: fix get_partition_unused_primary()Boris Egorov2014-11-141-23/+27
* libfdisk: (dos) be sure that sorted EBR list is terminatedKarel Zak2014-11-131-5/+8
* libfdisk: fix table_add_freespace(), add debug messagesKarel Zak2014-11-132-5/+20
* libfdisk: fix script parser, add debug messagesKarel Zak2014-11-121-7/+26
* libfdisk: (gpt) don't offer first sector before the first partionKarel Zak2014-11-101-1/+25
* libfdisk: (gpt) make mode more readableKarel Zak2014-11-101-39/+43
* libfdisk: fdisk_read_firstsector should seek to offset 0Samuel Thibault2014-11-101-0/+7
* libfdisk: clean up debug, add help debug maskKarel Zak2014-11-032-25/+37
* include/debug: fix typoKarel Zak2014-10-241-1/+1
* libfdisk: add more commentsKarel Zak2014-10-164-54/+126
* libfdisk: cleanup parttype APIKarel Zak2014-10-157-66/+208
* libfdisk: cleanup partno APIKarel Zak2014-10-154-51/+123
* libfdisk: make it possible to use zero for size and startKarel Zak2014-10-1511-176/+272
* libfdisk: (dos) set partition start/size only when requestedKarel Zak2014-10-143-7/+22
* libfdisk: cleanup context devname usageKarel Zak2014-10-141-8/+21
* libfdisk: (gpt) fix N-1 error for partition sizeKarel Zak2014-10-141-2/+1Star
* libfdisk: (dos) fix N-1 error for partition sizeKarel Zak2014-10-141-2/+1Star
* libfdisk: fix script unit testKarel Zak2014-10-141-2/+3
* textual: grammarize an informative message, and tweak some commentsBenno Schulenberg2014-10-141-4/+6
* libfdisk: fix script next_token()Karel Zak2014-10-101-1/+1
* libfdisk: make script header parser more pedanticKarel Zak2014-10-101-0/+11
* libfdisk: (dos) reset logical partition stuff after errorKarel Zak2014-10-091-5/+14
* libfdisk: cleanup script dumpKarel Zak2014-10-091-3/+9
* libfdisk: (dos) follow explicit sizesKarel Zak2014-10-091-5/+26
* libfdisk: (gpt) follow explicit size, fiz size+1 bufKarel Zak2014-10-091-2/+5
* libfdisk: follow explicitly specified partition sizeKarel Zak2014-10-091-2/+6
* libfdisk: add functions to play nasty games with first/last LBAKarel Zak2014-10-092-0/+61
* libfdisk: allow to specify partition size by explicit number of sectorsKarel Zak2014-10-093-1/+23
* libfdisk: use skip_blank() in scriptsKarel Zak2014-10-081-3/+2Star
* libfdisk: (dos) don't inform about logical partitionKarel Zak2014-10-081-2/+5
* libfdisk: consolidate script parser codeKarel Zak2014-10-081-82/+62Star
* libfdisk: fix script parserKarel Zak2014-10-071-6/+8
* libfdisk: (dos) fix booable flag usageKarel Zak2014-10-071-2/+2
* libfdisk: propagate assign-device operation to parentKarel Zak2014-10-072-33/+112
* libfdisk: fix sun and sgi to be usable from sfdiskKarel Zak2014-10-072-10/+18
* libfdisk: add fdisk_label_get_field_by_name() and const for labelsKarel Zak2014-10-073-28/+59
* libfdisk: (gpt) remove 'Cylinders'Karel Zak2014-10-071-1/+0Star
* libfdisk: (gpt) parse attr bitsKarel Zak2014-10-073-0/+93
* libfdisk: (dos) use script label-idKarel Zak2014-10-071-3/+16
* sfdisk: more update to the man pageKarel Zak2014-10-071-1/+1
* sfdisk: add --appendKarel Zak2014-10-072-1/+5
* sfdisk: be sensitive to PT limitsKarel Zak2014-10-072-2/+2
* libfdisk: remove old label drives' API for parttypesKarel Zak2014-10-073-55/+62
* libfdisk: (sgi) add set_part() APIKarel Zak2014-10-071-32/+48
* libfdisk: (bsd) add set_part() APIKarel Zak2014-10-071-23/+64
* libfdisk: use new set_part API in fdisk_set_partition_type()Karel Zak2014-10-073-84/+9Star
* libfdisk: (gpt) check string_to_guid()Karel Zak2014-10-071-1/+3
* linfdisk: cleanup fsync usageKarel Zak2014-10-071-4/+5
* sfdisk: make dump format usable on stdinKarel Zak2014-10-071-22/+22