summaryrefslogtreecommitdiff
path: root/disk-utils/mkswap.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-28disk-utils: s/MOUNTED/_PATH_MOUNTED/maximilian attems1-1/+2
2008-07-24disk-utils: clean up code, use blkdev_* functionsSamuel Thibault1-30/+1
2008-07-24mkswap: non-linux supportSamuel Thibault1-1/+6
2008-07-01selinux: is_selinux_enabled() returns 0, 1 and -1Karel Zak1-1/+1
2008-04-16mkswap: set errno=0 in write_all()Karel Zak1-1/+3
2008-04-15mkswap: when writing the signature page, handle EINTR returnsKarel Zak1-3/+22
2008-03-20mkswap: fix compiler warningsKarel Zak1-1/+1
2008-02-15mkswap: set UUID for swap space (add -U option)Martin Schulze1-2/+17
2007-11-07mkswap: cleanup kB vs. KiB usage in error messagesKarel Zak1-7/+7
2007-11-07mkswap: BLKGETSIZE cleanupKarel Zak1-14/+6
2007-11-06mkswap: linux_version() code consolidationKarel Zak1-19/+4
2007-10-26docs: tweak a few messages for clarityBenno Schulenberg1-3/+3
2007-10-25mkswap: possible to crash with SELinux relabeling supportKaiGai Kohei1-6/+9
2007-07-27disk-utils: let mkfs tools open with O_EXCLMatthias Koenig1-2/+10
2007-07-25mkswap: fix signedness problems and remove obsolete codeKarel Zak1-22/+2
2007-07-24mkswap: default to V1 in any caseMatthias Koenig1-3/+1
2007-05-16disk-utils: fix libuuid usage in mkswapMatthias Koenig1-4/+4
2007-02-08mkswap: automatically add selinux label to swapfileKarel Zak1-5/+47
2007-02-07mkswap: avoid mkswap usage on already mounted deviceKarel Zak1-2/+37
2007-02-07mkswap: gcc happy: unsigned long usageKarel Zak1-2/+2
2007-02-06Clean up pagesize/PAGE_SIZE usage.Karel Zak1-36/+20
2006-12-07Imported from util-linux-2.13-pre2 tarball.Karel Zak1-1/+1
2006-12-07Imported from util-linux-2.13-pre1 tarball.Karel Zak1-10/+9
2006-12-07Imported from util-linux-2.12o tarball.Karel Zak1-13/+99
2006-12-07Imported from util-linux-2.12a tarball.Karel Zak1-11/+12
2006-12-07Imported from util-linux-2.11x tarball.Karel Zak1-0/+2
2006-12-07Imported from util-linux-2.11v tarball.Karel Zak1-19/+22
2006-12-07Imported from util-linux-2.11r tarball.Karel Zak1-2/+2
2006-12-07Imported from util-linux-2.11q tarball.Karel Zak1-11/+16
2006-12-07Imported from util-linux-2.11b tarball.Karel Zak1-3/+7