Start 1.33.0 development cycle
[oweals/busybox.git] / modutils / rmmod.c
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2018-12-28 Denys Vlasenkoconfig: update size information
2017-08-04 Denys Vlasenkomodutils: make them NOEXEC except depmod
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2016-12-23 Denys VlasenkoMake RMMOD=y by default
2016-12-23 Denys Vlasenkomodprobe-small: make applets individually selectable
2016-11-23 Denys VlasenkoConvert all modutils/* applets to "new style" applet...
2015-10-24 Denys Vlasenkormmod: fix bad error message
2013-01-14 Denys Vlasenkowhitespace cleanup. no code changes
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
2010-10-29 Denys Vlasenkowhitespace cleanup
2010-10-15 Denys Vlasenkomodutils/*: move help bits into corresponding .c files
2010-10-15 Denys Vlasenkomodutils/*: move applet bits into corresponding *.c...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2009-04-13 Denis Vlasenkormmod: fix bug 263
2008-09-13 Denis Vlasenkomodutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>
2008-07-29 Denis Vlasenkohush: add #defines to switch off break/continue if...
2008-05-27 Bernhard Reutner... - use (uC)libc functions. Saves a dozen bytes.
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-13 Denis Vlasenkos/#ifdef CONFIG_/#if ENABLE_/g
2007-06-30 Denis Vlasenkointroduce and use bb_basename()
2007-06-04 Denis VlasenkoAudit bb_common_bufsiz usage, add script which looks...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-12 Denis Vlasenkostyle fixes. No code changes
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 1
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-08-28 Rob LandleyNo real need for my_query_module() and this eliminates...
2006-06-03 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-05-19 Bernhard Reutner... - single KERNEL_VERSION(a,b,c) macro in platform.h
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-01-25 Tim Rikerjust whitespace
2005-12-11 Rob LandleyPatch from Yann E. Morin to make rmmod report failure...
2005-11-28 "Vladimir N. Oleynik"use libbb/get_kernel_revision(), reduce stack usage...
2005-11-27 Rob LandleyPatch from Cristian Ionescu-Idbohrn to deal with _...
2004-07-20 Robert GrieblPatch from Mike Snitzer <snitzer@gmail.com>:
2004-07-20 Eric AndersenDeal with the fact that 2.6.x kernels replace any ...
2004-07-13 Eric AndersenFixup some cases of "QM_MODULES: not implemented" for...
2004-03-19 Eric AndersenAs noted in a patch from Kendrick Hamilton, rmmod was...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-12-24 Eric Andersenre-indent
2003-12-11 Eric AndersenUpdate modutils with 2.6 module support
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-14 Tim Rikerrmmod -a removed modules recursively
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-04-05 Eric AndersenA number of cleanups. Now compiles with libc5, glibc...
2001-03-09 Mark WhitleyApplied patch from Jeff Garzik to getopt-ify rmmod.
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2000-12-22 Matt KraaiUse busybox error handling functions wherever possible.
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-07-28 Eric AndersenFix from Arne Bernin for return code -- now reflects...
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-11 Eric AndersenForgot to commit these cleanups it seems.
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-04-21 Erik AndersenMore Doc updates. cmdedit and more termio fixes.
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
1999-12-17 Erik AndersenMinor fixes to rmmod. First pass at insmod (not yet...
1999-12-17 Mark WhitleyFixed correctness of comment in rmmod.c - MKW
1999-12-16 Erik AndersenWrote rmmod for busybox.