]> git.ipfire.org Git - thirdparty/kmod.git/history - libkmod/libkmod-module.c
improve "const" keyword usage.
[thirdparty/kmod.git] / libkmod / libkmod-module.c
2011-12-03  Gustavo Sverzut... improve "const" keyword usage.
2011-12-02  Lucas De MarchiFix missing return
2011-12-02  Lucas De MarchiClean 'shadowed declaration' warnings
2011-12-02  Lucas De MarchiUse fstat() instead of stat() when possible
2011-12-01  Lucas De MarchiAdd fucntion to API to get dependencies
2011-12-01  Lucas De MarchiAdd dependency list to kmod_module
2011-12-01  Lucas De MarchiAllow path_to_modname to operate locally withou alloc
2011-12-01  Lucas De MarchiLookup for alias in modules.alias.bin
2011-12-01  Lucas De MarchiLookup modules from modules.dep.bin file
2011-11-30  Lucas De MarchiLookup modules.symbols.bin
2011-11-30  Lucas De MarchiRemove dangling comment
2011-11-30  Lucas De MarchiPrepare lookup function for more files to look after
2011-11-30  Lucas De MarchiAdd lookup to create modules list from alias
2011-11-30  Lucas De MarchiAdd name() and path() getters for kmod_module
2011-11-28  Lucas De MarchiFix wrong copyright
2011-11-28  Lucas De MarchiBack to logging without \n
2011-11-25  Lucas De MarchiAdd functions to operate on modules