aboutsummaryrefslogtreecommitdiff
path: root/util-linux/swaponoff.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* whitespace/syntax cleanups, dont mind me :pMike Frysinger2005-09-131-36/+22
* Cleanup patch from Tito.Rob Landley2005-09-131-36/+11
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+1
* Remove remaining libc5 support codeEric Andersen2003-07-221-7/+0
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+2
* Major coreutils update.Manuel Novoa III2003-03-191-7/+7
* Test for holes in swapfilesEric Andersen2002-11-031-0/+12
* last_patch64 from vodz:0_60_5Eric Andersen2002-10-261-15/+17
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-3/+2
* Scrub up some function prototypes.Eric Andersen2001-10-181-1/+1
* A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewEric Andersen2001-04-051-5/+8
* A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen2001-03-091-2/+2
* Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen2001-03-091-0/+1
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-1/+1
* Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen2001-01-271-1/+1
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-1/+4
* #define -> static const int. Also got rid of some big static buffers.Mark Whitley2001-01-231-2/+2
* Use busybox error handling functions wherever possible.Matt Kraai2000-12-221-8/+4