summaryrefslogtreecommitdiffstats
path: root/disk-utils/cfdisk.c
Commit message (Expand)AuthorAgeFilesLines
* cfdisk: free libfdisk itemsKarel Zak2019-06-111-0/+1
* cfdisk: simplify codeKarel Zak2019-06-111-3/+1Star
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-3/+2Star
* fdisk: use 2 decimal places for size in disk summaryKarel Zak2019-02-121-1/+2
* cfdisk: fix compiler warnings [-Wcast-qual]Karel Zak2018-07-231-1/+1
* cfdisk: fix compiler warnings, follow-up 7085f1e4 (#636)Ruediger Meier2018-05-241-2/+2
* cfdisk: use uint64_t to avoid compiler warningsKarel Zak2018-05-241-11/+11
* cfdisk: fix missing prototype for `get_wch`Patrick Steinhardt2018-04-111-0/+4
* include/debug: introduce __UL_INIT_DEBUG_FROM_STRING()Karel Zak2018-01-171-1/+1
* cfdisk: cleanup die-on-signal codeKarel Zak2017-09-261-16/+47
* cfdisk: make resize code more readableKarel Zak2017-09-261-10/+10
* cfdisk: add missing 0x7F key mappingKarel Zak2017-08-151-0/+1
* cfdisk: add resize functionKarel Zak2017-07-191-7/+49
* cfdisk: use fdisk_reread_changes()Karel Zak2017-07-141-1/+11
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-2/+2
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1Star
* misc: cosmetics, remove argument from usage(FILE*)Ruediger Meier2017-06-261-3/+4
* misc: fix reassigned values before old ones has been used [cppcheck]Sami Kerola2017-06-141-1/+1
* cfdisk: fix compiler warningKarel Zak2017-05-311-2/+2
* cfdisk: add hints for scanners [coverity scan]Karel Zak2017-05-171-0/+2
* 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