summaryrefslogtreecommitdiff
path: root/libkmod/libkmod-module.c
Commit message (Expand)AuthorAgeFilesLines
...
* doc: organize sectionsLucas De Marchi2012-01-091-0/+5
* doc: fix broken links to other functionsLucas De Marchi2012-01-091-9/+9
* Update copyrightLucas De Marchi2012-01-091-1/+1
* Replace NAME_MAX with PATH_MAX for module aliasesLucas De Marchi2012-01-081-5/+5
* libkmod: Fix casing in error outputDave Reisner2012-01-041-2/+2
* file: take a weakref to ctxLucas De Marchi2012-01-041-5/+5
* Do not call exported function for mod->nameLucas De Marchi2011-12-311-1/+1
* Move function to the right placeLucas De Marchi2011-12-311-0/+61
* Ignore "already loaded" error in module_probe_insert_module()Lucas De Marchi2011-12-301-2/+8
* Use errno instead of return value of init_module()Lucas De Marchi2011-12-301-3/+6
* Move util functions to libkmod-util.cLucas De Marchi2011-12-271-34/+0
* Log paths if kmod_module_new_from_path() failedLucas De Marchi2011-12-271-2/+2
* Add implementation of modprobe's insertionLucas De Marchi2011-12-271-0/+322
* Do not cache softdeps listLucas De Marchi2011-12-271-62/+24
* Allow to internally get dependencies without copying listLucas De Marchi2011-12-271-13/+20
* Reverse order of dependency listLucas De Marchi2011-12-261-1/+1
* elf: implement kmod_module_get_dependency_symbols()Gustavo Sverzut Barbieri2011-12-241-0/+190
* elf: add get_symbols()Gustavo Sverzut Barbieri2011-12-241-0/+165
* Change error message to reflect realityLucas De Marchi2011-12-201-1/+1
* Update doc to reflect function behaviorLucas De Marchi2011-12-201-2/+2
* Testing for return of alias_normalize.Luis Felipe Strano Moraes2011-12-201-1/+4
* kmod_module_new_*: improve debugging.Gustavo Sverzut Barbieri2011-12-201-4/+18
* ELF: initial support for modinfo and strip of modversions and vermagic.Gustavo Sverzut Barbieri2011-12-191-8/+381
* Fix wrong name len when converting path to modnameLucas De Marchi2011-12-181-1/+1
* compatibility: match commands using fnmatch() instead of strcmp().Gustavo Sverzut Barbieri2011-12-171-2/+2
* implement softdeps.Gustavo Sverzut Barbieri2011-12-171-0/+113
* implement zlib module loading.Gustavo Sverzut Barbieri2011-12-171-14/+9
* Lookup for commands in kmod_module_new_from_lookup()Lucas De Marchi2011-12-171-1/+14
* kmod_module: do not find more than the first commandLucas De Marchi2011-12-171-64/+14
* Open more file descriptors with O_CLOEXECCristian Rodríguez2011-12-171-1/+1
* Library must use O_CLOEXEC whenever it opens file descriptorsCristian Rodríguez2011-12-161-5/+5
* Remove module from hash when it's goneLucas De Marchi2011-12-151-0/+1
* Add safety NULL checks in exported functionsLucas De Marchi2011-12-151-2/+15
* Fix changing hash key after module is inserted in hashLucas De Marchi2011-12-151-10/+15
* Fix docs with wrong function namesLucas De Marchi2011-12-151-2/+2
* kmod_module: use 'modname/aliasname' as key for hashLucas De Marchi2011-12-141-20/+20
* Use malloc + memset instead of callocLucas De Marchi2011-12-141-2/+6
* kmod_module: move function to the right sectionLucas De Marchi2011-12-141-57/+57
* kmod_module: fix log message upon module removalLucas De Marchi2011-12-141-1/+1
* kmod_module: add missing documentationLucas De Marchi2011-12-141-8/+301
* kmod_module: make get_options() search for alias names tooLucas De Marchi2011-12-131-1/+4
* Add private function kmod_module_new_from_alias()Lucas De Marchi2011-12-131-1/+33
* kmod_module: use pointer instead of vector for its nameLucas De Marchi2011-12-131-1/+3
* Use alias_normalize() instead of modname_normalize()Lucas De Marchi2011-12-131-1/+2
* Fix check for NULL variableLucas De Marchi2011-12-131-1/+1
* handle case where modname was not detected.Gustavo Sverzut Barbieri2011-12-121-1/+4
* Change licensesLucas De Marchi2011-12-121-1/+2
* Remove warnings: ‘err’ may be used uninitialized in this functionLucas De Marchi2011-12-121-1/+1
* Remove leftover commentLucas De Marchi2011-12-121-4/+0
* Remove libkmod-loaded.c and re-order functions in libkmod-module.cLucas De Marchi2011-12-121-171/+241