summaryrefslogtreecommitdiffstats
path: root/libfdisk
Commit message (Expand)AuthorAgeFilesLines
* 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
* libfdisk: initialize partno variable [coverity scan]Karel Zak2017-05-171-1/+1
* libmount: check fstat() return code [coverity scan]Karel Zak2017-05-171-2/+5
* libfdisk: don't print uninitialized variable [coverity scan]Karel Zak2017-05-171-1/+1
* libfdisk: add fdisk_partition_has_wipe()Karel Zak2017-05-094-0/+18
* libfdisk: fix NLS supportKarel Zak2017-04-258-7/+14
* libfdisk: (gpt) rename to gpt_entry_is_used()Karel Zak2017-04-191-21/+22
* libfdisk: allow to change an existing extended partitionPavel Butsykin2017-04-191-1/+1
* misc: fix some printf format stringsRuediger Meier2017-04-101-1/+1
* libfdisk: (gpt) fix ents zeroizeKarel Zak2017-04-061-1/+1
* libfdisk: (gpt) update nparts_maxKarel Zak2017-04-061-0/+3
* libfdisk: (gpt) care about SSIZE_MAX for read(2)Karel Zak2017-04-061-0/+5
* libfdisk: (gpt) make entries array size calculation more robustKarel Zak2017-04-051-30/+51
* libfdisk: (gpt) use size_t and gpt_get_nentries()Karel Zak2017-04-051-36/+48
* libfdisk: (gpt) don't access entries array directlyKarel Zak2017-04-051-129/+183
* Merge branch '2017wk11' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2017-03-241-4/+4
|\
| * tests: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-03-171-4/+4
* | libfdisk: fix compiler warning [-Wsign-compare]Karel Zak2017-03-161-1/+1
|/
* libfdisk: fix potentially NULL pointer usageKarel Zak2017-03-132-14/+77
* libfdisk: (dos) add ID related debug messagesKarel Zak2017-02-271-2/+7
* libfdisk: add version to debug outputKarel Zak2017-02-271-0/+4
* misc: add static keyword to where needed [smatch scan]Sami Kerola2017-02-201-1/+1
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-1/+1
* libfdisk: add sample-fdisk-mkpart binaryKarel Zak2017-02-173-0/+184
* libfdisk: (dos) make it possible to create primary/logical by templateKarel Zak2017-02-171-3/+21
* libfdisk: (gpt) make sure it's GPT in public APIKarel Zak2017-02-171-3/+9
* libfdisk: verify partno from templateKarel Zak2017-02-172-2/+3
* libfdisk: (dos) debug what we read from first sectorKarel Zak2017-02-141-0/+6
* libfdisk: classify collision typeKarel Zak2017-02-146-4/+30
* libfdisk: check for collisions when create new labelKarel Zak2017-02-144-50/+57
* libfdisk: fix fdisk_set_wipe_area() callsKarel Zak2017-02-102-9/+7Star
* sfdisk: --quiet fixesKarel Zak2017-02-101-0/+1
* libfdisk: (gpt) add check for entries array sizeKarel Zak2017-01-251-0/+12
* libfdisk: (gpt) make calculations more robustKarel Zak2017-01-161-11/+13
* libfdisk: apply label alignment propertiesKarel Zak2017-01-163-2/+18