aboutsummaryrefslogtreecommitdiff
path: root/util-linux/swaponoff.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* swapon: do not use FEATURE_MOUNT_LABEL, have your own FEATURE_SWAPONOFF_LABELDenys Vlasenko2017-07-271-1/+10
* config: deindent all help textsDenys Vlasenko2017-07-211-9/+9
* swapon/swapoff: trim config help textDenys Vlasenko2017-07-191-3/+0
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-2/+2
* *: add comment about APPLET_ODDNAME formatDenys Vlasenko2017-01-291-1/+2
* Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-1/+0
* Make swapon and swapoff individually selectable.Denys Vlasenko2016-11-141-1/+50
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-1/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* swaponoff: fix compile-time warningDenys Vlasenko2015-12-181-1/+1
* swapon/swapoff: refine the -e (ifexists) optionMike Frysinger2015-12-161-8/+7
* swaponoff: add support for -eRené Rhéaume2015-01-051-5/+13
* swapon/swapoff: -a returns 0 on ignored errorsTito Ragusa2014-04-011-3/+2
* swapon/swapoff: size reduction, cleanup, fixes, improvementsTito Ragusa2014-03-311-115/+161
* add discard option -d to swaponMatt Whitlock2014-03-231-9/+76
* fix interaction of -a and -p options in swaponMatt Whitlock2014-03-231-2/+5
* avoid calling bb_strtou twice in MIN macro expansionMatt Whitlock2014-03-231-5/+8
* fix "warning: ISO C90 forbids mixed declarations and code"Denys Vlasenko2013-11-121-1/+2
* swaponoff: shrinkBernhard Reutner-Fischer2013-11-081-3/+2
* swapon: support "pri=NNN" in fstabTito Ragusa2013-08-081-0/+14
* remove duplicate include <sys/swap.h>Denys Vlasenko2011-10-221-1/+0
* add INIT_G()'s. No code changes.Denys Vlasenko2011-09-211-0/+3
* swapoff: dont pass "p" in opt_complementaryDenys Vlasenko2011-08-131-1/+2
* more tweak for bionicDenys Vlasenko2011-07-081-0/+7
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-2/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+17
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* swapon: skip noauto entriesLauri Kasanen2010-04-291-4/+13
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* swaponoff: add uuid/label support. By Natanael CopaNatanael Copa2009-09-201-0/+7
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* swapon: optional -p PRIO support (by Francois Barel <frabar666 AT gmail.com>)Denis Vlasenko2008-05-181-6/+31
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-171-2/+2
* swaponoff: prevent arithmetic overflow (spotted by Paul Fox <pgf@brightstaren...Denis Vlasenko2007-11-051-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* swapon: reinstate hole check but reduce it to warningDenis Vlasenko2007-03-141-2/+2
* swapon: random shrinkageDenis Vlasenko2007-03-121-5/+4
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* Change license statements (and clean up headers) on some of the files thatRob Landley2006-09-221-4/+1
* - fix copy'n paste errors that got introduced when switching to the shorter b...Bernhard Reutner-Fischer2006-09-131-1/+1
* Remove pointless "const". Bloatcheck says 0 bytes difference.Rob Landley2006-09-121-1/+1
* Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot ofRob Landley2006-06-151-4/+1
* Patch from Denis Vlasenko to add xstat() and use it.Rob Landley2006-03-131-2/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* accept unlimited number of swap arguments like the real swap{on,off} and shri...Mike Frysinger2005-09-161-8/+11