summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-01-01Make RMMOD=y by defaultDenys Vlasenko1-1/+1
2017-01-01modprobe-small: make applets individually selectableDenys Vlasenko8-32/+41
2016-11-23Convert all modutils/* applets to "new style" applet definitionsDenys Vlasenko9-118/+119
2015-10-24rmmod: fix bad error messageDenys Vlasenko3-9/+15
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko41-409/+409
2010-10-29whitespace cleanupDenys Vlasenko69-268/+231
2010-10-15modutils/*: move help bits into corresponding .c filesDenys Vlasenko6-21/+69
2010-10-15modutils/*: move applet bits into corresponding *.c filesDenys Vlasenko7-21/+29
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2009-04-13rmmod: fix bug 263Denis Vlasenko4-7/+13
2008-09-13modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>Denis Vlasenko12-5745/+4698
2008-07-29hush: add #defines to switch off break/continue if loops are not supportedDenis Vlasenko8-7/+30
2008-05-27- use (uC)libc functions. Saves a dozen bytes.Bernhard Reutner-Fischer2-5/+16
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko50-62/+73
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-08-13s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko22-56/+60
2007-06-30introduce and use bb_basename()Denis Vlasenko14-73/+40
2007-06-04Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko21-134/+140
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-12style fixes. No code changesDenis Vlasenko30-82/+84
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-11-27style cleanup: return(a) -> return a, part 1Denis Vlasenko36-219/+214
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-09-17whitespace cleanupDenis Vlasenko92-218/+218
2006-08-28No real need for my_query_module() and this eliminates some type-punnedRob Landley5-79/+37
2006-06-03- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer4-35/+9
2006-05-19- single KERNEL_VERSION(a,b,c) macro in platform.hBernhard Reutner-Fischer8-21/+27
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2006-01-25just whitespaceTim Riker254-2027/+2027
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 Andersen2-10/+13
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 Andersen374-2053/+2050
2003-12-24re-indentEric Andersen3-1099/+1100
2003-12-11Update modutils with 2.6 module supportEric Andersen4-38/+140
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen169-380/+298
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-12-14rmmod -a removed modules recursivelyTim Riker7-22/+52
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen362-75864/+8827
2001-04-05A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewEric Andersen33-202/+166
2001-03-09Applied patch from Jeff Garzik to getopt-ify rmmod.Mark Whitley2-26/+24
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen204-378/+362
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen198-3979/+702
[next]