summaryrefslogtreecommitdiffstats
path: root/libfdisk/src/dos.c
Commit message (Expand)AuthorAgeFilesLines
* libfdisk: don't use NTFS as MBRKarel Zak2019-07-171-1/+3
* libfdisk: don't use FAT as MBRKarel Zak2019-07-171-0/+4
* libfdisk: assert if self_pte() returns NULLSami Kerola2019-05-221-0/+4
* libfdisk: remove unused code [clang scan]Karel Zak2019-05-151-1/+0Star
* libfdisk: (dos) Use strtoul to parse the label-idJuerg Haefliger2019-02-251-1/+1
* libfdisk: (dos) rewrite fist/last free sector functionsKarel Zak2019-02-251-106/+169
* libfdisk: (dos) improve first unused sector for logical partitionsKarel Zak2019-02-181-1/+10
* various: fix 'uninitialized when used' warnings [clang]Sami Kerola2019-02-181-1/+1
* libfdisk: Accept negative numbers for last sector inputAwal Garg2018-07-311-2/+3
* libfdisk: fix compiler warnings [-Wcast-qual]Karel Zak2018-07-231-2/+2
* libfdisk: fix compiler warning [-Wunused-parameter]Karel Zak2018-05-031-3/+1Star
* libfdisk: (docs) fix section nameKarel Zak2018-03-211-1/+1
* libfdisk: (dos) fix max headsKarel Zak2018-01-021-1/+1
* libfdisk: extend API to provide label specific geometry rangesKarel Zak2018-01-021-0/+8
* libfdisk: fix two potential memory errors.Vaclav Dolezal2017-08-241-2/+3
* libfdisk: (dos) use size-=1 when alignment not used laterKarel Zak2017-08-221-3/+3
* libfdisk: add fdisk_disable_dialogs()Karel Zak2017-07-191-2/+4
* libfdisk: (dos) return EINVAL when delete unused partitionKarel Zak2017-07-191-2/+17
* libfdisk: (dos) accept start for log.partitions on templateKarel Zak2017-07-111-3/+9
* libfdisk: (dos) cleanup template based partitioningKarel Zak2017-07-111-25/+33
* libfdisk: (dos) be more verbose on partno -ERANGE errorKarel Zak2017-06-191-0/+3
* libfdisk: (dos) fix primary/logical logic when follow templateKarel Zak2017-06-191-2/+2
* libfdisk: initialize partno variable [coverity scan]Karel Zak2017-05-171-1/+1
* libfdisk: fix NLS supportKarel Zak2017-04-251-1/+0Star
* libfdisk: allow to change an existing extended partitionPavel Butsykin2017-04-191-1/+1
* libfdisk: fix potentially NULL pointer usageKarel Zak2017-03-131-14/+73
* libfdisk: (dos) add ID related debug messagesKarel Zak2017-02-271-2/+7
* libfdisk: (dos) make it possible to create primary/logical by templateKarel Zak2017-02-171-3/+21
* libfdisk: verify partno from templateKarel Zak2017-02-171-1/+1
* libfdisk: (dos) debug what we read from first sectorKarel Zak2017-02-141-0/+6
* libfdisk: change the way how apply user device propertiesKarel Zak2017-01-131-0/+3
* misc: spelling, always use "cannot" instead of "can not"Ruediger Meier2016-11-301-1/+1
* misc: simplify if clauses [oclint]Sami Kerola2016-07-211-14/+12Star
* misc: Fix various typosSebastian Rasmussen2016-05-311-8/+8
* misc: again fixing many printf format stringsRuediger Meier2016-03-071-1/+1
* libfdisk: Fix order of C/H/S numbers outputAndreas Henriksson2016-03-071-4/+4
* misc: fix compiler warnungs (unsigned/signed)Ruediger Meier2016-02-231-1/+1
* misc: fix warnings "unused parameter" [-Wunused-parameter]Ruediger Meier2016-02-231-2/+2
* libfdisk: Detect out-of-space when adding new primary partitionIan Wienand2015-10-091-1/+4
* libfdisk: (gpt) reorder only when necessaryKarel Zak2015-09-021-2/+1Star
* Fix trivial typosYuri Chornoivan2015-08-251-1/+1
* libfdisk: allow to change partition type for extended partitionsKarel Zak2015-07-301-10/+51
* libfdisk: add new API to read label specific dataKarel Zak2015-06-111-21/+25
* libfdisk: (dos) fix cylinders calculationKarel Zak2015-06-101-10/+5Star
* fdisk: differentiate between +<sector> and +<size>{M,G,...}Karel Zak2015-06-101-5/+4Star
* libfdisk: improve +0 partition sizeKarel Zak2015-06-081-27/+46
* libfdisk: (dos) fix tiny partitions calculationKarel Zak2015-06-081-0/+2
* libfdisk: don't resize in label driversKarel Zak2015-04-221-27/+0Star
* libfdisk: support bootbits protection from (p)MBRKarel Zak2015-04-131-1/+4
* libfdisk: (dos) retain existing boot flag when resizing a partitionKarel Zak2015-04-131-3/+5