aboutsummaryrefslogtreecommitdiff
path: root/modutils/modprobe.c
AgeCommit message (Expand)Author
2020-12-21modprobe: Add support for modprobe.blacklist=module1,module2,...Andy Shevchenko
2020-10-01libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2018-12-28config: update size informationDenys Vlasenko
2018-11-27tar: fix too eager autodetection, closes 11531Denys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-08getopt32: remove applet_long_optionsDenys Vlasenko
2017-08-04modutils: make them NOEXEC except depmodDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-04-06modprobe: do not descend into /etc/modprobe.d/DIR/. Closes 8686Denys Vlasenko
2017-04-06modprobe: read modules.builtinBen Hutchings
2017-02-01cmdline module options can be disabled on "big" modutilsKang-Che Sung
2017-02-01modutils: remove redundant "select PLATFORM_LINUX" configsKang-Che Sung
2016-12-23modprobe-small: make applets individually selectableDenys Vlasenko
2016-11-23Convert all modutils/* applets to "new style" applet definitionsDenys Vlasenko
2016-03-29modprobe: skip non-.conf files only in subdirectoriesDenys Vlasenko
2016-02-12modprobe: only parse files that end in .confMike Frysinger
2015-11-05modutils: merge module_entry and module_info to commonTimo Teräs
2015-10-24reuse a stringDenys Vlasenko
2015-10-24rmmod: fix bad error messageDenys Vlasenko
2015-09-09modprobe: handle module arguments containing spacesPeter Korsgaard
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-01-19modprobe: fix modprobe -r and parsing of /etc/modprobe.dNatanael Copa
2015-01-15modprobe: fix "modprobe devname:snd/timer" case (alias with a slash)Denys Vlasenko
2015-01-15modprobe: fix recent breakage: modules.dep reading code needs to strip dirnameDenys Vlasenko
2015-01-01modprobe: revert checking for /, stop doing basename() on modprobe argsDenys Vlasenko
2014-11-20modprobe,rmmod: reject module names with slashesDenys Vlasenko
2014-04-19modprobe-small: fix help messages for aliased module-related appletsDenys Vlasenko
2013-07-30Whitespace fixesDenys Vlasenko
2012-01-31modprobe: accept -b even if blacklist functionality is disabledFelipe Contreras
2011-06-20modprobe: use hash table. speeds up significantly if modprobe.dep is largeTimo Teras
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-02-15modprobe: fix "modprobe -l name-with-dash"Denys Vlasenko
2011-02-03whitespace fixesDenys Vlasenko
2011-02-02modprobe/insmod: fix parameter quotingDenys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2010-12-28modprobe: add -D option (synonym of --show-depends)Serj Kalichev
2010-12-26modprobe: add support for --show-dependsSerj Kalichev
2010-10-15modutils/*: move applet bits into corresponding *.c filesDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-10Modprobe: Make -l open the right fileLauri Kasanen
2010-06-07modprobe: add support for -l and -s. Remove some unsupported optionsPascal Bellard
2010-03-23*: merge some common stringsDenys Vlasenko
2010-03-03modprobe: remove 2k limit on /proc/cmdlineDenys Vlasenko
2010-02-27modprobe: pick up module options from /proc/cmdline tooDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2010-01-26modprobe: protect against possible SEGVDenys Vlasenko
2010-01-10modprobe: it's not an error if module is already loaded. Closes bug 833Denys Vlasenko
2009-11-11tidy up O_NONBLOCK usage. use libbb functions in stty.Denys Vlasenko