summaryrefslogtreecommitdiffstats
path: root/libfdisk
Commit message (Expand)AuthorAgeFilesLines
* 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
* libfdisk: change the way how apply user device propertiesKarel Zak2017-01-136-11/+20
* libfdisk: recount size when apply user device propertiesKarel Zak2017-01-131-1/+10
* libfdisk: don't use blkdev ioctls for regular filesKarel Zak2017-01-136-9/+43
* libfdisk: (sun) use self_label()Karel Zak2017-01-051-2/+2
* docs: replace FTP by HTTPS in kernel.org URLsSébastien Helleu2016-12-191-1/+1
* misc: spelling, always use "cannot" instead of "can not"Ruediger Meier2016-11-301-1/+1
* sfdisk: support empty label use-caseKarel Zak2016-11-303-1/+25
* libfdisk: fix typoKarel Zak2016-11-021-1/+1