aboutsummaryrefslogtreecommitdiff
path: root/libkmod
AgeCommit message (Expand)Author
2011-12-12Fix "Dead assignments" as reported by llvmLucas De Marchi
2011-12-12handle case where modname was not detected.Gustavo Sverzut Barbieri
2011-12-12Change licensesLucas De Marchi
2011-12-12Remove warnings: ‘err’ may be used uninitialized in this functionLucas De Marchi
2011-12-12Rename project from libkmod to kmodLucas De Marchi
2011-12-12Use true/false for bool returnLucas De Marchi
2011-12-12Directories inside config directories are not supportedLucas De Marchi
2011-12-12Do not stat() dir twiceLucas De Marchi
2011-12-12Fix leak of DIRLucas De Marchi
2011-12-12Remove leftover commentLucas De Marchi
2011-12-12Remove libkmod-loaded.c and re-order functions in libkmod-module.cLucas De Marchi
2011-12-12Rename kmod_loaded_get_list() to kmod_module_new_from_loaded()Lucas De Marchi
2011-12-12coding style: be consistent with blank linesLucas De Marchi
2011-12-12coding style: fix lines over 80 charsLucas De Marchi
2011-12-11API-BREAK: kmod_new() takes a second parameter for configuration directory.Gustavo Sverzut Barbieri
2011-12-11add missing newline to log messages.Gustavo Sverzut Barbieri
2011-12-11be less verbose on initstate for unexistent modules.Gustavo Sverzut Barbieri
2011-12-11insmod: allows providing option to module.Gustavo Sverzut Barbieri
2011-12-11always normalize user-given alias.Gustavo Sverzut Barbieri
2011-12-11export module's options and commands.Gustavo Sverzut Barbieri
2011-12-11parse_depline may be called from libkmod.cGustavo Sverzut Barbieri
2011-12-11fix string replace.Gustavo Sverzut Barbieri
2011-12-11kmod: Add documentation and format commentsLucas De Marchi
2011-12-10index: fix memleak for non-matchin aliases.Gustavo Sverzut Barbieri
2011-12-10index-mm: allocate values inline into node, strings points to mmap.Gustavo Sverzut Barbieri
2011-12-10index: cleanup header, move as much as possible to libkmod-index.cGustavo Sverzut Barbieri
2011-12-10index-mm: no need to allocate prefix.Gustavo Sverzut Barbieri
2011-12-10index-mm: fix memory access.Gustavo Sverzut Barbieri
2011-12-10kmod_load_resources: use proper full path to binary files to be mmaped.Gustavo Sverzut Barbieri
2011-12-10kmod_lookup_alias_from_alias_bin: debug message for mmap case.Gustavo Sverzut Barbieri
2011-12-10kmod_search_moddep: reorder to avoid creating path when not required.Gustavo Sverzut Barbieri
2011-12-10fix snprintf usage.Gustavo Sverzut Barbieri
2011-12-09Use alias/symbol index_mm if it's openLucas De Marchi
2011-12-09Pass enum around instead of filenameLucas De Marchi
2011-12-09Use index_mm if it's open for moddep searchLucas De Marchi
2011-12-09Do not allocate path for known places an close resource asapLucas De Marchi
2011-12-08Load and unload resourcesLucas De Marchi
2011-12-08index: mm: Add flag to open call to populate bufferLucas De Marchi
2011-12-08Refactor index file handlingLucas De Marchi
2011-12-08remove useless look checking for duplicatesGustavo Sverzut Barbieri
2011-12-08index: avoid strlen() whenever possible.Gustavo Sverzut Barbieri
2011-12-08reduce calls to realloc() if size did not change.Gustavo Sverzut Barbieri
2011-12-08index: improve buffer management and reduce mallocs.Gustavo Sverzut Barbieri
2011-12-08fix path handling at dependencies parsing.Gustavo Sverzut Barbieri
2011-12-08NULL safety in public places, allows disable logging.Gustavo Sverzut Barbieri
2011-12-08log: give log function its data instead of kmod_ctx.Gustavo Sverzut Barbieri
2011-12-08modname_normalize: fix const and buffer overflow.Gustavo Sverzut Barbieri
2011-12-08kmod_loaded: document exported functionLucas De Marchi
2011-12-08kmod_list: document exported functionsLucas De Marchi
2011-12-08kmod_module: Remove const from pathGustavo Sverzut Barbieri