]> git.ipfire.org Git - thirdparty/kmod.git/history - libkmod/libkmod.c
Add doc to kmod_dump_index
[thirdparty/kmod.git] / libkmod / libkmod.c
2012-01-16  Lucas De MarchiAdd doc to kmod_dump_index
2012-01-16  Lucas De Marchilibkmod: dump index files
2012-01-16  Lucas De Marchilibkmod: export enum kmod_index and rename members
2012-01-16  Lucas De Marchilibkmod: store prefix of each index
2012-01-14  Lucas De MarchiUpdate documentation with recent changes
2012-01-14  Lucas De Marchikmod_new(): deal with relative paths for dirname
2012-01-13  Lucas De Marchilibkmod-private: allow to get aliases from config
2012-01-09  Lucas De Marchidoc: fix order of param descriptions
2012-01-09  Lucas De Marchidoc: fix comments format
2012-01-09  Lucas De MarchiUpdate copyright
2012-01-04  Lucas De MarchiAdd missing doc for function argument
2012-01-04  Dave Reisnerlibkmod: Fix casing in error output
2012-01-01  Lucas De MarchiAdd call to check if resources are valid
2012-01-01  Lucas De Marchiindex: save timestamp of each loaded index
2011-12-31  Lucas De MarchiUse last enum value instead of ARRAY_SIZE
2011-12-31  Lucas De MarchiMove function to the right place
2011-12-28  Lucas De MarchiMove libkmod-util.c to convenience util lib
2011-12-27  Lucas De MarchiRemove kmod_ prefix from hash implementation
2011-12-27  Lucas De MarchiAdd functions to get ctx blacklists
2011-12-20  Kay Sieversintroduce --with-rootprefix=DIR
2011-12-20  Lucas De MarchiFix check for opened indexes
2011-12-17  Gustavo Sverzut... implement softdeps.
2011-12-17  Lucas De MarchiLookup for commands in kmod_module_new_from_lookup()
2011-12-15  Ulisses Furquimtrivial: fix typo causing an infinite loop
2011-12-15  Lucas De MarchiFix changing hash key after module is inserted in hash
2011-12-14  Lucas De MarchiSimplify kmod_load_resources()
2011-12-14  Lucas De MarchiLog and break early if index is already open
2011-12-14  Lucas De MarchiUpdate documentation
2011-12-13  Lucas De MarchiRemove function kmod_resolve_alias_options()
2011-12-13  Lucas De MarchiCreate module by alias name where appropriate
2011-12-13  Lucas De MarchiReturn early on lookup error
2011-12-13  Lucas De MarchiUse alias_normalize() instead of modname_normalize()
2011-12-12  Lucas De MarchiChange licenses
2011-12-12  Lucas De Marchicoding style: fix lines over 80 chars
2011-12-12  Lucas De MarchiMerge branch 'use-mmap'
2011-12-11  Gustavo Sverzut... API-BREAK: kmod_new() takes a second parameter for...
2011-12-11  Gustavo Sverzut... add missing newline to log messages.
2011-12-11  Gustavo Sverzut... always normalize user-given alias.
2011-12-11  Gustavo Sverzut... export module's options and commands.
2011-12-11  Lucas De Marchikmod: Add documentation and format comments
2011-12-10  Gustavo Sverzut... kmod_load_resources: use proper full path to binary...
2011-12-10  Gustavo Sverzut... kmod_lookup_alias_from_alias_bin: debug message for...
2011-12-10  Gustavo Sverzut... kmod_search_moddep: reorder to avoid creating path...
2011-12-10  Gustavo Sverzut... fix snprintf usage.
2011-12-09  Lucas De Marchikmod: Add documentation and format comments
2011-12-09  Lucas De MarchiUse alias/symbol index_mm if it's open
2011-12-09  Lucas De MarchiPass enum around instead of filename
2011-12-09  Lucas De MarchiUse index_mm if it's open for moddep search
2011-12-09  Lucas De MarchiDo not allocate path for known places an close resource...
2011-12-08  Lucas De MarchiLoad and unload resources
2011-12-08  Lucas De MarchiRefactor index file handling
2011-12-08  Gustavo Sverzut... NULL safety in public places, allows disable logging.
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 MarchiMaintain a pool of modules alive
2011-12-06  Lucas De Marchikmod_module: parse dependencies on demand
2011-12-06  Lucas De MarchiSplit function to search moddep file
2011-12-03  Gustavo Sverzut... improve kmod_config api.
2011-12-03  Gustavo Sverzut... reorder struct fields to avoid holes, improving packing
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