summaryrefslogtreecommitdiffstats
path: root/libfdisk
Commit message (Expand)AuthorAgeFilesLines
* build-sys: fix non-blkid compilationKarel Zak2017-09-191-7/+14
* misc: cleanup UUID_STR_LEN definitionsKarel Zak2017-09-152-4/+1Star
* misc: replace magic number 37 with UUID_STR_LENPhilip Prindeville2017-09-051-5/+9
* libfdisk: fix fdisk_reset_partition() leaking *_chs strings.Vaclav Dolezal2017-08-241-0/+2
* libfdisk: fix two potential memory errors.Vaclav Dolezal2017-08-242-2/+5
* libfdisk: improve alignment debug mesaggesKarel Zak2017-08-221-5/+4Star
* libfdisk: add --grain to mkpart sampleKarel Zak2017-08-221-1/+9
* libfdisk: add fdisk_save_user_grain()Karel Zak2017-08-225-1/+46
* libfdisk: (dos) use size-=1 when alignment not used laterKarel Zak2017-08-221-3/+3
* libfdisk: improve "add partition" debug messageKarel Zak2017-08-221-6/+9
* libfdisk: (gpt) fix size-1 errorKarel Zak2017-08-221-1/+7
* libfdisk: add --nopartno to mkpart sampleKarel Zak2017-08-011-6/+14
* libfdisk: allow to resize in unsorted partition tableKarel Zak2017-07-191-4/+10
* libfdisk: improve table print debugsKarel Zak2017-07-192-5/+14
* libfdisk: support default partno in mkpart-fullspec sampleKarel Zak2017-07-191-15/+36
* libfdisk: add fdisk_disable_dialogs()Karel Zak2017-07-198-6/+60
* libfdisk: (dos) return EINVAL when delete unused partitionKarel Zak2017-07-191-2/+17
* libfdisk: fix warning -Wunused-functionRuediger Meier2017-07-181-0/+2
* build-sys: don't use non-existing UUID_LIBSRuediger Meier2017-07-181-1/+1
* libfdisk: use fdisk_sector_t consistently and fix printf format stringsRuediger Meier2017-07-182-5/+5
* libfdisk: use BLKPG_* ioctls on linux onlyKarel Zak2017-07-171-1/+13
* libfdisk: make fdisk compliant to UEFI/GPT specification on PMBRKarel Zak2017-07-141-4/+5
* libfdisk: remove whitespacesKarel Zak2017-07-141-3/+3
* libfdisk: use BLKPG ioctls to inform kernel about changesKarel Zak2017-07-146-0/+186
* libfdisk: add commentKarel Zak2017-07-141-0/+3
* libfdisk: add fdisk_device_is_used()Karel Zak2017-07-144-0/+37
* libfdisk: remove unnecessary fstat() callKarel Zak2017-07-141-4/+5
* libfdisk: move fdisk_reread_partition_table() to another fileKarel Zak2017-07-143-41/+42
* tests: don't use errno in outputKarel Zak2017-07-122-2/+2
* libfdisk: (dos) accept start for log.partitions on templateKarel Zak2017-07-111-3/+9
* libfdisk: don't hardcode label type in samplesKarel Zak2017-07-112-2/+2
* libfdisk: add sample-fdisk-mkpart-fullspecKarel Zak2017-07-113-2/+195
* libfdisk: (dos) cleanup template based partitioningKarel Zak2017-07-112-25/+45
* libfdisk: add fdisk_reassign_device()Karel Zak2017-07-105-0/+44
* libfdisk: support logical partition resizeKarel Zak2017-06-191-1/+11
* libfdisk: allow to resize containerKarel Zak2017-06-191-1/+8
* libfdisk: add more debug messages to get-last-possible resize spaceKarel Zak2017-06-191-6/+21
* libfdisk: (dos) be more verbose on partno -ERANGE errorKarel Zak2017-06-192-4/+10
* libfdisk: (dos) fix primary/logical logic when follow templateKarel Zak2017-06-191-2/+2
* misc: fix reassigned values before old ones has been used [cppcheck]Sami Kerola2017-06-142-2/+2
* libfdisk: fix guid usage of packed struct gpt_entryRuediger Meier2017-06-131-10/+27
* libfdisk: cleanup sun label checksum usuageRuediger Meier2017-06-131-26/+7Star
* Merge branch 'master' of https://github.com/yurchor/util-linuxKarel Zak2017-06-021-1/+1
|\
| * Fix minor typosYuri Chornoivan2017-05-231-1/+1
* | build-sys: fix library order when linkingRuediger Meier2017-06-011-1/+1
* | libfdisk: fix variable shadowingSami Kerola2017-05-291-6/+8
|/
* libfdisk: update docsKarel Zak2017-05-235-8/+35
* libfdisk: (docs) add missing 'since' tagsKarel Zak2017-05-234-3/+15
* libfdisk: don't use errno after close()Karel Zak2017-05-171-2/+3
* libfdisk: use memcpy() for non-terminated string [coverity scan]Karel Zak2017-05-171-1/+1