summaryrefslogtreecommitdiffstats
path: root/disk-utils/sfdisk.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sfdisk: add --wipeKarel Zak2016-02-181-1/+31
* sfdisk: make --quiet really quietKarel Zak2016-02-011-3/+5
* sfdisk: add --deleteKarel Zak2015-09-171-0/+50
* sfdisk: fix -N return code detection, add debug messagesKarel Zak2015-09-171-5/+14
* sfdisk: cleanup and optimize --move-dataKarel Zak2015-09-091-20/+32
* sfdisk: add --move-dataKarel Zak2015-09-081-10/+199
* sfdisk: add --reorderKarel Zak2015-09-071-1/+39
* cfdisk, sfdisk: remove unused variablesKarel Zak2015-08-051-2/+1Star
* textual: adjust grammar and punctuation of some messagesBenno Schulenberg2015-08-031-14/+14
* sfdisk: add --list-freeKarel Zak2015-07-281-1/+33
* fdisk: init libsmartcols debugKarel Zak2015-07-271-0/+2
* sfdisk: show that the command --verify optionally takes device namesBenno Schulenberg2015-06-171-1/+1
* sfdisk: add --jsonKarel Zak2015-06-151-1/+9
* libfdisk: (gpt) add extra check for First/Last LBAKarel Zak2015-04-231-2/+3
* sfdisk: don't use BLKRRPART to check loopdev usageKarel Zak2015-04-171-1/+3
* sfdisk: accept empty partitions from dumpKarel Zak2015-04-161-3/+19
* sfdisk: enable bootbits protectionKarel Zak2015-04-131-0/+1
* sfdisk: improve -N warningsKarel Zak2015-04-131-2/+7
* sfdisk: cleanup prompt usageKarel Zak2015-03-271-6/+13
* sfdisk: fix -a vs. -A bugKarel Zak2015-03-261-6/+6
* sfdisk: add readline supportKarel Zak2015-03-251-8/+65
* sfdisk: add missing --colorKarel Zak2015-02-251-3/+15
* rpmatch: use symbolic value when evaluation return codesSami Kerola2015-02-241-1/+1
* sfdisk: include rpmatch.hSami Kerola2015-02-161-0/+1
* textual: sort the options in the usage text of sfdisk alphabeticallyBenno Schulenberg2015-02-101-7/+7
* sfdisk: fix --id fallthrough [coverity scan]Karel Zak2015-01-281-0/+1
* libfdisk: support unknown partition types in sfdisk scriptsKarel Zak2015-01-281-2/+2
* libfdisk: don't use off_t in public APIKarel Zak2015-01-261-3/+3
* textual: fix various minor typosYuri Chornoivan2015-01-261-10/+10
* textual: fix spellos and inconsistencies in several program messagesBenno Schulenberg2015-01-261-14/+14
* libfdisk: accept Start offset in {B,M,G..}iB in sfdisk scriptsKarel Zak2015-01-201-2/+3
* sfdisk: fix --bytesKarel Zak2015-01-191-4/+6