gitignore: ignore release files
[platform/upstream/kmod.git] / libkmod / libkmod-module.c
2019-12-30 Topi Miettinenlibkmod-module: convert return value from system()...
2019-12-19 Alexey Gladkovmodinfo: Show information about built-in modules
2019-12-19 Alexey GladkovLookup aliases in the modules.builtin.modinfo
2019-12-19 Alexey Gladkovlibkmod: Add function to get list of built-in modules
2019-02-04 Yauheni Kaliutalibkmod-signature: implement pkcs7 parsing with openssl
2018-11-16 Yauheni Kaliutasignature: do not report wrong data for pkc#7 signature
2018-04-05 Luca Brunolibkmod-module: check for NULL before accessing pointers
2017-04-11 Yauheni Kaliutalibkmod: modinfo: implement signature output
2017-04-11 Yauheni Kaliutalibkmod: modinfo: implement line splitting in hex_to_str
2017-04-11 Yauheni Kaliutalibkmod: modinfo: use own function for sig_key hex...
2017-04-11 Yauheni Kaliutalibkmod: modinfo: fix sig_id output
2017-02-16 Bartosz Golaszewskimodule: fix a memory leak
2016-06-27 Lucas De Marchilibkmod-module: modinfo: print signature id
2016-06-27 Lucas De Marchilibkmod-module: do not crash modinfo on 0 key id len
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.
next