| Commit message (Expand) | Author | Age | Files | Lines |
* | Config.in: mark all applets POSIX only | Nguyễn Thái Ngọc Duy | 2010-04-19 | 1 | -0/+6 |
* | modutils: add FEATURE_INSMOD_TRY_MMAP option | Denys Vlasenko | 2009-10-25 | 1 | -0/+16 |
* | tweak Config texts and some broken English elsewhere | Denys Vlasenko | 2009-06-18 | 1 | -2/+1 |
* | modutils: delete unused global variable | Denis Vlasenko | 2009-03-05 | 1 | -6/+1 |
* | modutils-24: use xasprintf and xzalloc where appropriate, | Denis Vlasenko | 2009-01-31 | 1 | -15/+17 |
* | modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi> | Denis Vlasenko | 2008-09-13 | 1 | -140/+98 |
* | *: refactor handling of archived files. "tar f file.tar.lzma" now works too. | Denis Vlasenko | 2008-08-05 | 1 | -7/+0 |
* | - wrap overlong lines (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2008-07-22 | 1 | -5/+5 |
* | fix typo in config help text | Denis Vlasenko | 2008-07-10 | 1 | -1/+1 |
* | modprobe-small: make depmod compatible with kernel build. | Denis Vlasenko | 2008-07-10 | 1 | -4/+12 |
* | libbb: use improved xmalloc_read() from modprobe-small | Denis Vlasenko | 2008-07-09 | 1 | -1/+1 |
* | modutils: optional modutils-small by Vladimir Dronnikov. | Denis Vlasenko | 2008-07-04 | 1 | -4/+57 |
* | whitespace and comment fixes, no code changes | Denis Vlasenko | 2008-06-16 | 1 | -4/+4 |
* | config help text: fix capitalization | Denis Vlasenko | 2008-06-04 | 1 | -4/+2 |
* | - add alias support | Bernhard Reutner-Fischer | 2008-06-02 | 1 | -0/+10 |
* | - optional fancy pruning-mode for depmod | Bernhard Reutner-Fischer | 2008-06-02 | 1 | -0/+14 |
* | - Add config option for DEFAULT_DEPMOD_FILE and DEFAULT_DEPMOD_FILE. | Bernhard Reutner-Fischer | 2008-05-27 | 1 | -1/+18 |
* | - improve help-text | Bernhard Reutner-Fischer | 2008-05-27 | 1 | -0/+3 |
* | - add simple first-draft unoptimized depmod just to proove Vladimir Dronnikov... | Bernhard Reutner-Fischer | 2008-05-26 | 1 | -0/+6 |
* | modprobe: optional "blacklist" command support (by Natanael Copa) | Denis Vlasenko | 2008-05-18 | 1 | -0/+12 |
* | Kill CONFIG_NITPICK, it turned out to not be useful. no code changes. | Denis Vlasenko | 2008-05-13 | 1 | -2/+2 |
* | *: mode tcp/udpsvd to networking, delete ipsvd/* | Denis Vlasenko | 2008-03-17 | 1 | -1/+1 |
* | as Peter Kjellerstedt points out, bool/prompt/depend need to be split up in o... | Mike Frysinger | 2007-01-24 | 1 | -4/+6 |
* | change "bool ... if OPT" to more common "depend ... OPT" | Mike Frysinger | 2007-01-24 | 1 | -4/+4 |
* | combine bool;prompt to just bool | Mike Frysinger | 2007-01-24 | 1 | -4/+2 |
* | modprobe: fix for 2.4 kernels - by | Denis Vlasenko | 2006-10-14 | 1 | -1/+1 |
* | fixes from Vladimir Dronnikov <dronnikov@gmail.ru> | Denis Vlasenko | 2006-10-10 | 1 | -1/+1 |
* | build system overhaul | Denis Vlasenko | 2006-10-05 | 1 | -31/+31 |
* | Patch from Yann Morin to fix bug 941, underscores in module aliases. | Rob Landley | 2006-07-20 | 1 | -1/+12 |
* | fix spelling mistakes | Mike Frysinger | 2006-05-26 | 1 | -1/+1 |
* | Patch from Robert P Day: let menuconfig indent stuff for us, we don't have | Rob Landley | 2006-04-13 | 1 | -3/+3 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -2/+2 |
* | Patch from Yann E. Morin to reorganize module config options. | Rob Landley | 2005-12-11 | 1 | -36/+43 |
* | Yann Morin's modprobe multiple options patch. There's more work to be done, | Rob Landley | 2005-11-15 | 1 | -0/+19 |
* | Tweak the "pretty lsmod for 2.6" patch to be seperately selectable. | Rob Landley | 2005-05-04 | 1 | -4/+12 |
* | Takeharu Kato's patch added 2.6 support to lsmod; this changes menuconfig | Rob Landley | 2005-05-04 | 1 | -7/+7 |
* | Add missing type for CONFIG_FEATURE_QUERY_MODULE_INTERFACE | Eric Andersen | 2004-07-20 | 1 | -0/+2 |
* | Fixup some cases of "QM_MODULES: not implemented" for both | Eric Andersen | 2004-07-13 | 1 | -7/+1 |
* | kill off insmod support for older pre 2.1 Linux kernels, | Eric Andersen | 2004-06-22 | 1 | -15/+8 |
* | Patrick Huesmann writes: | Eric Andersen | 2004-06-22 | 1 | -4/+4 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -5/+5 |
* | Update modutils with 2.6 module support | Eric Andersen | 2003-12-11 | 1 | -19/+17 |
* | To load GPLONLY symbols its is required that CHECK_TAINTED_MODULES be | Glenn L McGrath | 2003-09-03 | 1 | -0/+1 |
* | Document CONFIG_FEATURE_INSMOD_LOADINKMEM | Eric Andersen | 2003-07-22 | 1 | -1/+4 |
* | Patch from Terje Kvernes adding quite a lot of missing documentation | Eric Andersen | 2003-07-22 | 1 | -5/+10 |
* | Patch from Thomas Cameron: | Eric Andersen | 2003-07-14 | 1 | -2/+3 |
* | Patch from Kent Robotti adding a bunch of needed docs! | Eric Andersen | 2003-07-05 | 1 | -3/+3 |
* | Rename, to specify kernel | Glenn L McGrath | 2003-03-30 | 1 | -1/+1 |
* | Patch from Artem Egorkine to support the -m option | Eric Andersen | 2003-01-23 | 1 | -0/+21 |
* | Patch from Joel Vallier to add modules symbols to the kernel symbol | Eric Andersen | 2003-01-23 | 1 | -0/+11 |