aboutsummaryrefslogtreecommitdiff
path: root/modutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* modinfo: make it select PLATFORM_LINUX. Closes 4411Denys Vlasenko2011-10-301-0/+1
* stop declariong our own dirname prototypeDenys Vlasenko2011-09-101-1/+0
* 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-055-10/+3
* Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko2011-02-261-1/+19
* modprobe: fix "modprobe -l name-with-dash"Denys Vlasenko2011-02-151-1/+4
* modinfo: trivial optimizationsDenys Vlasenko2011-02-151-4/+6
* modinfo: show firmware and depends fieldsLauri Kasanen2011-02-151-3/+5
* fix bug 3223 (parameter loading problem for 2.4 kernels)Denys Vlasenko2011-02-131-8/+11
* whitespace fixesDenys Vlasenko2011-02-031-1/+1
* modprobe/insmod: fix parameter quotingDenys Vlasenko2011-02-024-10/+28
* revert commit 1396221d5a741ef8e1e8abca88836b341a3cab84Denys Vlasenko2011-02-011-6/+5