summaryrefslogtreecommitdiffstats
path: root/disk-utils/sfdisk.c
Commit message (Expand)AuthorAgeFilesLines
* sfdisk: use xstrcpy()Karel Zak2019-05-201-1/+1
* sfdisk: remove unnecessary size check [cppcheck]Sami Kerola2019-05-181-2/+0Star
* 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-4/+2Star
* various: fix 'uninitialized when used' warnings [clang]Sami Kerola2019-02-181-1/+1
* sfdisk: Avoid out of boundary read with readlineTobias Stoeckmann2019-02-181-1/+3
* sfdisk: disable --activate for Hybrid GPT/MBRKarel Zak2018-10-041-0/+3
* sfdisk: be more verbose about PMBR on --activateKarel Zak2018-10-041-0/+2
* include/debug: introduce __UL_INIT_DEBUG_FROM_STRING()Karel Zak2018-01-171-1/+1
* libfdisk: (script) support R (RAID) and V (LVM) shortcutsKarel Zak2018-01-091-2/+2
* sfdisk: wait before re-readKarel Zak2018-01-021-1/+8
* sfdisk: create empty label on 'write' commandKarel Zak2017-11-031-1/+1
* sfdisk: allow to disable bootable flag on all partitionsKarel Zak2017-11-021-1/+5
* sfdisk: allow to use --activate for PMBRKarel Zak2017-11-021-3/+9
* sfdisk: use fdisk_device_is_used()Karel Zak2017-07-141-27/+1Star
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-1/+1
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+2
* misc: cosmetics, remove argument from usage(FILE*)Ruediger Meier2017-06-261-3/+4
* include/c.h: add USAGE_COMMANDS and USAGE_COLUMNSJ William Piggott2017-06-241-1/+1
* sfdisk: disambiguate units of --show-sizeChris Morin2017-05-221-2/+12
* sfdisk: add hints for scanners [coverity scan]Karel Zak2017-05-171-0/+2
* fdisk, sfdisk: avoid non-ANSI function declarations [smatch scan]Sami Kerola2017-03-141-0/+1
* misc: stop mixing declarations and codeSami Kerola2017-03-131-1/+1
* misc: add static keyword to where needed [smatch scan]Sami Kerola2017-02-201-1/+1
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-1/+1
* sfdisk: improve --wipe functionalityKarel Zak2017-02-141-19/+35
* sfdisk: --quiet fixesKarel Zak2017-02-101-4/+6
* sfdisk: unused parameter 'sf' [-Wunused-parameter]Karel Zak2017-01-051-2/+7
* Use --help suggestion on invalid optionKarel Zak2016-12-191-1/+1
* sfdisk: support empty label use-caseKarel Zak2016-11-301-0/+17
* sfdisk: cleanup --dump error messagesKarel Zak2016-11-301-1/+4
* sfdisk: don't be silent when list non-existing deviceKarel Zak2016-11-291-6/+10
* sfdisk: cleanup before going out of scope [coverity scan]Karel Zak2016-10-041-5/+12
* sfdisk: free before going out of scope [coverity scan]Karel Zak2016-10-041-0/+2
* sfdisk: add --no-tell-kernelKarel Zak2016-09-021-3/+12
* sfdisk: make non-interactive output more readableKarel Zak2016-08-311-14/+26
* sfdisk: add show-pt-geometry to usage() and sfdisk.8Karel Zak2016-08-081-1/+2
* sfdisk: Add --show-pt-geometry compatibility codeStanislav Brabec2016-08-081-1/+4
* Revert "sfdisk: exit with error if rereading partition table fails"Karel Zak2016-07-201-1/+1
* misc: Fix various typosSebastian Rasmussen2016-05-311-5/+5
* sfdisk: exit with error if rereading partition table failsVictor Dodon2016-05-051-1/+1
* sfdisk: add --wipe-partitions=auto|never|defaultKarel Zak2016-05-041-5/+61
* fdisk, cfdisk, sfdisk: improve the grammar of three messagesBenno Schulenberg2016-03-161-2/+2
* sfdisk: improve the wording of seven error messagesBenno Schulenberg2016-03-161-7/+7
* misc: remove duplicate includesKarel Zak2016-03-101-1/+0Star
* sfdisk, fdisk: add fflush()Karel Zak2016-03-101-0/+2
* Revert "include sysmacros.h where used"Karel Zak2016-03-081-1/+0Star
* include sysmacros.h where usedMike Frysinger2016-03-081-0/+1
* misc: again fixing many printf format stringsRuediger Meier2016-03-071-7/+10
* wipefs, sfdisk: include libgen.h for basename(3p)Ruediger Meier2016-03-071-0/+1