Bump to version 1.22.1
[platform/upstream/busybox.git] / util-linux / mkswap.c
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2011-01-05 Denys Vlasenkomkswap: selinux build fix
2010-08-31 Denys Vlasenkolibbb: add xfstat function
2010-08-30 Denys Vlasenkomkswap: clear 1st kilobyte. Closes bug 1831
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-02-04 Denys Vlasenko*: eliminate more aliasing warnings
2010-02-01 Denys VlasenkomkXXXX: unify [KBYTES] parameter handling (added it...
2009-11-03 Denys Vlasenkomkswap: add -L LABEL option. closes bug 689.
2009-10-15 Denys Vlasenkoutil-linux/mkswap.c: fix warning
2009-10-15 Vladimir Dronnikovmove generate_uuid from mkswap to libbb
2009-06-19 Denys Vlasenkomkswap: separate UUID feature
2009-06-19 Denys Vlasenkomkswap: accidentally committed wrong patch. fix it up
2009-06-19 Denys Vlasenkomkswap: improve randomness of UUID generation set versi...
2009-06-18 Denys Vlasenkomkswap: generate UUID if CONFIG_DESKTOP=y. +110 bytes
2008-04-25 Denis Vlasenkotestsuite/runtest: remove (last) bashism
2008-04-24 Bernhard Reutner... - fsetfilecon_war is hidden so use fsetfilecon instead.
2008-02-13 Denis Vlasenkomkswap: fix help text to not lie about supported options.
2008-02-03 Denis Vlasenkomkswap: do not do extra seek
2008-01-27 Denis Vlasenkomkswap, readahead: stop using fdlength, it is reported...
2007-10-19 Denis Vlasenkomkswap: selinux support by KaiGai Kohei <kaigai@ak...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-04 Bernhard Reutner... - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-11-24 Denis Vlasenkohunt down improper include <>, make mkswap output 4Gb...
2006-09-22 Rob LandleyChange license statements (and clean up headers) on...
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-16 Rob LandleyNew mkswap. Small and simple. Might even work. :)
2006-07-01 "Robert P. J. Day"Remove "#if 0" content.
2006-06-16 Rob LandleyRemove warnings caused by #include <sys/mount.h> in...
2006-05-19 Bernhard Reutner... - single KERNEL_VERSION(a,b,c) macro in platform.h
2006-04-13 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xopen3()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xsocket...
2006-03-29 Bernhard Reutner... - shrink mkswap and make v0 support optional. Thanks...
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-01-30 Eric Andersenhopefully the last of the annoying signed/unsigned...
2003-10-31 Glenn L McGrathPatch from David Meggy to make the swap default to...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-04-06 Eric AndersenApply lash_patch35 from vodz, which brings several...
2001-10-18 Eric AndersenScrub up some function prototypes.
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-31 Eric AndersenCleanup patch from Vladimir N. Oleynik.
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2000-12-22 Matt KraaiUse busybox error handling functions wherever possible.
2000-12-20 Eric AndersenMake more things be static (like they are supposed...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-10-30 Eric AndersenFix uname problem that was breaking poweroff.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-08-10 Eric AndersenSome #include updates.
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-07-12 Matt KraaiUse global applet_name instead of local versions.
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-03-21 Erik Andersen* all mallocs now use xmalloc (and so are OOM error...
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
1999-11-10 Eric AndersenUpdates to usage, and made tar work.
1999-10-19 Eric AndersenAdded sfdisk. Ststic-ified a bunch of stuff.
1999-10-18 Eric AndersenMore stuff.
1999-10-05 Eric AndersenInitial revision 0_29alpha2