summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-01-10modutils: remove special handling of uClibcWaldemar Brodkorb2-12/+8
2017-01-01modprobe-small: make applets individually selectableDenys Vlasenko8-32/+41
2017-01-01Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config"Denys Vlasenko5-39/+41
2016-11-23Convert all modutils/* applets to "new style" applet definitionsDenys Vlasenko9-118/+119
2016-09-15modutils: support finit_module syscallMike Frysinger2-3/+51
2016-06-20modprobe-small: fix bogus handling of unpack errorsDenys Vlasenko1-12/+28
2016-06-19randomconfig fixesDenys Vlasenko11-46/+80
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2015-02-13modprobe-small: fix thinko in previous commitDenys Vlasenko1-1/+1
2015-02-12modprobe-small: if concurrent module load did not succeed, waitDenys Vlasenko1-9/+41
2015-02-07modprobe-small: fix and simplify rmmodDenys Vlasenko1-32/+43
2015-01-11modprobe-small: code shrinkDenys Vlasenko1-12/+9
2015-01-11modprobe-small: fix recent breakage: modprobe -r was using full pathDenys Vlasenko1-9/+10
2015-01-01modprobe: revert checking for /, stop doing basename() on modprobe argsDenys Vlasenko3-15/+12
2014-05-26modprobe-small: fix safe_strncpy truncating last char of module nameDenys Vlasenko1-1/+1
2014-04-21modprobe-small: (un)load all modules which match the alias, not only first oneDenys Vlasenko1-61/+101
2014-04-19modprobe-small: remove redundant aliases from modules.dep.bbDenys Vlasenko1-0/+26
2014-04-19modprobe-small: fix help messages for aliased module-related appletsDenys Vlasenko5-39/+35
2012-09-25modprobe_small: make rmmod to NOT remove dependencies. Closes 5162Denys Vlasenko1-2/+9
2012-02-19modprobe-small: add comment about aliased commands' help textDenys Vlasenko1-0/+4
2012-01-31modprobe: accept -b even if blacklist functionality is disabledFelipe Contreras2-8/+9
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko41-409/+409
2011-01-17insmod: check for module read errorsDenys Vlasenko2-2/+5
2011-01-09modprobe-small: support compressed modules in insmodDenys Vlasenko1-2/+4
2010-10-15modutils/*: move help bits into corresponding .c filesDenys Vlasenko6-21/+69
2010-10-15modutils/*: move applet bits into corresponding *.c filesDenys Vlasenko7-21/+29
2010-09-25modprobe-simple; do not error out on "rmmod module" if module is unloaded okDenys Vlasenko1-12/+14
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-06-06modprobe: add support for -l and -s. Remove some unsupported optionsPascal Bellard6-166/+194
2010-03-23*: merge some common stringsDenys Vlasenko22-29/+29
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko15-49/+51
2009-10-08modprobe-small: added comment about multiple alias matchesDenys Vlasenko1-0/+8
2009-09-07modprobe-small: make string buffer code robust; fix help textDenys Vlasenko2-19/+36
2009-09-07modprobe-small: hopefully fix bug 591 (incorrect detection of alias with '-')Denys Vlasenko1-0/+1
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko24-30/+40
2009-09-06remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko15-17/+22
2009-05-25flash_lock, flash_unlock: new appletsDenys Vlasenko10-6/+112
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2009-04-13rmmod: fix bug 263Denis Vlasenko4-7/+13
2008-11-12modprobe-small: fix failure to load when no arguments are givenDenis Vlasenko2-45/+63
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer33-35/+36
2008-09-14modprobe-small: trivial SEGV fixDenis Vlasenko1-1/+1
2008-09-06modprobe-small: make insmod command line compatibleDenis Vlasenko2-6/+27
2008-08-26modprobe-small: support "blacklist" keyword in /etc/modules/<modulename>Denis Vlasenko1-1/+1
2008-08-06modprobe-small: fix infinite looping, by Timo TerasDenis Vlasenko1-1/+3
2008-08-05*: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko21-319/+324
2008-08-05whitespace fixes, no code changedDenis Vlasenko1-11/+12
2008-08-04libbb: make xrealloc_vector zero out the realloc'ed tailDenis Vlasenko9-20/+30
2008-07-26fix several problems with config parser:Denis Vlasenko18-145/+163
[next]