summaryrefslogtreecommitdiff
path: root/disk-utils/mkswap.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-17mkswap: fix compiler warning [-Wunused-variable]Karel Zak1-1/+2
2013-04-26mkswap: unify write check to a file descriptorSami Kerola1-9/+7
2013-02-06textual: spell and encode the name of Arkadiusz Miƛkiewicz correctlyBenno Schulenberg1-1/+1
2013-01-30textual: tiny tweaks of some error messagesBenno Schulenberg1-3/+3
2013-01-30mkswap: properly pluralize the bad-pages messageBenno Schulenberg1-4/+1
2013-01-25textual: gettextize several overlooked messagesBenno Schulenberg1-5/+5
2012-12-20mkswap: fix compiler warningsKarel Zak1-1/+7
2012-09-21mkswap: wipe old signature if there is no part table by defaultMilan Broz1-27/+20
2012-07-26mkswap: fix shadow declarationSami Kerola1-2/+2
2012-05-15disk-utils: cleanup strtoxx_or_err()Karel Zak1-19/+13
2012-05-15include: rename writeall.h to all-io.hPetr Uzel1-1/+1
2012-05-15mkswap: improve diagnostics message if the device is mountedPetr Uzel1-4/+5
2012-05-15mkswap: allow creating swap on /dev/hd[ab]Petr Uzel1-5/+0
2012-05-15mkswap: use is_mounted() instead of check_mount()Petr Uzel1-24/+2
2012-04-04disk-utils: verify writing to streams was successfulSami Kerola1-0/+2
2012-01-31mkswap: check blkid_probe_lookup_values() return [coverity scan]Karel Zak1-4/+4
2012-01-17test: refresh build-sys testsKarel Zak1-1/+2
2011-11-11mkswap: wipe all old signaturesKarel Zak1-20/+47
2011-08-02mkswap: Use c.hmaximilian attems1-1/+1
2011-04-12mkswap: add alignment checkDavidlohr Bueso1-0/+2
2011-03-16build-sys: don't use HAVE_LIBBLKID_INTERNAL macroKarel Zak1-2/+2
2011-03-16build-sys: include <uuid.h> rather than <uuid/uuid.h>Karel Zak1-5/+1
2011-03-03move struct option to .rodataKarel Zak1-1/+1
2011-02-21mkswap: fix compiler warningKarel Zak1-1/+1
2011-02-21mkswap: coding style unificationSami Kerola1-21/+30
2011-02-21mkswap: fix to compiler warningsSami Kerola1-5/+5
2011-02-21mkswap: use EXIT_ valuesSami Kerola1-4/+4
2011-02-21mkswap: support long options and check user inputsSami Kerola1-72/+75
2011-02-21mkswap: use xallocSami Kerola1-7/+4
2011-02-21mkswap: use libc error messaging facilitiesSami Kerola1-95/+62
2010-11-23lib: [strutils] general purpose string handling functionsDavidlohr Bueso1-1/+1
2010-10-29remove free() from atexit() callbacksKarel Zak1-6/+0
2010-06-17mkswap: don't use too small user-specified page sizeKarel Zak1-1/+1
2010-06-17mkswap: use calloc(), remove obsolete v1 header usageKarel Zak1-7/+13
2010-06-14textual: fix typosKarel Zak1-1/+1
2010-04-02mkswap: zap bootbits on regular filesKarel Zak1-3/+3
2010-04-01mkswap: move write_all() to include/writeall.hKarel Zak1-18/+1
2010-03-30mkswap: fixed strtoll() usageYann Droneaud1-2/+3
2010-03-30mkswap: more robust strtoull() usageKarel Zak1-6/+11
2010-03-11mkswap: don't call blkdev_find_size()Karel Zak1-2/+0
2009-10-27build-sys: add HAVE_LIBBLKID_INTERNALKarel Zak1-2/+2
2009-10-09Remove now unused <sys/ioctl.h> includesGuillem Jover1-1/+0
2009-09-29mkswap: use libblkid to detect PTKarel Zak1-9/+36
2009-09-07mkswap: fix memory leaks, cleanup check_blocks()Karel Zak1-5/+9
2009-09-07mkswap: unbreak -c ("check") option.Peter De Wachter1-2/+2
2009-05-22build-sys: fix headers in mkswap and libblkidKarel Zak1-1/+5
2009-03-12mkswap: zap bootbitsKarel Zak1-0/+45
2009-03-11mkswap: remove v0 swap space supportKarel Zak1-151/+25
2009-02-27mkswap: handle 2^32 pagesHugh Dickins1-15/+17
2008-07-30use getpagesize()maximilian attems1-5/+1