Lines Matching refs:depmod
8 - Speedup depmod, particularly under qemu with emulated arch, by
10 emulated ARM rootfs, depmod with only 2 modules was taking ~32s
28 - depmod.conf learned a new "excludedir" directive so distro/user can
74 - Fix off-by-one in max module name length in depmod.
242 - Add support for external directories in depmod: now there's a new
243 "external" keyword parsed by depmod when calculating the dependencies.
247 relative paths only. For more information see depmod.d(1).
269 - Fix wrong dependency loops being reported by depmod
286 - Ignore .TOC. symbols in depmod parsing as it's for PPC64 the
313 - depmod doesn't fallback to uname if a bad version is passed in the command
353 - Fix leak in depmod when -b flag is passed multiple times
417 generated by depmod with out-of-tree modules
420 - Calling depmod with modules creating a dependency loop will now make
421 depmod return an error and not update the indexes. This is to protect
439 but instead we depend on modules.dep.bin (generated by depmod) to
442 - Fix partial matches of search directives in depmod. Previously having
443 a line in depmod.conf such as "search foo foobar built-in" would cause
477 - Make depmod warn if a module has incorrect devname specification
519 - Add the long option --symbol-prefix option to depmod (it was absent)
557 reduces significantly the amount of time depmod tool takes to
604 - depmod now handles errors while writing indices, so it doesn't end up
689 - Fix unaligned memory access in hash function, causing depmod to output wrong
703 - Several bugs fixed in libkmod, modprobe, depmod and modinfo
737 - The only missing tool, depmod, was added to kmod together with the necessary