summaryrefslogtreecommitdiff
path: root/modutils
Commit message (Expand)AuthorAgeFilesLines
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-2/+2
* 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-042-12/+8
* depmod: don't build it if MODPROBE_SMALL=yDenys Vlasenko2017-01-011-2/+2
* Make RMMOD=y by defaultDenys Vlasenko2016-12-231-1/+1
* Make INSMOD=y by defaultDenys Vlasenko2016-12-231-1/+1
* modprobe-small: make applets individually selectableDenys Vlasenko2016-12-236-29/+34
* Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config"Denys Vlasenko2016-12-222-31/+34
* Convert all modutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-239-118/+119
* modutils: support finit_module syscallMike Frysinger2016-09-152-3/+51
* modprobe-small: fix bogus handling of unpack errorsDenys Vlasenko2016-06-201-12/+28
* randomconfig fixesDenys Vlasenko2016-06-191-1/+0
* 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: fix build error with !DEPMODDenys Vlasenko2015-11-061-1/+1
* modutils: merge module_entry and module_info to commonTimo Teräs2015-11-054-120/+113
* modinfo: fix "-F firmware", add "intree" field displayDenys Vlasenko2015-10-281-52/+62
* reuse a stringDenys Vlasenko2015-10-241-1/+1
* rmmod: fix bad error messageDenys Vlasenko2015-10-243-9/+15
* MODPROBE_SMALL is not experimental anymoreDenys Vlasenko2015-10-241-3/+0
* modprobe: handle module arguments containing spacesPeter Korsgaard2015-09-091-1/+33
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-125-28/+27
* modinfo: fix fallout from basename removalDenys Vlasenko2015-02-211-1/+1
* 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
* depmod: simple memory optimizationDenys Vlasenko2015-01-242-11/+14
* 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-small: code shrinkDenys Vlasenko2015-01-111-12/+9
* modprobe-small: fix recent breakage: modprobe -r was using full pathDenys Vlasenko2015-01-111-9/+10
* depmod: fix recent breakage in modules.dep generationDenys Vlasenko2015-01-071-7/+13
* modprobe: revert checking for /, stop doing basename() on modprobe argsDenys Vlasenko2015-01-013-15/+12
* modprobe,rmmod: reject module names with slashesDenys Vlasenko2014-11-201-0/+11
* modinfo: fix module parsing with kernel >= 2.6.37David Marchand2014-07-041-3/+4
* 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-193-13/+9
* Whitespace fixesDenys Vlasenko2013-07-301-1/+1
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-1/+1
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-3/+3
* modprobe_small: make rmmod to NOT remove dependencies. Closes 5162Denys Vlasenko2012-09-251-2/+9
* modinfo: match more standard module fields and fix version fieldTanguy Pruvot2012-06-121-9/+16
* modprobe-small: add comment about aliased commands' help textDenys Vlasenko2012-02-191-0/+4
* depmod: supply help textLauri Kasanen2012-02-191-9/+18
* modprobe: accept -b even if blacklist functionality is disabledFelipe Contreras2012-01-312-8/+9