summaryrefslogtreecommitdiffstats
path: root/disk-utils/cfdisk.c
Commit message (Expand)AuthorAgeFilesLines
* Fix menu spelling in cfdisk debug messagesKarel Zak2017-03-221-2/+2
* misc: stop mixing declarations and codeSami Kerola2017-03-131-1/+3
* misc: add static keyword to where needed [smatch scan]Sami Kerola2017-02-201-3/+3
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-1/+1
* cfdisk: avoid use of VLA in combination with sizeof() [smatch scan]Sami Kerola2017-02-201-2/+5
* cfdisk: use buffer editor for ui_get_string()Karel Zak2017-02-161-53/+46Star
* cfdisk: add copyright to helpKarel Zak2017-02-021-1/+4
* cfdisk: support UI refresh on ^LKarel Zak2017-02-011-2/+14
* Use --help suggestion on invalid optionKarel Zak2016-12-191-0/+2
* cfdisk: fix mountpoint detectionKarel Zak2016-10-041-21/+26
* cfisk: add /dev/vda as another default diskKarel Zak2016-07-071-13/+23
* cfdisk: use libsmartcols ASCII for non-widechar environmentKarel Zak2016-06-031-0/+4
* misc: Fix various typosSebastian Rasmussen2016-05-311-1/+1
* build-sys: remove obsolete [cs]fdisk LDADDsKarel Zak2016-05-041-4/+0Star
* sfdisk: add --wipe-partitions=auto|never|defaultKarel Zak2016-05-041-33/+12Star
* fdisk, cfdisk, sfdisk: improve the grammar of three messagesBenno Schulenberg2016-03-161-1/+1
* cfdisk: wipe device if create a new labelKarel Zak2016-02-181-0/+8
* cfdisk: use new libsmartcols functionality to fix outputKarel Zak2015-12-071-0/+1
* Revert "cfdisk: make sure that output fits to terminal width"Karel Zak2015-12-071-13/+2Star
* cfdisk, sfdisk: remove unused variablesKarel Zak2015-08-051-9/+8Star
* cfdisk: check return value [coverity scan]Karel Zak2015-08-041-3/+5
* textual: adjust grammar and punctuation of some messagesBenno Schulenberg2015-08-031-1/+1
* cfdisk: don't print obsolete CHS addressesKarel Zak2015-07-271-10/+0Star
* cfdisk: make sure that output fits to terminal widthKarel Zak2015-07-271-2/+13
* cfdisk: remove extra line between menu and info lineKarel Zak2015-07-271-1/+1
* cfdisk: spell "label" in lower caseBenno Schulenberg2015-07-271-1/+1
* cfdisk: allow an uppercase X to toggle the extra infoBenno Schulenberg2015-07-271-0/+1
* cfdisk: make sure that extra info is refreshed/removedKarel Zak2015-07-221-1/+3
* cfdisk: properly toggle extra info window, make it more robustKarel Zak2015-07-221-9/+31
* cfdisk: fix condition logic [cppcheck]Boris Egorov2015-06-251-1/+1
* cfdisk: cleanup extra partitions info for slangKarel Zak2015-03-311-35/+18Star
* cfdisk: provide extra partinfo with "x"Ondrej Oprala2015-03-271-12/+356
* colors: cleanup man pages, add hint to usage()Karel Zak2015-02-251-2/+4
* cfdisk: improve create-label UIKarel Zak2015-02-101-11/+15
* cfdisk: also recognize a lowercase 'l' for loading a script fileBenno Schulenberg2015-02-101-0/+1
* cfdisk: do not startle the user with a false message when --zero is usedBenno Schulenberg2015-02-101-2/+3
* cfdisk: improve ui_get_size() warningsKarel Zak2015-02-031-5/+10
* libfdisk: fix issues with very small partitionsKarel Zak2015-02-031-2/+3
* cfdisk: print "wrong order" warning after startup, colorize info messagesKarel Zak2015-02-031-2/+9
* cfdisk: force main menu to default to Quit/New menu itemsKarel Zak2015-02-031-8/+13
* cfdisk: disable some KEY_* in ui_get_wqstring()Karel Zak2015-02-021-0/+9
* cfdisk: default to Quit menu itemKarel Zak2015-02-021-0/+4
* cfdisk: make '?' an alias of 'h', to also show the help screenBenno Schulenberg2015-02-021-0/+1
* cfdisk: punctuate the bottombar messages consistentlyBenno Schulenberg2015-02-021-6/+6
* cfdisk: improve wording and consistency of the size warningsBenno Schulenberg2015-02-021-2/+2
* cfdisk: remove the mistaken B from the explanation of size suffixesBenno Schulenberg2015-02-021-2/+2
* cfdisk: fix mem leak and main_menu_action() logic [coverity scan]Karel Zak2015-01-281-6/+9
* cfdisk: actually translate the table headers and the bottom lineBenno Schulenberg2015-01-261-2/+2
* cfdisk: shorten the help screen to make it fit within 25 linesBenno Schulenberg2015-01-261-14/+7Star
* cfdisk: don't mess up the help screen by printing the PO file headerBenno Schulenberg2015-01-261-6/+5Star