aboutsummaryrefslogtreecommitdiff
path: root/modutils
AgeCommit message (Expand)Author
2017-06-28modutils: delete unused replace_underscores()Denys Vlasenko
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2017-04-06modprobe: do not descend into /etc/modprobe.d/DIR/. Closes 8686Denys Vlasenko
2017-04-06modprobe-small: fix "modprobe non-existing-module" exitcode (should be 1)Denys Vlasenko
2017-04-06modprobe: read modules.builtinBen Hutchings
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-01modutils: remove redundant "select PLATFORM_LINUX" configsKang-Che Sung
2017-02-01modprobe-small: move lsmod code out of modprobe_main()Kang-Che Sung
2017-02-01modprobe-small: improve config help textDenys Vlasenko
2017-01-30modprobe-small: fix --help texts, they are from "big" modutilsDenys Vlasenko
2017-01-30modutils: fix config options dependencyKang-Che Sung
2017-01-29*: add comment about APPLET_ODDNAME formatDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys 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
2017-01-01depmod: don't build it if MODPROBE_SMALL=yDenys Vlasenko
2016-12-23Make RMMOD=y by defaultDenys Vlasenko
2016-12-23Make INSMOD=y by defaultDenys Vlasenko
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
2016-03-29modprobe: skip non-.conf files only in subdirectoriesDenys Vlasenko
2016-02-12modprobe: only parse files that end in .confMike Frysinger
2015-11-06modutils: fix build error with !DEPMODDenys Vlasenko
2015-11-05modutils: merge module_entry and module_info to commonTimo Teräs
2015-10-28modinfo: fix "-F firmware", add "intree" field displayDenys Vlasenko
2015-10-24reuse a stringDenys Vlasenko
2015-10-24rmmod: fix bad error messageDenys Vlasenko
2015-10-24MODPROBE_SMALL is not experimental anymoreDenys Vlasenko
2015-09-09modprobe: handle module arguments containing spacesPeter Korsgaard
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-02-21modinfo: fix fallout from basename removalDenys 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-24depmod: simple memory optimizationDenys 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