aboutsummaryrefslogtreecommitdiff
path: root/modutils/Config.in
AgeCommit message (Expand)Author
2009-10-25modutils: add FEATURE_INSMOD_TRY_MMAP optionDenys Vlasenko
2009-06-18tweak Config texts and some broken English elsewhereDenys Vlasenko
2009-03-05modutils: delete unused global variableDenis Vlasenko
2009-01-31modutils-24: use xasprintf and xzalloc where appropriate,Denis Vlasenko
2008-09-13modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>Denis Vlasenko
2008-08-05*: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko
2008-07-22- wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2008-07-10fix typo in config help textDenis Vlasenko
2008-07-10modprobe-small: make depmod compatible with kernel build.Denis Vlasenko
2008-07-09libbb: use improved xmalloc_read() from modprobe-smallDenis Vlasenko
2008-07-04modutils: optional modutils-small by Vladimir Dronnikov.Denis Vlasenko
2008-06-16whitespace and comment fixes, no code changesDenis Vlasenko
2008-06-04config help text: fix capitalizationDenis Vlasenko
2008-06-02- add alias supportBernhard Reutner-Fischer
2008-06-02- optional fancy pruning-mode for depmodBernhard Reutner-Fischer
2008-05-27- Add config option for DEFAULT_DEPMOD_FILE and DEFAULT_DEPMOD_FILE.Bernhard Reutner-Fischer
2008-05-27- improve help-textBernhard Reutner-Fischer
2008-05-26- add simple first-draft unoptimized depmod just to proove Vladimir Dronnikov...Bernhard Reutner-Fischer
2008-05-18modprobe: optional "blacklist" command support (by Natanael Copa)Denis Vlasenko
2008-05-13Kill 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
2007-01-24as Peter Kjellerstedt points out, bool/prompt/depend need to be split up in o...Mike Frysinger
2007-01-24change "bool ... if OPT" to more common "depend ... OPT"Mike Frysinger
2007-01-24combine bool;prompt to just boolMike Frysinger
2006-10-14modprobe: fix for 2.4 kernels - byDenis Vlasenko
2006-10-10fixes from Vladimir Dronnikov <dronnikov@gmail.ru>Denis Vlasenko
2006-10-05build system overhaulDenis Vlasenko
2006-07-20Patch from Yann Morin to fix bug 941, underscores in module aliases.Rob Landley
2006-05-26fix spelling mistakesMike Frysinger
2006-04-13Patch from Robert P Day: let menuconfig indent stuff for us, we don't haveRob Landley
2006-01-25just whitespaceTim Riker
2005-12-11Patch from Yann E. Morin to reorganize module config options.Rob Landley
2005-11-15Yann Morin's modprobe multiple options patch. There's more work to be done,Rob Landley
2005-05-04Tweak the "pretty lsmod for 2.6" patch to be seperately selectable.Rob Landley
2005-05-04Takeharu Kato's patch added 2.6 support to lsmod; this changes menuconfigRob Landley
2004-07-20Add missing type for CONFIG_FEATURE_QUERY_MODULE_INTERFACEEric Andersen
2004-07-13Fixup some cases of "QM_MODULES: not implemented" for bothEric Andersen
2004-06-22kill off insmod support for older pre 2.1 Linux kernels,Eric Andersen
2004-06-22Patrick Huesmann writes:Eric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-12-11Update modutils with 2.6 module supportEric Andersen
2003-09-03To load GPLONLY symbols its is required that CHECK_TAINTED_MODULES beGlenn L McGrath
2003-07-22Document CONFIG_FEATURE_INSMOD_LOADINKMEMEric Andersen
2003-07-22Patch from Terje Kvernes adding quite a lot of missing documentationEric Andersen
2003-07-14Patch from Thomas Cameron:Eric Andersen
2003-07-05Patch from Kent Robotti adding a bunch of needed docs!Eric Andersen
2003-03-30Rename, to specify kernelGlenn L McGrath
2003-01-23Patch from Artem Egorkine to support the -m optionEric Andersen
2003-01-23Patch from Joel Vallier to add modules symbols to the kernel symbolEric Andersen
2002-12-05Yet another major rework of the BusyBox config system, using the considerablyEric Andersen