]> git.ipfire.org Git - thirdparty/kmod.git/history - libkmod/libkmod.c
improve "const" keyword usage.
[thirdparty/kmod.git] / libkmod / libkmod.c
2011-12-03  Gustavo Sverzut... improve "const" keyword usage.
2011-12-02  Lucas De MarchiClean 'unused variable' warnings
2011-12-02  Lucas De MarchiClean 'shadowed declaration' warnings
2011-12-02  Lucas De MarchiClean 'no previous prototype' warning
2011-12-01  Lucas De MarchiAdd dependencies when module is create by name lookup
2011-12-01  Lucas De MarchiAdd missing newlines
2011-12-01  Lucas De MarchiLookup for alias in modules.alias.bin
2011-12-01  Lucas De MarchiGeneralize function to be used by other lookups
2011-12-01  Lucas De MarchiLookup modules from modules.dep.bin file
2011-12-01  Lucas De MarchiMake lookup functions return number of elements found
2011-11-30  Lucas De MarchiLookup modules.symbols.bin
2011-11-30  Lucas De MarchiFix initialization of kernel modules dir
2011-11-30  Lucas De MarchiAdd lookup to create modules list from alias
2011-11-29  Lucas De MarchiAdd support for parsing config files
2011-11-28  Lucas De MarchiFix wrong copyright
2011-11-28  Lucas De MarchiBack to logging without \n
2011-11-25  Lucas De MarchiWhen logging to stderr, put a \n by default
2011-11-25  Lucas De MarchiMake log function uppercase
2011-11-25  Lucas De MarchiAccept dir where we should lookup for modules
2011-11-25  Lucas De MarchiFormat refcount handling
2011-11-23  Lucas De MarchiConstify API
2011-11-23  Lucas De MarchiRemove leftover declarations
2011-11-21  Lucas De MarchiRemove unused functions
2011-11-21  Lucas De MarchiMake kmod_new return a pointer
2011-11-21  Lucas De MarchiConvert spaces to tabs
2011-11-21  Lucas De MarchiRename libabc to libkmod