summaryrefslogtreecommitdiff
path: root/libkmod/libkmod.h
AgeCommit message (Expand)AuthorFilesLines
2011-12-15Add comment in public header about flags not implementedLucas De Marchi1-0/+2
2011-12-15Remove flags that likely will not be usedLucas De Marchi1-2/+0
2011-12-13Remove function kmod_resolve_alias_options()Lucas De Marchi1-2/+0
2011-12-12Change licensesLucas De Marchi1-1/+2
2011-12-12Rename kmod_loaded_get_list() to kmod_module_new_from_loaded()Lucas De Marchi1-2/+1
2011-12-11API-BREAK: kmod_new() takes a second parameter for configuration directory.Gustavo Sverzut Barbieri1-1/+1
2011-12-11insmod: allows providing option to module.Gustavo Sverzut Barbieri1-1/+1
2011-12-11export module's options and commands.Gustavo Sverzut Barbieri1-0/+6
2011-12-08Load and unload resourcesLucas De Marchi1-0/+2
2011-12-08log: give log function its data instead of kmod_ctx.Gustavo Sverzut Barbieri1-2/+3
2011-12-08add kmod_module_get_filtered_blacklist()Gustavo Sverzut Barbieri1-0/+2
2011-12-06kmod_module: return a new list and increase ref of dependenciesLucas De Marchi1-1/+1
2011-12-05Add padding to enum to make sure it's an intLucas De Marchi1-1/+3
2011-12-04no more kmod_loaded and kmod_loaded_module.Gustavo Sverzut Barbieri1-16/+2
2011-12-04kmod_module: extended information gathering.Gustavo Sverzut Barbieri1-0/+17
2011-12-04kmod_module_get_module: safety against NULL pointersGustavo Sverzut Barbieri1-1/+1
2011-12-03improve "const" keyword usage.Gustavo Sverzut Barbieri1-9/+9
2011-12-01Add fucntion to API to get dependenciesLucas De Marchi1-0/+1
2011-12-01Add kmod_list_prev to exported functionsLucas De Marchi1-0/+2
2011-11-30Add lookup to create modules list from aliasLucas De Marchi1-0/+4
2011-11-30Add name() and path() getters for kmod_moduleLucas De Marchi1-0/+3
2011-11-28Fix wrong copyrightLucas De Marchi1-1/+0
2011-11-28Move down the ifdef for c++Lucas De Marchi1-4/+3
2011-11-25Add functions to operate on modulesLucas De Marchi1-0/+30
2011-11-24Accept dir where we should lookup for modulesLucas De Marchi1-1/+1
2011-11-24Format enumLucas De Marchi1-1/+1
2011-11-23Implement function to remove moduleLucas De Marchi1-0/+8
2011-11-23Rename leftover libabc referenceLucas De Marchi1-2/+2
2011-11-23Constify APILucas De Marchi1-5/+5
2011-11-23Add libkmod-loaded to handle live modules informationLucas De Marchi1-0/+10
2011-11-23Implement circular double-linked listLucas De Marchi1-4/+5
2011-11-21Remove unused functionsLucas De Marchi1-14/+0
2011-11-21Make kmod_new return a pointerLucas De Marchi1-1/+1
2011-11-21Convert spaces to tabsLucas De Marchi1-5/+6
2011-11-21Rename libabc to libkmodLucas De Marchi1-0/+79