Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-13 | Patch from Robert P Day: let menuconfig indent stuff for us, we don't have | Rob Landley | |
to do it in Config.in. | |||
2006-01-25 | just whitespace | Tim Riker | |
2005-12-11 | Patch from Yann E. Morin to reorganize module config options. | Rob Landley | |
2005-11-15 | Yann Morin's modprobe multiple options patch. There's more work to be done, | Rob Landley | |
but let's ship 1.1 first... | |||
2005-05-04 | Tweak the "pretty lsmod for 2.6" patch to be seperately selectable. | Rob Landley | |
Patch from Takeharu Kato. | |||
2005-05-04 | Takeharu Kato's patch added 2.6 support to lsmod; this changes menuconfig | Rob Landley | |
dependencies so 2.6 support depends on insmod or lsmod... | |||
2004-07-20 | Add missing type for CONFIG_FEATURE_QUERY_MODULE_INTERFACE | Eric Andersen | |
2004-07-13 | Fixup some cases of "QM_MODULES: not implemented" for both | Eric Andersen | |
lsmod and rmmod when using 2.6.x module support -Erik | |||
2004-06-22 | kill off insmod support for older pre 2.1 Linux kernels, | Eric Andersen | |
which are not supported with the current busybox 1.0 release -Erik | |||
2004-06-22 | Patrick Huesmann writes: | Eric Andersen | |
Hi, There was some problem with busybox modprobe. For details see http://www.busybox.net/lists/busybox/2004-May/011507.html I made a patch against busybox-1.00-pre10 to fix that one. This is a slight variant of Patrick's patch with a slightly cleaner implementation of mod_strcmp() -Erik | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2003-12-11 | Update modutils with 2.6 module support | Eric Andersen | |
2003-09-03 | To load GPLONLY symbols its is required that CHECK_TAINTED_MODULES be | Glenn L McGrath | |
enabled, if not GPLONLY symbols are ignored. | |||
2003-07-22 | Document CONFIG_FEATURE_INSMOD_LOADINKMEM | Eric Andersen | |
2003-07-22 | Patch from Terje Kvernes adding quite a lot of missing documentation | Eric Andersen | |
2003-07-14 | Patch from Thomas Cameron: | Eric Andersen | |
Hello all, This patch adds more "Help" text to the config system. Almost all applets now have a help entry. Also, I cleaned up the spacing of the existing text so that things are consistent. This patch is against this morning's CVS. Thomas Cameron CEI Systems, Inc. | |||
2003-07-05 | Patch from Kent Robotti adding a bunch of needed docs! | Eric Andersen | |
-Erik | |||
2003-03-30 | Rename, to specify kernel | Glenn L McGrath | |
2003-01-23 | Patch from Artem Egorkine to support the -m option | Eric Andersen | |
2003-01-23 | Patch from Joel Vallier to add modules symbols to the kernel symbol | Eric Andersen | |
table in order to obtain better debug output from ksymoops. | |||
2002-12-05 | Yet another major rework of the BusyBox config system, using the considerably | Eric Andersen | |
modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik |