summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko42-594/+622
2016-11-14Make swapon and swapoff individually selectable.Denys Vlasenko4-32/+50
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-12-18swaponoff: fix compile-time warningDenys Vlasenko1-1/+1
2015-12-16swapon/swapoff: refine the -e (ifexists) optionMike Frysinger1-8/+7
2015-01-05swaponoff: add support for -eRené Rhéaume1-5/+13
2014-08-01Fix remaining bionic warningsTanguy Pruvot23-35/+52
2014-06-22busybox-full: enable some new appletsTanguy Pruvot15-4448/+4796
2014-04-01swapon/swapoff: -a returns 0 on ignored errorsTito Ragusa1-3/+2
2014-03-31swapon/swapoff: size reduction, cleanup, fixes, improvementsTito Ragusa1-115/+161
2014-03-23add discard option -d to swaponMatt Whitlock2-9/+85
2014-03-23fix interaction of -a and -p options in swaponMatt Whitlock1-2/+5
2014-03-23avoid calling bb_strtou twice in MIN macro expansionMatt Whitlock1-5/+8
2013-11-12fix "warning: ISO C90 forbids mixed declarations and code"Denys Vlasenko1-1/+2
2013-11-08swaponoff: shrinkBernhard Reutner-Fischer1-3/+2
2013-08-08swapon: support "pri=NNN" in fstabTito Ragusa1-0/+14
2011-10-22remove duplicate include <sys/swap.h>Denys Vlasenko1-1/+0
2011-09-20add INIT_G()'s. No code changes.Denys Vlasenko11-6/+33
2011-08-13swapoff: dont pass "p" in opt_complementaryDenys Vlasenko1-1/+2
2011-07-08more tweak for bionicDenys Vlasenko6-4/+65
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-04-29swapon: skip noauto entriesLauri Kasanen1-4/+13
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2009-09-20swaponoff: add uuid/label support. By Natanael CopaNatanael Copa6-33/+51
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-05-18swapon: optional -p PRIO support (by Francois Barel <frabar666 AT gmail.com>)Denis Vlasenko3-7/+42
2008-03-17*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko34-209/+172
2007-11-05swaponoff: prevent arithmetic overflow (spotted by Paul Fox <pgf@brightstaren...Denis Vlasenko1-1/+1
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko50-62/+73
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-03-14swapon: reinstate hole check but reduce it to warningDenis Vlasenko2-3/+2
2007-03-12swapon: random shrinkageDenis Vlasenko1-5/+4
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko45-69/+71
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-09-22Change license statements (and clean up headers) on some of the files thatRob Landley20-85/+20
2006-09-13- fix copy'n paste errors that got introduced when switching to the shorter b...Bernhard Reutner-Fischer12-12/+12
2006-09-12Remove pointless "const". Bloatcheck says 0 bytes difference.Rob Landley6-8/+9
2006-06-15Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot ofRob Landley9-49/+10
2006-03-13Patch from Denis Vlasenko to add xstat() and use it.Rob Landley12-25/+26
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2005-09-16accept unlimited number of swap arguments like the real swap{on,off} and shri...Mike Frysinger1-8/+11
2005-09-13whitespace/syntax cleanups, dont mind me :pMike Frysinger1-36/+22
2005-09-13Cleanup patch from Tito.Rob Landley1-36/+11
[next]