summaryrefslogtreecommitdiffstats
path: root/disk-utils/fdisk.c
Commit message (Expand)AuthorAgeFilesLines
* fdisk: fix type dialogKarel Zak2017-05-111-2/+2
* fdisk, sfdisk: avoid non-ANSI function declarations [smatch scan]Sami Kerola2017-03-141-0/+1
* fdisk: improve --wipe functionalityKarel Zak2017-02-141-18/+27
* Use --help suggestion on invalid optionKarel Zak2016-12-191-1/+1
* fdisk: don't be silent when list non-existing deviceKarel Zak2016-12-131-2/+6
* fdisk: use PAGER for 'l' command.Karel Zak2016-08-261-0/+6
* fdisk: make -l <dev ...> behaves like fdisk -lThierry Vignaud2016-07-141-1/+6
* misc: Fix various typosSebastian Rasmussen2016-05-311-1/+1
* fdisk: add --wipe-partitions=auto|never|defaultKarel Zak2016-05-041-1/+10
* fdisk: fix the grammar of an option descriptionBenno Schulenberg2016-03-171-1/+1
* fdisk, cfdisk, sfdisk: improve the grammar of three messagesBenno Schulenberg2016-03-161-2/+2
* sfdisk, fdisk: add fflush()Karel Zak2016-03-101-0/+2
* misc: again fixing many printf format stringsRuediger Meier2016-03-071-10/+15
* fdisk: remove unused include sysfs.hRuediger Meier2016-03-071-1/+0Star
* fdisk: fix warning, incompatible pointer types passing 'uint64_t *'Ruediger Meier2016-02-291-2/+2
* fdisk: add --wipeKarel Zak2016-02-181-1/+27
* Fix trivial typosYuri Chornoivan2015-08-251-1/+1
* textual: adjust grammar and punctuation of some messagesBenno Schulenberg2015-08-031-1/+1
* fdisk: value is never read [clang analyze]Karel Zak2015-07-291-1/+1
* fdisk: init libsmartcols debugKarel Zak2015-07-271-0/+1
* libfdisk: fix fdisk_label_parse_parttype() for unknown typesKarel Zak2015-07-151-1/+2
* fdisk: differentiate between +<sector> and +<size>{M,G,...}Karel Zak2015-06-101-1/+1
* libfdisk: (gpt) make it possible to create really small partitionsKarel Zak2015-06-081-1/+1
* fdisk: provide more information by 'i'nfo commandKarel Zak2015-05-111-6/+4Star
* fdisk: add the 'i'nfo commandJean-Loup 'clippix' Bogalho2015-05-111-0/+44
* fdisk: fix typoKarel Zak2015-04-131-1/+1
* fdisk: add --protect-bootKarel Zak2015-04-131-1/+6
* fdisk: fix readline wrapperKarel Zak2015-03-251-1/+2
* fdisk: add GNU Readline support to fdiskKarel Zak2015-03-251-14/+50
* colors: cleanup man pages, add hint to usage()Karel Zak2015-02-251-0/+3
* rpmatch: use symbolic value when evaluation return codesSami Kerola2015-02-241-1/+1
* fdisk: check return and robust label usage [coverity scan]Karel Zak2015-01-281-2/+4
* libfdisk: don't use off_t in public APIKarel Zak2015-01-261-3/+3
* libfdiskL add API to print SIZE field in bytesKarel Zak2015-01-191-1/+8
* fdisk: add --output to usage()Karel Zak2015-01-141-0/+2
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+3
* libfdisk: rename sector_t to fdisk_sector_tKarel Zak2014-12-041-5/+7
* libfdisk: remove flags from fdisk_ask APIKarel Zak2014-11-211-1/+1
* fdisk: missing break in switchBoris Egorov2014-11-131-0/+1
* include/debug: fix typoKarel Zak2014-10-241-1/+1
* libfdisk: follow explicitly specified partition sizeKarel Zak2014-10-091-1/+1
* fdisk: add --output <list> for print command(s)Karel Zak2014-10-071-1/+10
* sfdisk: add --verifyKarel Zak2014-10-071-2/+2
* libfdisk: make yes/no dialogs more robustKarel Zak2014-10-071-4/+12
* fdisk: improve --list outputKarel Zak2014-10-071-1/+2
* fdisk: move --list functionality to separated fileKarel Zak2014-10-071-218/+2Star
* libfdisk: use reference counting for contextKarel Zak2014-08-281-2/+2
* libfdisk: remove debug dump function, cleanup APIKarel Zak2014-08-221-1/+1
* libfdisk: fix fdisk_get_optimal_iosize() and update testsKarel Zak2014-08-201-1/+1
* fdisk: add independent debug stuffKarel Zak2014-08-151-3/+14