summaryrefslogtreecommitdiffstats
path: root/misc-utils/wipefs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* wipefs: use strtosize_or_err()Karel Zak2012-03-301-11/+2Star
* wipefs: Fix mismatch if more -o options used.Milan Broz2012-03-081-41/+59
* wipefs: always print devnameKarel Zak2012-03-011-9/+2Star
* wipefs: support more device arguments for wipefsMilan Broz2012-03-011-19/+40
* wipefs: add quiet flag (-q)Milan Broz2012-03-011-6/+11
* docs: corrections to FSF license files, and postal addressSami Kerola2012-02-241-3/+3
* wipefs: use xalloc libDavidlohr Bueso2011-12-161-4/+1Star
* wipefs: add -t <list> optionKarel Zak2011-11-151-1/+12
* libblkid: export info about PT magic stringsKarel Zak2011-11-131-34/+39
* wipefs: improve -a, use blkid_do_wipe()Karel Zak2011-11-111-66/+92
* dmesg: cleanup usage()Karel Zak2011-08-161-10/+11
* wipefs: change option -v to -V for --version; add it to man pageBenno Schulenberg2011-08-081-4/+4
* wipefs: gettextize one sentence as a wholeBenno Schulenberg2011-08-021-2/+3
* wipefs: add version printing & compiler warningSami Kerola2011-06-251-4/+9
* move struct option to .rodataKarel Zak2011-03-031-1/+1
* build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen2011-02-141-1/+1
* wipefs: use write_all from include/writeall.hPetr Uzel2011-02-081-18/+1Star
* wipefs: fail if more device arguments specifiedMilan Broz2010-12-301-0/+3
* lib: [xalloc] add xstrdup()Karel Zak2010-11-241-9/+0Star
* lib: [strutils] general purpose string handling functionsDavidlohr Bueso2010-11-231-1/+1