Lines Matching refs:depmod
54 - Add support for external directories in depmod: now there's a new
55 "external" keyword parsed by depmod when calculating the dependencies.
59 relative paths only. For more information see depmod.d(1).
81 - Fix wrong dependency loops being reported by depmod
98 - Ignore .TOC. symbols in depmod parsing as it's for PPC64 the
125 - depmod doesn't fallback to uname if a bad version is passed in the command
165 - Fix leak in depmod when -b flag is passed multiple times
229 generated by depmod with out-of-tree modules
232 - Calling depmod with modules creating a dependency loop will now make
233 depmod return an error and not update the indexes. This is to protect
251 but instead we depend on modules.dep.bin (generated by depmod) to
254 - Fix partial matches of search directives in depmod. Previously having
255 a line in depmod.conf such as "search foo foobar built-in" would cause
289 - Make depmod warn if a module has incorrect devname specification
331 - Add the long option --symbol-prefix option to depmod (it was absent)
369 reduces signficantly the amount of time depmod tool takes to
416 - depmod now handles errors while writing indices, so it doesn't end up
501 - Fix unaligned memory access in hash function, causing depmod to output wrong
515 - Several bugs fixed in libkmod, modprobe, depmod and modinfo
549 - The only missing tool, depmod, was added to kmod together with the necessary