Start 1.33.0 development cycle
[oweals/busybox.git] / util-linux / swaponoff.c
2018-12-28 Denys Vlasenkoconfig: update size information
2017-07-27 Denys Vlasenkoswapon: do not use FEATURE_MOUNT_LABEL, have your own...
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-19 Denys Vlasenkoswapon/swapoff: trim config help text
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-01-29 Denys Vlasenko*: add comment about APPLET_ODDNAME format
2016-11-23 Denys VlasenkoConvert all util-linux/* applets to "new style" applet...
2016-11-14 Denys VlasenkoMake swapon and swapoff individually selectable.
2016-04-21 Denys Vlasenko*: add most of the required setup_common_bufsiz() calls
2016-04-21 Denys Vlasenkolibbb: make bb_common_bufsiz1 1 kbyte, add capability...
2015-12-18 Denys Vlasenkoswaponoff: fix compile-time warning
2015-12-16 Mike Frysingerswapon/swapoff: refine the -e (ifexists) option
2015-01-05 René Rhéaumeswaponoff: add support for -e
2014-04-01 Tito Ragusaswapon/swapoff: -a returns 0 on ignored errors
2014-03-31 Tito Ragusaswapon/swapoff: size reduction, cleanup, fixes, improve...
2014-03-23 Matt Whitlockadd discard option -d to swapon
2014-03-23 Matt Whitlockfix interaction of -a and -p options in swapon
2014-03-23 Matt Whitlockavoid calling bb_strtou twice in MIN macro expansion
2013-11-12 Denys Vlasenkofix "warning: ISO C90 forbids mixed declarations and...
2013-11-08 Bernhard Reutner... swaponoff: shrink
2013-08-08 Tito Ragusaswapon: support "pri=NNN" in fstab
2011-10-22 Denys Vlasenkoremove duplicate include <sys/swap.h>
2011-09-20 Denys Vlasenkoadd INIT_G()'s. No code changes.
2011-08-13 Denys Vlasenkoswapoff: dont pass "p" in opt_complementary
2011-07-08 Denys Vlasenkomore tweak for bionic
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-04-29 Lauri Kasanenswapon: skip noauto entries
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2009-09-20 Natanael Copaswaponoff: add uuid/label support. By Natanael Copa
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-05-18 Denis Vlasenkoswapon: optional -p PRIO support (by Francois Barel...
2008-03-17 Denis Vlasenko*: shrink: use Vladimir's "o+" specifier instead of...
2007-11-05 Denis Vlasenkoswaponoff: prevent arithmetic overflow (spotted by...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-03-14 Denis Vlasenkoswapon: reinstate hole check but reduce it to warning
2007-03-12 Denis Vlasenkoswapon: random shrinkage
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-22 Rob LandleyChange license statements (and clean up headers) on...
2006-09-13 Bernhard Reutner... - fix copy'n paste errors that got introduced when...
2006-09-12 Rob LandleyRemove pointless "const". Bloatcheck says 0 bytes...
2006-06-15 Rob LandleyPatch from Yann Morin to put BLKGETSIZE64 in platform...
2006-03-13 Rob LandleyPatch from Denis Vlasenko to add xstat() and use it.
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2005-09-16 Mike Frysingeraccept unlimited number of swap arguments like the...
2005-09-13 Mike Frysingerwhitespace/syntax cleanups, dont mind me :p
2005-09-13 Rob LandleyCleanup patch from Tito.
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-07-22 Eric AndersenRemove remaining libc5 support code
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-11-03 Eric AndersenTest for holes in swapfiles
2002-10-26 Eric Andersenlast_patch64 from vodz: 0_60_5
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-10-18 Eric AndersenScrub up some function prototypes.
2001-04-05 Eric AndersenA number of cleanups. Now compiles with libc5, glibc...
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
2001-03-09 Eric AndersenPatchs from Jeff Garzik <jgarzik@mandrakesoft.com>...
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-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
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-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-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-12 Matt KraaiUse global applet_name instead of local versions.
2000-07-11 Eric AndersenForgot to commit these cleanups it seems.
2000-07-10 Eric AndersenRemove yet more kernel header dependancies.
2000-06-19 Eric AndersenMake swaponoff compile cleanly under both libc5 and...
2000-06-07 Eric Andersen* Fixed 'swapon -a' and 'swapoff -a', which were broken.
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-03-28 Erik AndersenYet another installment in the ongoing tar saga
2000-02-09 Erik AndersenFixed the init problem where it wouldn't unmount filesy...
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik AndersenA few minor updates. ;-)
1999-10-20 Eric AndersenFixed up copyright notices and such
1999-10-18 Eric AndersenMore stuff.
1999-10-18 Eric AndersenMore fixes