summaryrefslogtreecommitdiffstats
path: root/libfdisk
Commit message (Expand)AuthorAgeFilesLines
* libfdisk: fix %ju -> %zuKarel Zak2014-05-131-1/+1
* libfdisk: (dos) improve logical partition reorder commandKarel Zak2014-04-221-32/+37
* libfdisk: (mbr) fix logical chain terminationKarel Zak2014-04-221-7/+13
* libfdisk: (gpt) implement 'fix order' commnadKarel Zak2014-04-181-0/+43
* libfdisk: add partitions reorder operation to label APIKarel Zak2014-04-184-3/+25
* libfdisk: fix logical partition reorder commandKarel Zak2014-04-181-54/+95
* libfdisk: add generic function to check partitions orderKarel Zak2014-04-162-0/+24
* libfdisk: (dos) make EBR parser more robustKarel Zak2014-04-081-5/+16
* libfdisk: make qsort_r() optionalKarel Zak2014-04-041-3/+8
* libsmartcols: clean up flags usageKarel Zak2014-04-031-1/+1
* libfdisk: fix freesapce detection for nested partitionsKarel Zak2014-04-031-7/+9
* cfdisk: clean up scols usageKarel Zak2014-04-031-2/+5
* libfdisk: clean up scols usageKarel Zak2014-04-031-1/+1
* Use libsmartcols in libfdisk and cfdiskOndrej Oprala2014-04-038-54/+73
* libfdisk: remove fdisk_colon()Karel Zak2014-04-016-43/+29Star
* libfdisk: properly implement read-only modeKarel Zak2014-03-214-8/+14
* libfdisk: clean up debug outputKarel Zak2014-03-219-88/+93
* libfdisk: use new debug functionsKarel Zak2014-03-2113-169/+137Star
* Merge branch 'common_debug' of https://github.com/ooprala/util-linuxKarel Zak2014-03-212-35/+11Star
|\
| * clean up redundant macros and definesOndrej Oprala2014-03-132-11/+1Star
| * libfdisk: use include/debug.hOndrej Oprala2014-03-132-27/+13Star
* | libfdisk: (gpt) use entry attributes as bitmapKarel Zak2014-03-131-86/+113
|/
* libfdisk: update GPT partition typesKarel Zak2014-03-121-7/+11
* libfdisk: avoid two compiler warnings about wrong print formatsBenno Schulenberg2014-03-122-2/+2
* libfdisk: (bsd) fix outputKarel Zak2014-03-111-1/+3
* libfdisk: follow requested size rather than use all available spaceKarel Zak2014-03-111-2/+7
* libfdisk: (sun) add info about whole-disk partitionKarel Zak2014-03-111-0/+2
* libfdisk: (sgi) cleanup, add infor about whole-disk partitionKarel Zak2014-03-111-43/+3Star
* libfdisk: don't count special whole-disk partitionsKarel Zak2014-03-112-1/+2
* cfdisk: add create lebel UIKarel Zak2014-03-112-0/+6
* libfdisk: add dump functions, make freespace code genericKarel Zak2014-03-113-60/+144
* libfdisk: (dos) consolidate partition end-offset codeKarel Zak2014-03-111-28/+33
* libfdisk: (dos) fix ext_index usageKarel Zak2014-03-112-11/+18
* libfdisk: remove label specific get_freespaceKarel Zak2014-03-115-77/+60Star
* libfdisk: (dos) fix log.partition deleteKarel Zak2014-03-111-16/+54
* libfdisk: again improve freespace codeKarel Zak2014-03-111-2/+4
* libfdisk: improve freesapce detectionKarel Zak2014-03-115-24/+83
* libfdisk: don't ask for pri/log if wanted start within extended partitionKarel Zak2014-03-111-3/+23
* libfdisk: add table sort function, use it in get_freespaceKarel Zak2014-03-113-14/+71
* libfdisk: rewrite freespace codeKarel Zak2014-03-114-63/+124
* linfdisk: align free spaceKarel Zak2014-03-111-6/+7
* libfdisk: (gpt) initialize last_lba, cleanup pa->{start,size} usageKarel Zak2014-03-111-20/+69
* libfdisk: initialize last_lbaKarel Zak2014-03-111-2/+4
* libfdisk: add fdisk_partition_*_follow_default()Karel Zak2014-03-111-5/+48
* libfdisk: add ASKTYPE_MENU and context last_lbaKarel Zak2014-03-114-28/+197
* fdisk: fix 'p'rint error on empty PTKarel Zak2014-03-111-2/+5
* libfdisk: add fdisk_table_get_partition()Karel Zak2014-03-112-0/+26
* libfdisk: add fdisk_table_get_nents()Karel Zak2014-03-113-2/+22
* libfdisk: tiny clean up in fdisk_table_to_string()Karel Zak2014-03-111-8/+1Star
* libfdisk: clean up cylinder columnKarel Zak2014-03-117-12/+20