Age | Commit message (Expand) | Author |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-04-12 | style fixes. No code changes | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2006-11-27 | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-09-17 | whitespace cleanup | Denis Vlasenko |
2006-08-28 | No real need for my_query_module() and this eliminates some type-punned | Rob Landley |
2006-06-03 | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer |
2006-05-19 | - single KERNEL_VERSION(a,b,c) macro in platform.h | Bernhard Reutner-Fischer |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2006-01-25 | just whitespace | Tim Riker |
2005-12-11 | Patch from Yann E. Morin to make rmmod report failure properly. | Rob Landley |
2005-11-28 | use libbb/get_kernel_revision(), reduce stack usage, add loses -w -f option f... | "Vladimir N. Oleynik" |
2005-11-27 | Patch from Cristian Ionescu-Idbohrn to deal with _ vs - better. | Rob Landley |
2004-07-20 | Patch from Mike Snitzer <snitzer@gmail.com>: | Robert Griebl |
2004-07-20 | Deal with the fact that 2.6.x kernels replace any '-'s in the | Eric Andersen |
2004-07-13 | Fixup some cases of "QM_MODULES: not implemented" for both | Eric Andersen |
2004-03-19 | As noted in a patch from Kendrick Hamilton, rmmod was only | Eric Andersen |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2003-12-24 | re-indent | Eric Andersen |
2003-12-11 | Update modutils with 2.6 module support | Eric Andersen |
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-12-14 | rmmod -a removed modules recursively | Tim Riker |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen |
2001-04-05 | A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few | Eric Andersen |
2001-03-09 | Applied patch from Jeff Garzik to getopt-ify rmmod. | Mark Whitley |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen |
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen |
2001-01-27 | Fix up copyright msgs. Bump version to 0.49 in preparation for | Eric Andersen |
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen |
2000-12-22 | Use busybox error handling functions wherever possible. | Matt Kraai |
2000-12-01 | Stop using TRUE and FALSE for exit status. | Matt Kraai |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen |
2000-07-28 | Fix from Arne Bernin for return code -- now reflects whether the rmmod | Eric Andersen |
2000-07-16 | Extract usage information into a separate file. | Matt Kraai |
2000-07-11 | Forgot to commit these cleanups it seems. | Eric Andersen |
2000-06-19 | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen |
2000-05-12 | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen |
2000-04-21 | More Doc updates. cmdedit and more termio fixes. | Erik Andersen |
2000-04-13 | Upates to include copyright 2000 to everything | Erik Andersen |
2000-02-08 | Some formatting updates (ran the code through indent) | Erik Andersen |
1999-12-17 | Minor fixes to rmmod. First pass at insmod (not yet working). | Erik Andersen |
1999-12-17 | Fixed correctness of comment in rmmod.c - MKW | Mark Whitley |
1999-12-16 | Wrote rmmod for busybox. | Erik Andersen |