]> git.ipfire.org Git - thirdparty/kmod.git/history - libkmod/libkmod-module.c
libkmod: add finit_module logic
[thirdparty/kmod.git] / libkmod / libkmod-module.c
2013-02-19  Kees Cooklibkmod: add finit_module logic
2013-01-18  Michal Mareklibkmod: Return module signature information in kmod_mo...
2013-01-18  Michal Mareklibkmod-module: Do not free the list in kmod_module_inf...
2013-01-16  Lucas De MarchiUpdate copyright notices
2013-01-16  Michal Mareklibkmod-module: Add helper for building the module...
2012-10-18  Lucas De Marchilibkmod: cache open file for later access
2012-08-17  Lucas De Marchilibkmod-module: Add KMOD_PROBE_APPLY_BLACKLIST_ALIAS_ON...
2012-06-29  Dave Reisnermodule: support reading coresize from /sys if supported
2012-06-12  Lucas De Marchilibkmod-config: refactor functions to get config
2012-04-15  Kay Sieversdoc: silent man page generation and fix gtk-doc warnings
2012-03-03  Lucas De MarchiUse upper case after Deprecated in doc
2012-03-01  Lucas De MarchiDowngrade log message: refcnt file may not exist
2012-02-25  Dave Reisnerfind builtins by property, not initstate
2012-02-24  Dave Reisnerlibkmod/module: add kmod_module_apply_filter method
2012-02-23  Lucas De Marchilibkmod-module: don't treat "coming" as in-kernel
2012-02-22  Lucas De Marchilibkmod-module: probe: check if module exists for insta...
2012-02-18  Lucas De MarchiAdd missing newlines
2012-02-16  Lucas De Marchikmod-module: lookup: search modules.builtin file too
2012-02-11  Lucas De Marchilibkmod-module: probe: fix infinite loop with softdeps
2012-02-07  Lucas De Marchilibkmod-module: probe: Fix ignore-loaded flag not being...
2012-02-06  Lucas De Marchilibkmod-module: probe: return -EEXIST if told to do so
2012-02-06  Lucas De Marchilibkmod-module: probe: rename flag to be more meaningful
2012-02-05  Dan McGeeFix simple grammar issue
2012-02-03  Dave Reisnerlib/module: check initstate before inserting module
2012-02-02  Dave Reisnerwhitespace fix -- no logical code changes
2012-01-31  Lucas De Marchilibkmod-module: probe: remove useless KMOD_PROBE_STOP_O...
2012-01-31  Lucas De Marchilibkmod-module: probe: return -EEXIST if told to stop...
2012-01-31  Lucas De Marchilibkmod-module: probe: add flag to dry-run
2012-01-31  Lucas De Marchilibkmod-module: probe: add flag to ignore loaded modules
2012-01-31  Lucas De Marchilibkmod-module: probe: add print_action callback
2012-01-30  Lucas De Marchilibkmod-module: probe: remove useless flag to stop...
2012-01-30  Lucas De Marchilibkmod-module: probe: add flag to stop loading on...
2012-01-30  Lucas De Marchilibkmod-module: split creation of new modules to share...
2012-01-30  Lucas De Marchilibkmod-module: probe: add flag to ignore commands
2012-01-30  Lucas De Marchilibkmod-module: probe: change insertion to cover more...
2012-01-30  Lucas De Marchilibkmod-module: add visited field
2012-01-17  Thierry VignaudWEXITSTATUS is defined in sys/wait.h
2012-01-11  Lucas De MarchiFix error code returned on module removal
2012-01-09  Lucas De Marchidoc: organize sections
2012-01-09  Lucas De Marchidoc: fix broken links to other functions
2012-01-09  Lucas De MarchiUpdate copyright
2012-01-08  Lucas De MarchiReplace NAME_MAX with PATH_MAX for module aliases
2012-01-04  Dave Reisnerlibkmod: Fix casing in error output
2012-01-04  Lucas De Marchifile: take a weakref to ctx
2011-12-31  Lucas De MarchiDo not call exported function for mod->name
2011-12-31  Lucas De MarchiMove function to the right place
2011-12-30  Lucas De MarchiIgnore "already loaded" error in module_probe_insert_mo...
2011-12-30  Lucas De MarchiUse errno instead of return value of init_module()
2011-12-27  Lucas De MarchiMove util functions to libkmod-util.c
2011-12-27  Lucas De MarchiLog paths if kmod_module_new_from_path() failed
2011-12-27  Lucas De MarchiAdd implementation of modprobe's insertion
2011-12-27  Lucas De MarchiDo not cache softdeps list
2011-12-27  Lucas De MarchiAllow to internally get dependencies without copying...
2011-12-26  Lucas De MarchiReverse order of dependency list
2011-12-24  Lucas De MarchiMerge branch 'master' of git://dev.medozas.de/libkmod
2011-12-24  Lucas De MarchiMerge branch 'master' of git://dev.medozas.de/libkmod
2011-12-24  Gustavo Sverzut... elf: implement kmod_module_get_dependency_symbols()
2011-12-24  Gustavo Sverzut... elf: add get_symbols()
2011-12-21  Lucas De MarchiChange error message to reflect reality
2011-12-21  Lucas De MarchiUpdate doc to reflect function behavior
2011-12-21  Luis Felipe Strano... Testing for return of alias_normalize.
2011-12-20  Gustavo Sverzut... kmod_module_new_*: improve debugging.
2011-12-19  Gustavo Sverzut... ELF: initial support for modinfo and strip of modversio...
2011-12-18  Lucas De MarchiFix wrong name len when converting path to modname
2011-12-17  Gustavo Sverzut... compatibility: match commands using fnmatch() instead...
2011-12-17  Gustavo Sverzut... implement softdeps.
2011-12-17  Gustavo Sverzut... implement zlib module loading.
2011-12-17  Lucas De MarchiLookup for commands in kmod_module_new_from_lookup()
2011-12-17  Lucas De Marchikmod_module: do not find more than the first command
2011-12-17  Cristian RodríguezOpen more file descriptors with O_CLOEXEC
2011-12-16  Cristian RodríguezLibrary must use O_CLOEXEC whenever it opens file descr...
2011-12-15  Lucas De MarchiRemove module from hash when it's gone
2011-12-15  Lucas De MarchiAdd safety NULL checks in exported functions
2011-12-15  Lucas De MarchiFix changing hash key after module is inserted in hash
2011-12-15  Lucas De MarchiFix docs with wrong function names
2011-12-14  Lucas De Marchikmod_module: use 'modname/aliasname' as key for hash
2011-12-14  Lucas De MarchiUse malloc + memset instead of calloc
2011-12-14  Lucas De Marchikmod_module: move function to the right section
2011-12-14  Lucas De Marchikmod_module: fix log message upon module removal
2011-12-14  Lucas De Marchikmod_module: add missing documentation
2011-12-13  Lucas De Marchikmod_module: make get_options() search for alias names too
2011-12-13  Lucas De MarchiAdd private function kmod_module_new_from_alias()
2011-12-13  Lucas De Marchikmod_module: use pointer instead of vector for its...
2011-12-13  Lucas De MarchiUse alias_normalize() instead of modname_normalize()
2011-12-13  Lucas De MarchiFix check for NULL variable
2011-12-12  Gustavo Sverzut... handle case where modname was not detected.
2011-12-12  Lucas De MarchiChange licenses
2011-12-12  Lucas De MarchiRemove warnings: ‘err’ may be used uninitialized in...
2011-12-12  Lucas De MarchiRemove leftover comment
2011-12-12  Lucas De MarchiRemove libkmod-loaded.c and re-order functions in libkm...
2011-12-12  Lucas De Marchicoding style: be consistent with blank lines
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... add missing newline to log messages.
2011-12-11  Gustavo Sverzut... be less verbose on initstate for unexistent modules.
2011-12-11  Gustavo Sverzut... insmod: allows providing option to module.
2011-12-11  Gustavo Sverzut... always normalize user-given alias.
2011-12-11  Gustavo Sverzut... export module's options and commands.
2011-12-11  Gustavo Sverzut... parse_depline may be called from libkmod.c
2011-12-08  Gustavo Sverzut... fix path handling at dependencies parsing.
next