summaryrefslogtreecommitdiff
path: root/modutils/modprobe.c
Commit message (Expand)AuthorAgeFilesLines
* Remove "select PLATFORM_LINUX"Denys Vlasenko2022-11-291-1/+0
* Fix non-Linux buildsSamuel Thibault2022-11-291-0/+1
* modprobe: when reading modules.builtin, use basenames of files from itDenys Vlasenko2021-06-301-1/+2
* modprobe: Add support for modprobe.blacklist=module1,module2,...Andy Shevchenko2020-12-211-0/+19
* libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko2020-10-011-8/+6
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* tar: fix too eager autodetection, closes 11531Denys Vlasenko2018-11-271-3/+2
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-3/+5
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-2/+1
* modutils: make them NOEXEC except depmodDenys Vlasenko2017-08-041-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-7/+7
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* modprobe: do not descend into /etc/modprobe.d/DIR/. Closes 8686Denys Vlasenko2017-04-061-0/+9
* modprobe: read modules.builtinBen Hutchings2017-04-061-3/+11
* cmdline module options can be disabled on "big" modutilsKang-Che Sung2017-02-011-1/+7
* modutils: remove redundant "select PLATFORM_LINUX" configsKang-Che Sung2017-02-011-1/+0
* modprobe-small: make applets individually selectableDenys Vlasenko2016-12-231-5/+6
* Convert all modutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+22
* modprobe: skip non-.conf files only in subdirectoriesDenys Vlasenko2016-03-291-8/+14
* modprobe: only parse files that end in .confMike Frysinger2016-02-121-1/+9
* modutils: merge module_entry and module_info to commonTimo Teräs2015-11-051-59/+7
* reuse a stringDenys Vlasenko2015-10-241-1/+1
* rmmod: fix bad error messageDenys Vlasenko2015-10-241-4/+3
* modprobe: handle module arguments containing spacesPeter Korsgaard2015-09-091-1/+33
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-8/+4
* modprobe: fix modprobe -r and parsing of /etc/modprobe.dNatanael Copa2015-01-191-1/+1
* modprobe: fix "modprobe devname:snd/timer" case (alias with a slash)Denys Vlasenko2015-01-151-4/+9
* modprobe: fix recent breakage: modules.dep reading code needs to strip dirnameDenys Vlasenko2015-01-151-4/+10
* modprobe: revert checking for /, stop doing basename() on modprobe argsDenys Vlasenko2015-01-011-11/+0
* modprobe,rmmod: reject module names with slashesDenys Vlasenko2014-11-201-0/+11
* modprobe-small: fix help messages for aliased module-related appletsDenys Vlasenko2014-04-191-1/+1
* Whitespace fixesDenys Vlasenko2013-07-301-1/+1
* modprobe: accept -b even if blacklist functionality is disabledFelipe Contreras2012-01-311-7/+8
* modprobe: use hash table. speeds up significantly if modprobe.dep is largeTimo Teras2011-06-201-14/+29
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-2/+1
* modprobe: fix "modprobe -l name-with-dash"Denys Vlasenko2011-02-151-1/+4
* whitespace fixesDenys Vlasenko2011-02-031-1/+1
* modprobe/insmod: fix parameter quotingDenys Vlasenko2011-02-021-1/+1
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-1/+1
* modprobe: add -D option (synonym of --show-depends)Serj Kalichev2010-12-281-54/+67
* modprobe: add support for --show-dependsSerj Kalichev2010-12-261-35/+60
* modutils/*: move applet bits into corresponding *.c filesDenys Vlasenko2010-10-151-11/+14
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* Modprobe: Make -l open the right fileLauri Kasanen2010-07-101-5/+5
* modprobe: add support for -l and -s. Remove some unsupported optionsPascal Bellard2010-06-071-31/+140
* *: merge some common stringsDenys Vlasenko2010-03-231-2/+2
* modprobe: remove 2k limit on /proc/cmdlineDenys Vlasenko2010-03-031-7/+5
* modprobe: pick up module options from /proc/cmdline tooDenys Vlasenko2010-02-271-0/+34
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1