summaryrefslogtreecommitdiff
path: root/util-linux/swaponoff.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-1/+1
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-4/+3
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Extract usage information into a separate file.Matt Kraai2000-07-161-19/+0
* Use global applet_name instead of local versions.Matt Kraai2000-07-121-6/+2
* Forgot to commit these cleanups it seems.Eric Andersen2000-07-111-1/+0
* Remove yet more kernel header dependancies.Eric Andersen2000-07-101-1/+1
* Make swaponoff compile cleanly under both libc5 and libc6.Eric Andersen2000-06-191-2/+4
* * Fixed 'swapon -a' and 'swapoff -a', which were broken.Eric Andersen2000-06-071-1/+1
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-6/+12