]> git.ipfire.org Git - thirdparty/kmod.git/history - libkmod/libkmod-module.c
libkmod: Handle long lines in /proc/modules
[thirdparty/kmod.git] / libkmod / libkmod-module.c
2016-06-21  Michal Mareklibkmod: Handle long lines in /proc/modules
2016-05-21  Peter Wukmod_module_get_refcnt: fix documentation
2015-06-13  Lucas De Marchilibkmod-module: fix return code in error path
2015-02-28  Harish Jenny K NFix race while loading modules
2015-01-26  Lucas De MarchiFix uninitialized warning
2014-12-26  Lucas De MarchiRemove FSF mailing address
2014-10-03  Lucas De MarchiReorder and reorganize header files
2014-10-03  Lucas De MarchiMove generic util functions to shared directory
2014-06-19  Cristian RodríguezAdd missing O_CLOEXEC in kmod_module_get_size()
2014-05-14  Leandro PereiraClose /sys/module/$NAME directory if opening /proc...
2014-05-14  Leandro PereiraFree abspath if kmod_module_new_from_path() fails.
2014-04-01  Michal Mareklibkmod: Ignore errors from softdeps
2014-03-05  Michal Mareklibkmod-module: Simplify kmod_module_insert_module()
2014-01-21  Lucas De MarchiRemove duplicate includes
2013-11-18  Lucas De Marchimodule: use _cleanup_free and remove useless call to...
2013-09-20  Lucas De Marchilibkmod: always pass O_NONBLOCK to kernel
2013-08-29  Lucas De MarchiFix usage of readdir_r()
2013-07-04  Lucas De MarchiUse "-internal" suffix instead of "-private"
2013-05-04  Chengwei YangAdd document for exported enums
2013-05-04  Chengwei YangSeveral minor fixes for documentation
2013-04-24  Lucas De Marchilibkmod-module: Don't pass NULL ctx to kmod_log
2013-04-24  Lucas De Marchilibkmod-module: Don't pass NULL pointer to memcpy
2013-04-09  Lucas De Marchilibkmod: Move finit_module() definition to missing.h
2013-04-09  Lucas De Marchilibkmod: Add missing definitions
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
next