summaryrefslogtreecommitdiffstats
path: root/disk-utils/fdisk.c
Commit message (Expand)AuthorAgeFilesLines
* fdisk: initialize buffers for get_user_reply() [coverity scan]Karel Zak2019-05-141-2/+2
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-3/+2Star
* fdisk: make partition types uses more robustKarel Zak2019-01-101-3/+8
* fdisk: support CTRL+C on change-partition-type dialogKarel Zak2019-01-101-4/+11
* libfdisk: Accept negative numbers for last sector inputAwal Garg2018-07-311-0/+2
* nls: remove translation stringsSami Kerola2018-05-281-1/+1
* fdisk: fix typo in debug stringVaclav Dolezal2018-05-091-1/+1
* fdisk: fix compiler warning [-Wmaybe-uninitialized]Karel Zak2018-05-031-1/+1
* include/debug: introduce __UL_INIT_DEBUG_FROM_STRING()Karel Zak2018-01-171-1/+1
* fdisk: use strutils to trim whitespace from inputVaclav Dolezal2017-08-291-6/+1Star
* fdisk: fix copy from readline and whitespace strippingVaclav Dolezal2017-08-281-3/+3
* fdisk: minor fixes to make readline workVaclav Dolezal2017-08-281-3/+4
* fdisk: fix readline interaction with signalsKarel Zak2017-08-241-58/+84
* fdisk: handle SIGINT in dialogs as cancelVaclav Dolezal2017-08-241-2/+27
* fdisk: add wrap_fgets() for getting user inputVaclav Dolezal2017-08-241-31/+26Star
* fdisk: use fdisk_reread_changes()Karel Zak2017-07-141-0/+8
* 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: never use usage(stderr)Ruediger Meier2017-06-261-14/+17
* 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