| Commit message (Expand) | Author | Age | Files | Lines |
* | swapon: do not use FEATURE_MOUNT_LABEL, have your own FEATURE_SWAPONOFF_LABEL | Denys Vlasenko | 2017-07-27 | 1 | -1/+10 |
* | config: deindent all help texts | Denys Vlasenko | 2017-07-21 | 1 | -9/+9 |
* | swapon/swapoff: trim config help text | Denys Vlasenko | 2017-07-19 | 1 | -3/+0 |
* | Update menuconfig items with approximate applet sizes | Denys Vlasenko | 2017-07-18 | 1 | -2/+2 |
* | *: add comment about APPLET_ODDNAME format | Denys Vlasenko | 2017-01-29 | 1 | -1/+2 |
* | Convert all util-linux/* applets to "new style" applet definitions | Denys Vlasenko | 2016-11-23 | 1 | -1/+0 |
* | Make swapon and swapoff individually selectable. | Denys Vlasenko | 2016-11-14 | 1 | -1/+50 |
* | *: add most of the required setup_common_bufsiz() calls | Denys Vlasenko | 2016-04-21 | 1 | -1/+1 |
* | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko | 2016-04-21 | 1 | -1/+2 |
* | swaponoff: fix compile-time warning | Denys Vlasenko | 2015-12-18 | 1 | -1/+1 |
* | swapon/swapoff: refine the -e (ifexists) option | Mike Frysinger | 2015-12-16 | 1 | -8/+7 |
* | swaponoff: add support for -e | René Rhéaume | 2015-01-05 | 1 | -5/+13 |
* | swapon/swapoff: -a returns 0 on ignored errors | Tito Ragusa | 2014-04-01 | 1 | -3/+2 |
* | swapon/swapoff: size reduction, cleanup, fixes, improvements | Tito Ragusa | 2014-03-31 | 1 | -115/+161 |
* | add discard option -d to swapon | Matt Whitlock | 2014-03-23 | 1 | -9/+76 |
* | fix interaction of -a and -p options in swapon | Matt Whitlock | 2014-03-23 | 1 | -2/+5 |
* | avoid calling bb_strtou twice in MIN macro expansion | Matt Whitlock | 2014-03-23 | 1 | -5/+8 |
* | fix "warning: ISO C90 forbids mixed declarations and code" | Denys Vlasenko | 2013-11-12 | 1 | -1/+2 |
* | swaponoff: shrink | Bernhard Reutner-Fischer | 2013-11-08 | 1 | -3/+2 |
* | swapon: support "pri=NNN" in fstab | Tito Ragusa | 2013-08-08 | 1 | -0/+14 |
* | remove duplicate include <sys/swap.h> | Denys Vlasenko | 2011-10-22 | 1 | -1/+0 |
* | add INIT_G()'s. No code changes. | Denys Vlasenko | 2011-09-21 | 1 | -0/+3 |
* | swapoff: dont pass "p" in opt_complementary | Denys Vlasenko | 2011-08-13 | 1 | -1/+2 |
* | more tweak for bionic | Denys Vlasenko | 2011-07-08 | 1 | -0/+7 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 1 | -2/+0 |
* | move remaining help text from include/usage.src.h | Pere Orga | 2011-04-11 | 1 | -0/+17 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | swapon: skip noauto entries | Lauri Kasanen | 2010-04-29 | 1 | -4/+13 |
* | *: suppress ~60% of "aliased warnings" on gcc-4.4.1 | Denys Vlasenko | 2010-02-04 | 1 | -1/+1 |
* | swaponoff: add uuid/label support. By Natanael Copa | Natanael Copa | 2009-09-20 | 1 | -0/+7 |
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 1 | -1/+1 |
* | swapon: optional -p PRIO support (by Francois Barel <frabar666 AT gmail.com>) | Denis Vlasenko | 2008-05-18 | 1 | -6/+31 |
* | *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) | Denis Vlasenko | 2008-03-17 | 1 | -2/+2 |
* | swaponoff: prevent arithmetic overflow (spotted by Paul Fox <pgf@brightstaren... | Denis Vlasenko | 2007-11-05 | 1 | -1/+1 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. | Denis Vlasenko | 2007-10-01 | 1 | -1/+1 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | swapon: reinstate hole check but reduce it to warning | Denis Vlasenko | 2007-03-14 | 1 | -2/+2 |
* | swapon: random shrinkage | Denis Vlasenko | 2007-03-12 | 1 | -5/+4 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | bb_applet_name -> applet_name | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | Change license statements (and clean up headers) on some of the files that | Rob Landley | 2006-09-22 | 1 | -4/+1 |
* | - fix copy'n paste errors that got introduced when switching to the shorter b... | Bernhard Reutner-Fischer | 2006-09-13 | 1 | -1/+1 |
* | Remove pointless "const". Bloatcheck says 0 bytes difference. | Rob Landley | 2006-09-12 | 1 | -1/+1 |
* | Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of | Rob Landley | 2006-06-15 | 1 | -4/+1 |
* | Patch from Denis Vlasenko to add xstat() and use it. | Rob Landley | 2006-03-13 | 1 | -2/+1 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
* | accept unlimited number of swap arguments like the real swap{on,off} and shri... | Mike Frysinger | 2005-09-16 | 1 | -8/+11 |