| Commit message (Expand) | Author | Age | Files | Lines |
* | Make RMMOD=y by default | Denys Vlasenko | 2016-12-23 | 1 | -1/+1 |
* | modprobe-small: make applets individually selectable | Denys Vlasenko | 2016-12-23 | 1 | -2/+3 |
* | Convert all modutils/* applets to "new style" applet definitions | Denys Vlasenko | 2016-11-23 | 1 | -0/+9 |
* | rmmod: fix bad error message | Denys Vlasenko | 2015-10-24 | 1 | -5/+7 |
* | whitespace cleanup. no code changes | Denys Vlasenko | 2013-01-14 | 1 | -1/+1 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 1 | -1/+0 |
* | mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo | Denys Vlasenko | 2011-01-18 | 1 | -1/+1 |
* | whitespace cleanup | Denys Vlasenko | 2010-10-29 | 1 | -2/+2 |
* | modutils/*: move help bits into corresponding .c files | Denys Vlasenko | 2010-10-16 | 1 | -0/+13 |
* | modutils/*: move applet bits into corresponding *.c files | Denys Vlasenko | 2010-10-15 | 1 | -0/+2 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | rmmod: fix bug 263 | Denis Vlasenko | 2009-04-13 | 1 | -4/+10 |
* | modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi> | Denis Vlasenko | 2008-09-13 | 1 | -70/+17 |
* | hush: add #defines to switch off break/continue if loops are not supported | Denis Vlasenko | 2008-07-29 | 1 | -1/+1 |
* | - use (uC)libc functions. Saves a dozen bytes. | Bernhard Reutner-Fischer | 2008-05-27 | 1 | -3/+9 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. | Denis Vlasenko | 2007-10-01 | 1 | -1/+1 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | s/#ifdef CONFIG_/#if ENABLE_/g | Denis Vlasenko | 2007-08-13 | 1 | -1/+1 |
* | introduce and use bb_basename() | Denis Vlasenko | 2007-06-30 | 1 | -6/+1 |
* | Audit bb_common_bufsiz usage, add script which looks for misuse. | Denis Vlasenko | 2007-06-04 | 1 | -3/+5 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | style fixes. No code changes | Denis Vlasenko | 2007-04-12 | 1 | -3/+3 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko | 2006-11-27 | 1 | -3/+3 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | whitespace cleanup | Denis Vlasenko | 2006-09-17 | 1 | -1/+1 |
* | No real need for my_query_module() and this eliminates some type-punned | Rob Landley | 2006-08-28 | 1 | -38/+25 |
* | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | 2006-06-03 | 1 | -15/+2 |
* | - single KERNEL_VERSION(a,b,c) macro in platform.h | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -1/+1 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -3/+3 |
* | Patch from Yann E. Morin to make rmmod report failure properly. | Rob Landley | 2005-12-11 | 1 | -2/+2 |
* | use libbb/get_kernel_revision(), reduce stack usage, add loses -w -f option f... | "Vladimir N. Oleynik" | 2005-11-28 | 1 | -60/+48 |
* | Patch from Cristian Ionescu-Idbohrn to deal with _ vs - better. | Rob Landley | 2005-11-27 | 1 | -1/+11 |
* | Patch from Mike Snitzer <snitzer@gmail.com>: | Robert Griebl | 2004-07-20 | 1 | -3/+3 |
* | Deal with the fact that 2.6.x kernels replace any '-'s in the | Eric Andersen | 2004-07-20 | 1 | -4/+36 |
* | Fixup some cases of "QM_MODULES: not implemented" for both | Eric Andersen | 2004-07-13 | 1 | -3/+12 |
* | As noted in a patch from Kendrick Hamilton, rmmod was only | Eric Andersen | 2004-03-19 | 1 | -4/+1 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -3/+3 |
* | re-indent | Eric Andersen | 2003-12-24 | 1 | -1/+1 |
* | Update modutils with 2.6 module support | Eric Andersen | 2003-12-11 | 1 | -1/+10 |
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -2/+1 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -5/+5 |
* | rmmod -a removed modules recursively | Tim Riker | 2002-12-14 | 1 | -2/+18 |
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -2/+2 |
* | A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few | Eric Andersen | 2001-04-05 | 1 | -6/+1 |
* | Applied patch from Jeff Garzik to getopt-ify rmmod. | Mark Whitley | 2001-03-09 | 1 | -13/+12 |
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -1/+1 |
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -2/+2 |