summaryrefslogtreecommitdiffstats
path: root/misc-utils/wipefs.c
Commit message (Expand)AuthorAgeFilesLines
* wipefs: fix variable / function shadowing [cppcheck]Sami Kerola2019-05-181-4/+4
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-6/+5Star
* wipefs: add missing ifdefRuediger Meier2018-06-251-2/+3
* wipefs: postpone BLKRRPART until all is doneKarel Zak2018-06-111-6/+54
* wipefs: use scols_column_set_json_type()Karel Zak2018-04-181-2/+10
* wipefs: cleanup offsets list usage, fix -t filterKarel Zak2017-08-311-110/+99Star
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-2/+2
* wipefs: improve --helpKarel Zak2017-06-291-23/+19Star
* wipefs: use libsmartcolsKarel Zak2017-06-291-41/+216
* wipefs: try another magic strings on -o and -tKarel Zak2017-06-281-4/+20
* wipefs: add control structKarel Zak2017-06-281-66/+64Star
* wipefs: don't do step-back if <type> does not matchKarel Zak2017-06-281-5/+14
* wipefs: print all signature permutationsKarel Zak2017-06-281-0/+4
* misc: consolidate all --help option descriptionsRuediger Meier2017-06-271-3/+2Star
* misc: never use usage(stderr)Ruediger Meier2017-06-261-5/+9
* wipefs: exit on failed eraseKarel Zak2017-06-211-1/+1
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-11/+11
* docs: Fix word repetitionsYuri Chornoivan2017-02-131-1/+1
* wipefs: unused parameter [-Wunused-parameter]Karel Zak2017-01-051-2/+4
* Use --help suggestion on invalid optionKarel Zak2016-12-191-2/+1Star
* wipefs: force GPT detectionKarel Zak2016-04-131-2/+2
* misc: again fixing many printf format stringsRuediger Meier2016-03-071-6/+6
* wipefs, sfdisk: include libgen.h for basename(3p)Ruediger Meier2016-03-071-1/+5
* wipefs: Allow b to be used as the short option for backupBill Pemberton2015-12-111-1/+1
* wipefs: fix FD leak on error [coverity scan]Karel Zak2015-01-291-2/+1Star
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+4
* textual: use usage() text element macrosSami Kerola2014-10-011-3/+2Star
* textual: use manual tail usage() macroSami Kerola2014-10-011-1/+1
* textual: fix some typos and inconsistencies in various messagesBenno Schulenberg2014-07-231-2/+2
* Fix typo "ioclt" in various files.Lauri Nurmi2014-07-111-1/+1
* wipefs: don't erase nested partition tables by defaultKarel Zak2014-04-241-1/+13
* libsmartcols: add columnsKarel Zak2014-04-031-1/+1
* wipefs: call BLKRRPART when erase partition tableKarel Zak2014-01-201-8/+33
* wipefs: add comments to codeKarel Zak2014-01-161-4/+7
* wipefs: pluralize one messageBenno Schulenberg2013-10-081-2/+4
* wipefs: Also wipe superblocks with bad checksumsGabriel de Perthuis2013-09-111-1/+2
* wipefs: clean up codeKarel Zak2013-04-261-28/+35
* wipefs: add --backupOndrej Oprala2013-04-261-4/+43
* wipefs: make do_wipe() more readable [coverity scan]Karel Zak2013-03-271-1/+3
* wipefs: fix memory leak [coverity scan]Karel Zak2013-03-271-2/+5
* wipefs: add -f to getopt_long()Karel Zak2013-03-191-1/+1
* textual: use UTIL_LINUX_VERSION everywhereKarel Zak2013-01-251-2/+1Star
* wipefs: Add --force option to force it to erase.Richard W.M. Jones2012-11-201-4/+15
* wipefs: use O_EXCLKarel Zak2012-10-151-1/+1
* wipefs: use err_exclusive_options()Karel Zak2012-07-261-9/+9
* wipefs: use exclusive_option()Sami Kerola2012-06-171-3/+10
* wipefs: use symbolic value for markup modeSami Kerola2012-06-111-3/+8
* misc-utils: cleanup strtoxx_or_err()Karel Zak2012-05-151-1/+1
* include: rename writeall.h to all-io.hPetr Uzel2012-05-151-1/+1
* misc-utils: verify writing to streams was successfulSami Kerola2012-04-041-0/+2