summaryrefslogtreecommitdiffstats
path: root/libfdisk/src/gpt.c
Commit message (Expand)AuthorAgeFilesLines
* libfdisk: avoid division by zero [clang scan]Karel Zak2019-05-151-2/+7
* libfdisk: (gpt) add HiFive Unleashed bootloader partition UUIDsIcenowy Zheng2019-02-041-1/+5
* libfdisk: Accept negative numbers for last sector inputAwal Garg2018-07-311-1/+2
* libfdisk: fix compiler warnings [-Wcast-qual]Karel Zak2018-07-231-2/+2
* libfdisk: fix compiler warning [-Wmaybe-uninitialized]Karel Zak2018-07-181-2/+2
* libfdisk: fix compiler warning [-Wunused-parameter]Karel Zak2018-05-031-3/+1Star
* libfdisk: (gpt) add VMware specific UUIDsKarel Zak2018-01-081-0/+7
* libfdisk: (gpt) use fdisk_warn() for failed name settingKarel Zak2017-12-201-1/+1
* libfdisk: return bytes processed from gpt_entry_set_name(), process rcVaclav Dolezal2017-12-191-5/+8
* libfdisk: allocate enough bytes for ucs2 to utf8 encodingVaclav Dolezal2017-12-181-7/+6Star
* libfdisk: gpt: properly encode string on renameVaclav Dolezal2017-12-181-10/+36
* libfdisk: (gpt) move backup header after device resizeKarel Zak2017-11-141-2/+56
* misc: cleanup UUID_STR_LEN definitionsKarel Zak2017-09-151-4/+0Star
* misc: replace magic number 37 with UUID_STR_LENPhilip Prindeville2017-09-051-5/+9
* libfdisk: fix two potential memory errors.Vaclav Dolezal2017-08-241-0/+2
* libfdisk: (gpt) fix size-1 errorKarel Zak2017-08-221-1/+7
* libfdisk: make fdisk compliant to UEFI/GPT specification on PMBRKarel Zak2017-07-141-4/+5
* misc: fix reassigned values before old ones has been used [cppcheck]Sami Kerola2017-06-141-1/+1
* libfdisk: fix guid usage of packed struct gpt_entryRuediger Meier2017-06-131-10/+27
* Fix minor typosYuri Chornoivan2017-05-231-1/+1
* libfdisk: fix NLS supportKarel Zak2017-04-251-1/+0Star
* libfdisk: (gpt) rename to gpt_entry_is_used()Karel Zak2017-04-191-21/+22
* 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
* libfdisk: fix compiler warning [-Wsign-compare]Karel Zak2017-03-161-1/+1
* libfdisk: (gpt) make sure it's GPT in public APIKarel Zak2017-02-171-3/+9
* libfdisk: (gpt) add check for entries array sizeKarel Zak2017-01-251-0/+12
* libfdisk: (gpt) make calculations more robustKarel Zak2017-01-161-11/+13
* misc: fix unsigned int usage for ctype.h functionsKarel Zak2016-10-261-2/+2
* libfdisk: (gpt) make attributes parser more robustKarel Zak2016-10-251-5/+14
* lib/crc32: prefix public functionsGustavo Zacarias2016-10-191-1/+1
* docs: some random fixesKarel Zak2016-09-271-9/+9
* libfdisk: cleanup fdisk_gpt_set_npartitions()Karel Zak2016-06-211-5/+17
* libfdisk: (gpt) be more careful with 64bit constantsKarel Zak2016-06-211-29/+27Star
* fdisk: Fix typo RequiredPartiton -> RequiredPartitionSebastian Rasmussen2016-05-311-1/+6
* misc: Fix various typosSebastian Rasmussen2016-05-311-7/+7
* libfdisk: use table-length in dump for non-standard PTKarel Zak2016-05-181-1/+1
* libfdisk: make table-length usage more robustKarel Zak2016-05-181-0/+2
* libfdisk: Add support for altering GPT sizeSassan Panahinejad2016-05-181-0/+100
* libfdisk: (gpt) reword two error messages with a sense of directionBenno Schulenberg2016-03-161-2/+2
* misc: again fixing many printf format stringsRuediger Meier2016-03-071-12/+14
* fdisk: fix warning, incompatible pointer types passing 'uint64_t *'Ruediger Meier2016-02-291-1/+2
* misc: fix compiler warnungs (unsigned/signed)Ruediger Meier2016-02-231-1/+1
* tests: fix compiler warnings [-Wmissing-prototypes]Ruediger Meier2016-02-231-2/+2
* docs: fix typos found by codespellRuediger Meier2016-02-031-1/+1
* libfdisk: Add GPT type GUID for Itanium Linux rootAndrew Wilcox2016-01-121-0/+1