summaryrefslogtreecommitdiffstats
path: root/misc-utils/wipefs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* misc-utils: use new xmalloc() wrapperDavidlohr Bueso2010-10-211-9/+1Star
* wipefs: fix memory leaksKarel Zak2010-06-161-0/+19
* wipefs: fix mem usageKarel Zak2010-06-161-1/+1
* textual: fix typos, and rephrase some things for clarityBenno Schulenberg2010-06-141-5/+5
* wipefs: print warning is PT detectedKarel Zak2010-04-221-1/+1
* wipefs: support suffixes for --offsetKarel Zak2010-03-301-12/+5Star
* wipefs: cleanup usage() and man pageKarel Zak2010-03-151-1/+1
* wipefs: fix license (GPL -> GPLv2+)Karel Zak2010-02-231-3/+4
* wipefs: ignore devices with partition tableKarel Zak2010-02-041-1/+15
* po: fix msgid bugsKarel Zak2009-12-101-1/+1
* wipefs: remove obsolete commentKarel Zak2009-10-301-1/+1
* wipefs: fix coding styleKarel Zak2009-10-071-2/+4
* wipefs: new commandKarel Zak2009-10-061-0/+386