summaryrefslogtreecommitdiff
path: root/disk-utils/fdisk.c
Commit message (Expand)AuthorAgeFilesLines
* fdisk: fix --output option parsingKarel Zak2022-10-241-1/+1
* fdisk: when use fdisk -l, open device in nonblock modelishengyu2021-12-301-1/+1
* fdisk: warn if disk in useKarel Zak2021-04-151-0/+6
* fdisk: always skips zeros in dumpsKarel Zak2021-04-081-9/+6
* fdisk: support partition type name in dialogsKarel Zak2021-02-231-0/+1
* fdisk: add --lock and LOCK_BLOCK_DEVICEKarel Zak2020-05-271-4/+25
* (s)fdisk: avoid unneeded empty lines with '--list'Wolfram Sang2020-05-111-7/+2
* fdisk: specify in '--help' that we can have multiple devices with '-l'Wolfram Sang2020-05-061-2/+2
* fdisk: add --noauto-ptKarel Zak2020-03-241-3/+9
* fdisk: add support for parttype aliasesKarel Zak2020-03-031-9/+41
* fdisk: improve list-types readabilityKarel Zak2020-02-201-1/+1
* fdisk: add --list-detailsKarel Zak2020-02-051-1/+13
* docs: improve size arguments description in --help outputKarel Zak2020-02-051-1/+1
* fdisk: fix quit dialog for non-libreadline versionKarel Zak2019-09-051-1/+3
* fdisk: cleanup wipe warningKarel Zak2019-09-041-2/+2
* fdisk: add hint about --wipe to warningKarel Zak2019-09-031-1/+2
* po: remove possibility to translate static option argumentsSami Kerola2019-08-241-3/+6
* 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/+2
* 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/+1
* 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/+26
* 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/+1
* 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/+0