Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-04 | modutils: optional modutils-small by Vladimir Dronnikov. | Denis Vlasenko | |
15kb smaller than standard one. libbb/recursive_action.c: commented-out code for aborting the scan. | |||
2008-06-16 | whitespace and comment fixes, no code changes | Denis Vlasenko | |
2008-06-04 | config help text: fix capitalization | Denis Vlasenko | |
2008-06-02 | - add alias support | Bernhard Reutner-Fischer | |
2008-06-02 | - optional fancy pruning-mode for depmod | Bernhard Reutner-Fischer | |
2008-05-27 | - Add config option for DEFAULT_DEPMOD_FILE and DEFAULT_DEPMOD_FILE. | Bernhard Reutner-Fischer | |
No obj-code changes. | |||
2008-05-27 | - improve help-text | Bernhard Reutner-Fischer | |
2008-05-26 | - add simple first-draft unoptimized depmod just to proove Vladimir ↵ | Bernhard Reutner-Fischer | |
Dronnikov wrong text data bss dec hex filename 569 0 0 569 239 modutils/depmod.o | |||
2008-05-18 | modprobe: optional "blacklist" command support (by Natanael Copa) | Denis Vlasenko | |
is_conf_command - 56 +56 include_conf 898 917 +19 check_dep 348 356 +8 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 2/0 up/down: 83/0) Total: 83 bytes | |||
2008-05-13 | Kill CONFIG_NITPICK, it turned out to not be useful. no code changes. | Denis Vlasenko | |
2008-03-17 | *: mode tcp/udpsvd to networking, delete ipsvd/* | Denis Vlasenko | |
*/Config.in: fixes to text svlogd: make it NOMMU capable function old new delta processorstart 378 420 +42 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/0 up/down: 42/0) Total: 42 bytes text data bss dec hex filename 797153 662 7420 805235 c4973 busybox_old 797196 662 7420 805278 c499e busybox_unstripped | |||
2007-01-24 | as Peter Kjellerstedt points out, bool/prompt/depend need to be split up in ↵ | Mike Frysinger | |
order to achieve the desired behavior (default to Y without a prompt); revert previous to commits to this file | |||
2007-01-24 | change "bool ... if OPT" to more common "depend ... OPT" | Mike Frysinger | |
2007-01-24 | combine bool;prompt to just bool | Mike Frysinger | |
2006-10-14 | modprobe: fix for 2.4 kernels - by | Denis Vlasenko | |
Yann E. MORIN <yann.morin.1998@anciens.enib.fr> | |||
2006-10-10 | fixes from Vladimir Dronnikov <dronnikov@gmail.ru> | Denis Vlasenko | |
2006-10-05 | build system overhaul | Denis Vlasenko | |
2006-07-20 | Patch from Yann Morin to fix bug 941, underscores in module aliases. | Rob Landley | |
2006-05-26 | fix spelling mistakes | Mike Frysinger | |
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 |