aboutsummaryrefslogtreecommitdiff
path: root/modutils
AgeCommit message (Expand)Author
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
2015-01-11modprobe-small: code shrinkDenys Vlasenko
2015-01-11modprobe-small: fix recent breakage: modprobe -r was using full pathDenys Vlasenko
2015-01-07depmod: fix recent breakage in modules.dep generationDenys 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-07-04modinfo: fix module parsing with kernel >= 2.6.37David Marchand
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
2013-07-30Whitespace fixesDenys Vlasenko
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2013-01-14whitespace fixes. no code changesDenys Vlasenko
2012-09-25modprobe_small: make rmmod to NOT remove dependencies. Closes 5162Denys Vlasenko
2012-06-12modinfo: match more standard module fields and fix version fieldTanguy Pruvot
2012-02-19modprobe-small: add comment about aliased commands' help textDenys Vlasenko
2012-02-19depmod: supply help textLauri Kasanen
2012-01-31modprobe: accept -b even if blacklist functionality is disabledFelipe Contreras
2011-10-30modinfo: make it select PLATFORM_LINUX. Closes 4411Denys Vlasenko