aboutsummaryrefslogtreecommitdiff
path: root/modutils/modprobe-small.c
AgeCommit message (Expand)Author
2020-12-29modprobe-small: convert to new recursive_action() APIDenys Vlasenko
2020-10-01libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-04modutils: make them NOEXEC except depmodDenys Vlasenko
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2017-04-06modprobe-small: fix "modprobe non-existing-module" exitcode (should be 1)Denys Vlasenko
2017-03-28Update depmod & modprobe upstream help text in commentsKang-Che Sung
2017-02-12modprobe-small: define and use DEPMOD_OPT_n (option mask)Kang-Che Sung
2017-02-12modprobe-small: document '-n' in depmod usageKang-Che Sung
2017-02-07modprobe_small: if only MODPROBE and DEPMOD are selected, no need to test for...Denys Vlasenko
2017-02-05Reorder modutils config options & fix yet more dependencyKang-Che Sung
2017-02-05modutils: fix config options dependency (2)Kang-Che Sung
2017-02-01cmdline module options can be disabled on "big" modutilsKang-Che Sung
2017-02-01modprobe-small: move lsmod code out of modprobe_main()Kang-Che Sung
2017-01-30modprobe-small: fix --help texts, they are from "big" modutilsDenys Vlasenko
2017-01-29*: add comment about APPLET_ODDNAME formatDenys Vlasenko
2017-01-09make_single_applets.sh: show errors and warningsDenys Vlasenko
2017-01-09modprobe-small: build fixesDenys Vlasenko
2017-01-09modprobe-small: optimizations for single applet buildExplorer09
2017-01-04modutils: remove special handling of uClibcWaldemar Brodkorb
2016-12-23modprobe-small: make applets individually selectableDenys Vlasenko
2016-12-22Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config"Denys Vlasenko
2016-11-23Convert all modutils/* applets to "new style" applet definitionsDenys Vlasenko
2016-09-15modutils: support finit_module syscallMike Frysinger
2016-06-20modprobe-small: fix bogus handling of unpack errorsDenys Vlasenko
2016-06-19randomconfig fixesDenys Vlasenko
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