summaryrefslogtreecommitdiff
path: root/modutils/modprobe-small.c
Commit message (Expand)AuthorAgeFilesLines
* modprobe: call finit_module with MODULE_INIT_COMPRESSED_FILE if module name d...Denys Vlasenko2023-03-311-1/+11
* libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko2022-01-051-1/+1
* modprobe-small: convert to new recursive_action() APIDenys Vlasenko2020-12-291-4/+4
* libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko2020-10-011-2/+1
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+1
* modutils: make them NOEXEC except depmodDenys Vlasenko2017-08-041-6/+9
* Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-2/+2
* modprobe-small: fix "modprobe non-existing-module" exitcode (should be 1)Denys Vlasenko2017-04-061-1/+4
* Update depmod & modprobe upstream help text in commentsKang-Che Sung2017-03-281-7/+15
* modprobe-small: define and use DEPMOD_OPT_n (option mask)Kang-Che Sung2017-02-121-1/+2
* modprobe-small: document '-n' in depmod usageKang-Che Sung2017-02-121-2/+5
* modprobe_small: if only MODPROBE and DEPMOD are selected, no need to test for...Denys Vlasenko2017-02-071-1/+3
* Reorder modutils config options & fix yet more dependencyKang-Che Sung2017-02-051-8/+2
* modutils: fix config options dependency (2)Kang-Che Sung2017-02-051-3/+3
* cmdline module options can be disabled on "big" modutilsKang-Che Sung2017-02-011-15/+8
* modprobe-small: move lsmod code out of modprobe_main()Kang-Che Sung2017-02-011-20/+24
* modprobe-small: fix --help texts, they are from "big" modutilsDenys Vlasenko2017-01-301-30/+7
* *: add comment about APPLET_ODDNAME formatDenys Vlasenko2017-01-291-2/+3
* make_single_applets.sh: show errors and warningsDenys Vlasenko2017-01-091-1/+8
* modprobe-small: build fixesDenys Vlasenko2017-01-091-3/+10
* modprobe-small: optimizations for single applet buildExplorer092017-01-091-33/+39
* modutils: remove special handling of uClibcWaldemar Brodkorb2017-01-041-2/+2
* modprobe-small: make applets individually selectableDenys Vlasenko2016-12-231-12/+12
* Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config"Denys Vlasenko2016-12-221-31/+3
* Convert all modutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+47
* modutils: support finit_module syscallMike Frysinger2016-09-151-3/+30
* modprobe-small: fix bogus handling of unpack errorsDenys Vlasenko2016-06-201-12/+28
* randomconfig fixesDenys Vlasenko2016-06-191-1/+0
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-10/+11
* modprobe-small: fix thinko in previous commitDenys Vlasenko2015-02-131-1/+1
* modprobe-small: if concurrent module load did not succeed, waitDenys Vlasenko2015-02-121-9/+41
* modprobe-small: fix and simplify rmmodDenys Vlasenko2015-02-071-32/+43
* modprobe-small: code shrinkDenys Vlasenko2015-01-111-12/+9
* modprobe-small: fix recent breakage: modprobe -r was using full pathDenys Vlasenko2015-01-111-9/+10
* modprobe: revert checking for /, stop doing basename() on modprobe argsDenys Vlasenko2015-01-011-2/+6
* modprobe-small: fix safe_strncpy truncating last char of module nameDenys Vlasenko2014-05-261-1/+1
* modprobe-small: (un)load all modules which match the alias, not only first oneDenys Vlasenko2014-04-211-61/+101
* modprobe-small: remove redundant aliases from modules.dep.bbDenys Vlasenko2014-04-191-0/+26
* modprobe-small: fix help messages for aliased module-related appletsDenys Vlasenko2014-04-191-11/+7
* modprobe_small: make rmmod to NOT remove dependencies. Closes 5162Denys Vlasenko2012-09-251-2/+9
* modprobe-small: add comment about aliased commands' help textDenys Vlasenko2012-02-191-0/+4
* modprobe: accept -b even if blacklist functionality is disabledFelipe Contreras2012-01-311-1/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-4/+1
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-5/+5
* insmod: check for module read errorsDenys Vlasenko2011-01-171-0/+3
* modprobe-small: support compressed modules in insmodDenys Vlasenko2011-01-091-2/+4
* modutils/*: move help bits into corresponding .c filesDenys Vlasenko2010-10-161-1/+42
* modutils/*: move applet bits into corresponding *.c filesDenys Vlasenko2010-10-151-0/+6
* modprobe-simple; do not error out on "rmmod module" if module is unloaded okDenys Vlasenko2010-09-251-12/+14
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1