summaryrefslogtreecommitdiffstats
path: root/disk-utils/mkswap.c
Commit message (Expand)AuthorAgeFilesLines
...
* mkswap: use is_mounted() instead of check_mount()Petr Uzel2012-05-151-24/+2Star
* disk-utils: verify writing to streams was successfulSami Kerola2012-04-041-0/+2
* mkswap: check blkid_probe_lookup_values() return [coverity scan]Karel Zak2012-01-311-4/+4
* test: refresh build-sys testsKarel Zak2012-01-171-1/+2
* mkswap: wipe all old signaturesKarel Zak2011-11-111-20/+47
* mkswap: Use c.hmaximilian attems2011-08-021-1/+1
* mkswap: add alignment checkDavidlohr Bueso2011-04-121-0/+2
* build-sys: don't use HAVE_LIBBLKID_INTERNAL macroKarel Zak2011-03-161-2/+2
* build-sys: include <uuid.h> rather than <uuid/uuid.h>Karel Zak2011-03-161-5/+1Star
* move struct option to .rodataKarel Zak2011-03-031-1/+1
* mkswap: fix compiler warningKarel Zak2011-02-211-1/+1
* mkswap: coding style unificationSami Kerola2011-02-211-21/+30
* mkswap: fix to compiler warningsSami Kerola2011-02-211-5/+5
* mkswap: use EXIT_ valuesSami Kerola2011-02-211-4/+4
* mkswap: support long options and check user inputsSami Kerola2011-02-211-72/+75
* mkswap: use xallocSami Kerola2011-02-211-7/+4Star
* mkswap: use libc error messaging facilitiesSami Kerola2011-02-211-95/+62Star
* lib: [strutils] general purpose string handling functionsDavidlohr Bueso2010-11-231-1/+1
* remove free() from atexit() callbacksKarel Zak2010-10-291-6/+0Star
* mkswap: don't use too small user-specified page sizeKarel Zak2010-06-171-1/+1
* mkswap: use calloc(), remove obsolete v1 header usageKarel Zak2010-06-171-7/+13
* textual: fix typosKarel Zak2010-06-141-1/+1
* mkswap: zap bootbits on regular filesKarel Zak2010-04-021-3/+3
* mkswap: move write_all() to include/writeall.hKarel Zak2010-04-011-18/+1Star
* mkswap: fixed strtoll() usageYann Droneaud2010-03-301-2/+3
* mkswap: more robust strtoull() usageKarel Zak2010-03-301-6/+11
* mkswap: don't call blkdev_find_size()Karel Zak2010-03-111-2/+0Star
* build-sys: add HAVE_LIBBLKID_INTERNALKarel Zak2009-10-271-2/+2
* Remove now unused <sys/ioctl.h> includesGuillem Jover2009-10-091-1/+0Star
* mkswap: use libblkid to detect PTKarel Zak2009-09-291-9/+36
* mkswap: fix memory leaks, cleanup check_blocks()Karel Zak2009-09-071-5/+9
* mkswap: unbreak -c ("check") option.Peter De Wachter2009-09-071-2/+2
* build-sys: fix headers in mkswap and libblkidKarel Zak2009-05-221-1/+5
* mkswap: zap bootbitsKarel Zak2009-03-121-0/+45
* mkswap: remove v0 swap space supportKarel Zak2009-03-111-151/+25Star
* mkswap: handle 2^32 pagesHugh Dickins2009-02-271-15/+17
* use getpagesize()maximilian attems2008-07-301-5/+1Star
* disk-utils: s/MOUNTED/_PATH_MOUNTED/maximilian attems2008-07-281-1/+2
* disk-utils: clean up code, use blkdev_* functionsSamuel Thibault2008-07-241-30/+1Star
* mkswap: non-linux supportSamuel Thibault2008-07-241-1/+6
* selinux: is_selinux_enabled() returns 0, 1 and -1Karel Zak2008-07-011-1/+1
* mkswap: set errno=0 in write_all()Karel Zak2008-04-161-1/+3
* mkswap: when writing the signature page, handle EINTR returnsKarel Zak2008-04-151-3/+22
* mkswap: fix compiler warningsKarel Zak2008-03-201-1/+1
* mkswap: set UUID for swap space (add -U option)Martin Schulze2008-02-151-2/+17
* mkswap: cleanup kB vs. KiB usage in error messagesKarel Zak2007-11-071-7/+7
* mkswap: BLKGETSIZE cleanupKarel Zak2007-11-071-14/+6Star
* mkswap: linux_version() code consolidationKarel Zak2007-11-061-19/+4Star
* docs: tweak a few messages for clarityBenno Schulenberg2007-10-261-3/+3
* mkswap: possible to crash with SELinux relabeling supportKaiGai Kohei2007-10-251-6/+9