summaryrefslogtreecommitdiff
path: root/modutils/rmmod.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko1-1/+1
2009-04-13rmmod: fix bug 263Denis Vlasenko1-4/+10
2008-09-13modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>Denis Vlasenko1-70/+17
2008-07-29hush: add #defines to switch off break/continue if loops are not supportedDenis Vlasenko1-1/+1
2008-05-27- use (uC)libc functions. Saves a dozen bytes.Bernhard Reutner-Fischer1-3/+9
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko1-1/+1
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko1-1/+1
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko1-1/+1
2007-08-13s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko1-1/+1
2007-06-30introduce and use bb_basename()Denis Vlasenko1-6/+1
2007-06-04Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko1-3/+5
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko1-1/+1
2007-04-12style fixes. No code changesDenis Vlasenko1-3/+3
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko1-0/+1
2006-11-27style cleanup: return(a) -> return a, part 1Denis Vlasenko1-3/+3
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko1-1/+1
2006-09-17whitespace cleanupDenis Vlasenko1-1/+1
2006-08-28No real need for my_query_module() and this eliminates some type-punnedRob Landley1-38/+25
2006-06-03- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer1-15/+2
2006-05-19- single KERNEL_VERSION(a,b,c) macro in platform.hBernhard Reutner-Fischer1-1/+1
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley1-1/+1
2006-01-25just whitespaceTim Riker1-3/+3
2005-12-11Patch from Yann E. Morin to make rmmod report failure properly.Rob Landley1-2/+2
2005-11-28use libbb/get_kernel_revision(), reduce stack usage, add loses -w -f option f..."Vladimir N. Oleynik"1-60/+48
2005-11-27Patch from Cristian Ionescu-Idbohrn to deal with _ vs - better.Rob Landley1-1/+11
2004-07-20Patch from Mike Snitzer <snitzer@gmail.com>:Robert Griebl1-3/+3
2004-07-20Deal with the fact that 2.6.x kernels replace any '-'s in theEric Andersen1-4/+36
2004-07-13Fixup some cases of "QM_MODULES: not implemented" for bothEric Andersen1-3/+12
2004-03-19As noted in a patch from Kendrick Hamilton, rmmod was onlyEric Andersen1-4/+1
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen1-3/+3
2003-12-24re-indentEric Andersen1-1/+1
2003-12-11Update modutils with 2.6 module supportEric Andersen1-1/+10
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen1-2/+1
2003-03-19Major coreutils update.Manuel Novoa III1-5/+5
2002-12-14rmmod -a removed modules recursivelyTim Riker1-2/+18
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen1-2/+2
2001-04-05A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewEric Andersen1-6/+1
2001-03-09Applied patch from Jeff Garzik to getopt-ify rmmod.Mark Whitley1-13/+12
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen1-1/+1
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen1-2/+2
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen1-1/+1
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen1-0/+3
2000-12-22Use busybox error handling functions wherever possible.Matt Kraai1-5/+3
2000-12-01Stop using TRUE and FALSE for exit status.Matt Kraai1-4/+4
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen1-1/+1
2000-07-28Fix from Arne Bernin for return code -- now reflects whether the rmmodEric Andersen1-1/+3
2000-07-16Extract usage information into a separate file.Matt Kraai1-12/+0
2000-07-11Forgot to commit these cleanups it seems.Eric Andersen1-2/+0
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen1-1/+1
2000-05-12Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen1-4/+7