]> git.ipfire.org Git - thirdparty/kmod.git/history - libkmod/libkmod.h
insmod: allows providing option to module.
[thirdparty/kmod.git] / libkmod / libkmod.h
2011-12-11  Gustavo Sverzut... insmod: allows providing option to module.
2011-12-11  Gustavo Sverzut... export module's options and commands.
2011-12-08  Lucas De MarchiLoad and unload resources
2011-12-08  Gustavo Sverzut... log: give log function its data instead of kmod_ctx.
2011-12-08  Gustavo Sverzut... add kmod_module_get_filtered_blacklist()
2011-12-06  Lucas De Marchikmod_module: return a new list and increase ref of...
2011-12-05  Lucas De MarchiAdd padding to enum to make sure it's an int
2011-12-04  Gustavo Sverzut... no more kmod_loaded and kmod_loaded_module.
2011-12-04  Gustavo Sverzut... kmod_module: extended information gathering.
2011-12-04  Gustavo Sverzut... kmod_module_get_module: safety against NULL pointers
2011-12-03  Gustavo Sverzut... improve "const" keyword usage.
2011-12-01  Lucas De MarchiAdd fucntion to API to get dependencies
2011-12-01  Lucas De MarchiAdd kmod_list_prev to exported functions
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 MarchiMove down the ifdef for c++
2011-11-25  Lucas De MarchiAdd functions to operate on modules
2011-11-25  Lucas De MarchiAccept dir where we should lookup for modules
2011-11-25  Lucas De MarchiFormat enum
2011-11-23  Lucas De MarchiImplement function to remove module
2011-11-23  Lucas De MarchiRename leftover libabc reference
2011-11-23  Lucas De MarchiConstify API
2011-11-23  Lucas De MarchiAdd libkmod-loaded to handle live modules information
2011-11-23  Lucas De MarchiImplement circular double-linked list
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