aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mkswap.c
AgeCommit message (Expand)Author
2020-12-14libbb: add and use infrastructure for fixed page size optimizationDenys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: update size informationDenys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-01-05mkswap: selinux build fixDenys Vlasenko
2010-08-31libbb: add xfstat functionDenys Vlasenko
2010-08-31mkswap: clear 1st kilobyte. Closes bug 1831Denys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-02-04*: eliminate more aliasing warningsDenys Vlasenko
2010-02-01mkXXXX: unify [KBYTES] parameter handling (added it to mkswap)Denys Vlasenko
2009-11-03mkswap: add -L LABEL option. closes bug 689.Denys Vlasenko
2009-10-15util-linux/mkswap.c: fix warningDenys Vlasenko
2009-10-15move generate_uuid from mkswap to libbbVladimir Dronnikov
2009-06-19mkswap: separate UUID featureDenys Vlasenko
2009-06-19mkswap: accidentally committed wrong patch. fix it upDenys Vlasenko
2009-06-19mkswap: improve randomness of UUID generation set version/variant bitsDenys Vlasenko
2009-06-18mkswap: generate UUID if CONFIG_DESKTOP=y. +110 bytesDenys Vlasenko
2008-04-25testsuite/runtest: remove (last) bashismDenis Vlasenko
2008-04-24- fsetfilecon_war is hidden so use fsetfilecon instead.Bernhard Reutner-Fischer
2008-02-13mkswap: fix help text to not lie about supported options.Denis Vlasenko
2008-02-03mkswap: do not do extra seekDenis Vlasenko
2008-01-27mkswap, readahead: stop using fdlength, it is reported to be unreliableDenis Vlasenko
2007-10-19mkswap: selinux support by KaiGai Kohei <kaigai@ak.jp.nec.com>Denis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-04-04- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-11-24hunt down improper include <>, make mkswap output 4Gb+ friendlyDenis Vlasenko
2006-09-22Change license statements (and clean up headers) on some of the files thatRob Landley
2006-09-17whitespace cleanupDenis Vlasenko
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-16New mkswap. Small and simple. Might even work. :)Rob Landley
2006-07-01Remove "#if 0" content."Robert P. J. Day"
2006-06-16Remove warnings caused by #include <sys/mount.h> in platform.h. ApparentlyRob Landley
2006-05-19- single KERNEL_VERSION(a,b,c) macro in platform.hBernhard Reutner-Fischer
2006-04-13- patch from Denis Vlasenko to add and use bb_xopen3()Bernhard Reutner-Fischer
2006-04-12- patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer
2006-03-29- shrink mkswap and make v0 support optional. Thanks also to Tito for his ideas.Bernhard Reutner-Fischer
2006-03-10Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley
2006-01-30hopefully the last of the annoying signed/unsigned and mixed type errorsEric Andersen
2003-10-31Patch from David Meggy to make the swap default to the new version if noGlenn L McGrath
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen