summaryrefslogtreecommitdiff
path: root/modutils/rmmod.c
Commit message (Expand)AuthorAge
* Make RMMOD=y by defaultDenys Vlasenko2016-12-23
* modprobe-small: make applets individually selectableDenys Vlasenko2016-12-23
* Convert all modutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-23
* rmmod: fix bad error messageDenys Vlasenko2015-10-24
* whitespace cleanup. no code changesDenys Vlasenko2013-01-14
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-05
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-18
* whitespace cleanupDenys Vlasenko2010-10-29
* modutils/*: move help bits into corresponding .c filesDenys Vlasenko2010-10-16
* modutils/*: move applet bits into corresponding *.c filesDenys Vlasenko2010-10-15
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-16
* rmmod: fix bug 263Denis Vlasenko2009-04-13
* modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>Denis Vlasenko2008-09-13
* hush: add #defines to switch off break/continue if loops are not supportedDenis Vlasenko2008-07-29
* - use (uC)libc functions. Saves a dozen bytes.Bernhard Reutner-Fischer2008-05-27
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-11
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-01
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-18
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-13
* introduce and use bb_basename()Denis Vlasenko2007-06-30
* Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko2007-06-04
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-26
* style fixes. No code changesDenis Vlasenko2007-04-12
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-03
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-27
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-03
* whitespace cleanupDenis Vlasenko2006-09-17
* No real need for my_query_module() and this eliminates some type-punnedRob Landley2006-08-28
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-03
* - single KERNEL_VERSION(a,b,c) macro in platform.hBernhard Reutner-Fischer2006-05-19
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-06
* just whitespaceTim Riker2006-01-25
* Patch from Yann E. Morin to make rmmod report failure properly.Rob Landley2005-12-11
* use libbb/get_kernel_revision(), reduce stack usage, add loses -w -f option f..."Vladimir N. Oleynik"2005-11-28
* Patch from Cristian Ionescu-Idbohrn to deal with _ vs - better.Rob Landley2005-11-27
* Patch from Mike Snitzer <snitzer@gmail.com>:Robert Griebl2004-07-20
* Deal with the fact that 2.6.x kernels replace any '-'s in theEric Andersen2004-07-20
* Fixup some cases of "QM_MODULES: not implemented" for bothEric Andersen2004-07-13
* As noted in a patch from Kendrick Hamilton, rmmod was onlyEric Andersen2004-03-19
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-15
* re-indentEric Andersen2003-12-24
* Update modutils with 2.6 module supportEric Andersen2003-12-11
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-14
* Major coreutils update.Manuel Novoa III2003-03-19
* rmmod -a removed modules recursivelyTim Riker2002-12-14
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-24
* A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewEric Andersen2001-04-05
* Applied patch from Jeff Garzik to getopt-ify rmmod.Mark Whitley2001-03-09
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-20
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-14