summaryrefslogtreecommitdiff
path: root/modutils/rmmod.c
Commit message (Expand)AuthorAgeFilesLines
* modutils: make them NOEXEC except depmodDenys Vlasenko2017-08-041-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Make RMMOD=y by defaultDenys Vlasenko2016-12-231-1/+1
* modprobe-small: make applets individually selectableDenys Vlasenko2016-12-231-2/+3
* Convert all modutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+9
* rmmod: fix bad error messageDenys Vlasenko2015-10-241-5/+7
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-1/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-1/+1
* whitespace cleanupDenys Vlasenko2010-10-291-2/+2
* modutils/*: move help bits into corresponding .c filesDenys Vlasenko2010-10-161-0/+13
* modutils/*: move applet bits into corresponding *.c filesDenys Vlasenko2010-10-151-0/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* rmmod: fix bug 263Denis Vlasenko2009-04-131-4/+10
* modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>Denis Vlasenko2008-09-131-70/+17
* hush: add #defines to switch off break/continue if loops are not supportedDenis Vlasenko2008-07-291-1/+1
* - use (uC)libc functions. Saves a dozen bytes.Bernhard Reutner-Fischer2008-05-271-3/+9
* 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
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-131-1/+1
* introduce and use bb_basename()Denis Vlasenko2007-06-301-6/+1
* Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko2007-06-041-3/+5
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* style fixes. No code changesDenis Vlasenko2007-04-121-3/+3
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-3/+3
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* whitespace cleanupDenis Vlasenko2006-09-171-1/+1
* No real need for my_query_module() and this eliminates some type-punnedRob Landley2006-08-281-38/+25
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-031-15/+2
* - single KERNEL_VERSION(a,b,c) macro in platform.hBernhard Reutner-Fischer2006-05-191-1/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* just whitespaceTim Riker2006-01-251-3/+3
* Patch from Yann E. Morin to make rmmod report failure properly.Rob Landley2005-12-111-2/+2
* use libbb/get_kernel_revision(), reduce stack usage, add loses -w -f option f..."Vladimir N. Oleynik"2005-11-281-60/+48
* Patch from Cristian Ionescu-Idbohrn to deal with _ vs - better.Rob Landley2005-11-271-1/+11
* Patch from Mike Snitzer <snitzer@gmail.com>:Robert Griebl2004-07-201-3/+3
* Deal with the fact that 2.6.x kernels replace any '-'s in theEric Andersen2004-07-201-4/+36
* Fixup some cases of "QM_MODULES: not implemented" for bothEric Andersen2004-07-131-3/+12
* As noted in a patch from Kendrick Hamilton, rmmod was onlyEric Andersen2004-03-191-4/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-3/+3
* re-indentEric Andersen2003-12-241-1/+1
* Update modutils with 2.6 module supportEric Andersen2003-12-111-1/+10
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+1
* Major coreutils update.Manuel Novoa III2003-03-191-5/+5
* rmmod -a removed modules recursivelyTim Riker2002-12-141-2/+18
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-2/+2
* A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewEric Andersen2001-04-051-6/+1