summaryrefslogtreecommitdiff
path: root/libkmod/libkmod-module.c
Commit message (Expand)AuthorAgeFilesLines
...
* coding style: be consistent with blank linesLucas De Marchi2011-12-121-1/+26
* coding style: fix lines over 80 charsLucas De Marchi2011-12-121-1/+2
* add missing newline to log messages.Gustavo Sverzut Barbieri2011-12-111-1/+1
* be less verbose on initstate for unexistent modules.Gustavo Sverzut Barbieri2011-12-111-1/+1
* insmod: allows providing option to module.Gustavo Sverzut Barbieri2011-12-111-2/+3
* always normalize user-given alias.Gustavo Sverzut Barbieri2011-12-111-2/+5
* export module's options and commands.Gustavo Sverzut Barbieri2011-12-111-1/+163
* parse_depline may be called from libkmod.cGustavo Sverzut Barbieri2011-12-111-1/+5
* fix path handling at dependencies parsing.Gustavo Sverzut Barbieri2011-12-081-9/+47
* modname_normalize: fix const and buffer overflow.Gustavo Sverzut Barbieri2011-12-081-16/+14
* kmod_module: Remove const from pathGustavo Sverzut Barbieri2011-12-081-2/+2
* Only search path in moddep if it's not already setLucas De Marchi2011-12-081-10/+13
* kmod_module: treat module creation by path with same namesLucas De Marchi2011-12-071-1/+11
* kmod_module: store absolute path when creating module from pathLucas De Marchi2011-12-071-9/+11
* Use streq() when possibleLucas De Marchi2011-12-071-4/+4
* Split function so we don't call basename() unnecessarilyLucas De Marchi2011-12-061-7/+14
* Maintain a pool of modules aliveLucas De Marchi2011-12-061-0/+16
* kmod_module: normalize module nameLucas De Marchi2011-12-061-3/+4
* kmod_module: get path on demandLucas De Marchi2011-12-061-1/+18
* kmod_module: parse dependencies on demandLucas De Marchi2011-12-061-4/+18
* kmod_module: return a new list and increase ref of dependenciesLucas De Marchi2011-12-061-6/+26
* kmod_module: inline name and make it always availableLucas De Marchi2011-12-051-26/+34
* Use readdir_r in kmod_module_get_sections()Lucas De Marchi2011-12-051-22/+42
* Use readdir_r in kmod_module_get_holders()Lucas De Marchi2011-12-051-14/+30
* no more kmod_loaded and kmod_loaded_module.Gustavo Sverzut Barbieri2011-12-041-0/+48
* kmod_module: extended information gathering.Gustavo Sverzut Barbieri2011-12-041-0/+238
* kmod_module_get_module: safety against NULL pointersGustavo Sverzut Barbieri2011-12-041-3/+4
* module refcount should start at 1.Gustavo Sverzut Barbieri2011-12-041-0/+2
* reorder struct fields to avoid holes, improving packingGustavo Sverzut Barbieri2011-12-031-2/+1
* improve "const" keyword usage.Gustavo Sverzut Barbieri2011-12-031-4/+4
* Fix missing returnLucas De Marchi2011-12-021-0/+1
* Clean 'shadowed declaration' warningsLucas De Marchi2011-12-021-3/+3
* Use fstat() instead of stat() when possibleLucas De Marchi2011-12-011-1/+1
* Add fucntion to API to get dependenciesLucas De Marchi2011-12-011-0/+9
* Add dependency list to kmod_moduleLucas De Marchi2011-12-011-1/+52
* Allow path_to_modname to operate locally withou allocLucas De Marchi2011-12-011-3/+5
* Lookup for alias in modules.alias.binLucas De Marchi2011-12-011-0/+3
* Lookup modules from modules.dep.bin fileLucas De Marchi2011-12-011-1/+3
* Lookup modules.symbols.binLucas De Marchi2011-11-301-0/+2
* Remove dangling commentLucas De Marchi2011-11-301-1/+0
* Prepare lookup function for more files to look afterLucas De Marchi2011-11-301-4/+17
* Add lookup to create modules list from aliasLucas De Marchi2011-11-301-0/+35
* Add name() and path() getters for kmod_moduleLucas De Marchi2011-11-301-0/+19
* Fix wrong copyrightLucas De Marchi2011-11-281-1/+0
* Back to logging without \nLucas De Marchi2011-11-281-3/+3
* Add functions to operate on modulesLucas De Marchi2011-11-251-0/+224