aboutsummaryrefslogtreecommitdiff
path: root/modutils/modprobe-small.c
AgeCommit message (Expand)Author
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-02-13modprobe-small: fix thinko in previous commitDenys Vlasenko
2015-02-12modprobe-small: if concurrent module load did not succeed, waitDenys Vlasenko
2015-02-07modprobe-small: fix and simplify rmmodDenys Vlasenko
2015-01-11modprobe-small: code shrinkDenys Vlasenko
2015-01-11modprobe-small: fix recent breakage: modprobe -r was using full pathDenys Vlasenko
2015-01-01modprobe: revert checking for /, stop doing basename() on modprobe argsDenys Vlasenko
2014-05-26modprobe-small: fix safe_strncpy truncating last char of module nameDenys Vlasenko
2014-04-21modprobe-small: (un)load all modules which match the alias, not only first oneDenys Vlasenko
2014-04-19modprobe-small: remove redundant aliases from modules.dep.bbDenys Vlasenko
2014-04-19modprobe-small: fix help messages for aliased module-related appletsDenys Vlasenko
2012-09-25modprobe_small: make rmmod to NOT remove dependencies. Closes 5162Denys Vlasenko
2012-02-19modprobe-small: add comment about aliased commands' help textDenys Vlasenko
2012-01-31modprobe: accept -b even if blacklist functionality is disabledFelipe Contreras
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2011-01-17insmod: check for module read errorsDenys Vlasenko
2011-01-09modprobe-small: support compressed modules in insmodDenys Vlasenko
2010-10-16modutils/*: move help bits into corresponding .c filesDenys Vlasenko
2010-10-15modutils/*: move applet bits into corresponding *.c filesDenys Vlasenko
2010-09-25modprobe-simple; do not error out on "rmmod module" if module is unloaded okDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-06-07modprobe: add support for -l and -s. Remove some unsupported optionsPascal Bellard
2010-03-23*: merge some common stringsDenys Vlasenko
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko
2009-10-08modprobe-small: added comment about multiple alias matchesDenys Vlasenko
2009-09-07modprobe-small: make string buffer code robust; fix help textDenys Vlasenko
2009-09-07modprobe-small: hopefully fix bug 591 (incorrect detection of alias with '-')Denys Vlasenko
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko
2009-09-06remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko
2009-05-25flash_lock, flash_unlock: new appletsDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-04-13rmmod: fix bug 263Denis Vlasenko
2008-11-12modprobe-small: fix failure to load when no arguments are givenDenis Vlasenko
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer
2008-09-14modprobe-small: trivial SEGV fixDenis Vlasenko
2008-09-06modprobe-small: make insmod command line compatibleDenis Vlasenko
2008-08-26modprobe-small: support "blacklist" keyword in /etc/modules/<modulename>Denis Vlasenko
2008-08-06modprobe-small: fix infinite looping, by Timo TerasDenis Vlasenko
2008-08-05*: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko
2008-08-05whitespace fixes, no code changedDenis Vlasenko
2008-08-04libbb: make xrealloc_vector zero out the realloc'ed tailDenis Vlasenko
2008-07-26fix several problems with config parser:Denis Vlasenko
2008-07-24*: conversion to config parserDenis Vlasenko
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-12cpio: internalize archive_xread_all_eof. add a few paranoia checksDenis Vlasenko
2008-07-10open_transformer: do not return fd, it does not changeDenis Vlasenko
2008-07-10modprobe-small: make depmod compatible with kernel build.Denis Vlasenko
2008-07-10modprobe-small: add depfile creationDenis Vlasenko
2008-07-10modprobe-small: add depfile loadingDenis Vlasenko