aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mkswap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+3
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-0/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+8
* mkswap: selinux build fixDenys Vlasenko2011-01-051-1/+1
* libbb: add xfstat functionDenys Vlasenko2010-08-311-2/+1
* mkswap: clear 1st kilobyte. Closes bug 1831Denys Vlasenko2010-08-311-2/+9
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: eliminate more aliasing warningsDenys Vlasenko2010-02-041-1/+1
* mkXXXX: unify [KBYTES] parameter handling (added it to mkswap)Denys Vlasenko2010-02-011-10/+6
* mkswap: add -L LABEL option. closes bug 689.Denys Vlasenko2009-11-031-46/+46
* util-linux/mkswap.c: fix warningDenys Vlasenko2009-10-151-13/+13
* move generate_uuid from mkswap to libbbVladimir Dronnikov2009-10-151-79/+13
* mkswap: separate UUID featureDenys Vlasenko2009-06-191-1/+1
* mkswap: accidentally committed wrong patch. fix it upDenys Vlasenko2009-06-191-12/+13
* mkswap: improve randomness of UUID generation set version/variant bitsDenys Vlasenko2009-06-191-4/+55
* mkswap: generate UUID if CONFIG_DESKTOP=y. +110 bytesDenys Vlasenko2009-06-181-3/+28
* testsuite/runtest: remove (last) bashismDenis Vlasenko2008-04-251-1/+1
* - fsetfilecon_war is hidden so use fsetfilecon instead.Bernhard Reutner-Fischer2008-04-241-1/+2
* mkswap: fix help text to not lie about supported options.Denis Vlasenko2008-02-131-6/+39
* mkswap: do not do extra seekDenis Vlasenko2008-02-031-0/+2
* mkswap, readahead: stop using fdlength, it is reported to be unreliableDenis Vlasenko2008-01-271-2/+4
* mkswap: selinux support by KaiGai Kohei <kaigai@ak.jp.nec.com>Denis Vlasenko2007-10-191-1/+44
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-041-2/+2
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* hunt down improper include <>, make mkswap output 4Gb+ friendlyDenis Vlasenko2006-11-241-6/+7
* Change license statements (and clean up headers) on some of the files thatRob Landley2006-09-221-1/+1
* whitespace cleanupDenis Vlasenko2006-09-171-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-1/+1
* New mkswap. Small and simple. Might even work. :)Rob Landley2006-07-161-380/+29
* Remove "#if 0" content."Robert P. J. Day"2006-07-011-4/+0
* Remove warnings caused by #include <sys/mount.h> in platform.h. ApparentlyRob Landley2006-06-161-11/+1
* - single KERNEL_VERSION(a,b,c) macro in platform.hBernhard Reutner-Fischer2006-05-191-5/+5
* - patch from Denis Vlasenko to add and use bb_xopen3()Bernhard Reutner-Fischer2006-04-131-2/+2
* - patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer2006-04-121-4/+3
* - shrink mkswap and make v0 support optional. Thanks also to Tito for his ideas.Bernhard Reutner-Fischer2006-03-291-79/+73
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-101-1/+1
* hopefully the last of the annoying signed/unsigned and mixed type errorsEric Andersen2006-01-301-2/+2
* Patch from David Meggy to make the swap default to the new version if noGlenn L McGrath2003-10-311-5/+1
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-1/+1
* Major coreutils update.Manuel Novoa III2003-03-191-23/+23
* Apply lash_patch35 from vodz, which brings several nice size_optimizations.Eric Andersen2002-04-061-4/+4
* Scrub up some function prototypes.Eric Andersen2001-10-181-1/+1
* A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen2001-03-091-1/+1
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-5/+5
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-16/+16
* Cleanup patch from Vladimir N. Oleynik.Eric Andersen2001-01-311-15/+9