]> git.ipfire.org Git - thirdparty/kmod.git/history - libkmod/libkmod.c
ci: move compression variants further down
[thirdparty/kmod.git] / libkmod / libkmod.c
2025-05-30  Tobias Stoeckmanncheck strtol/strtoul/strtoull results
2025-05-29  Emil Velikovlibkmod: reuse strstartswith() whenever possible
2024-11-21  Tobias Stoeckmannlibkmod: Propagate hash_add errors
2024-11-15  Tobias Stoeckmannlibkmod: Release memory on error paths
2024-11-12  Lucas De Marchilibkmod: Simplify lookup_builtin_file()
2024-11-07  Emil Velikovlibkmod: return bool from lookup_builtin_file()
2024-11-07  Emil Velikovlibkmod: factor out index_{mm_,}search based lookup
2024-11-07  Emil Velikovlibkmod: pass bool alias_prefix to index_{,mm_}dump()
2024-10-17  Emil VelikovAlways define and use ENABLE_DEBUG
2024-10-17  Emil Velikovlibkmod: always include priority in log messages
2024-10-09  Emil Velikovlibkmod: silence autological compare warning
2024-09-24  Emil Velikovlibkmod: mass convert with clang-format
2024-09-09  Emil Velikovlibkmod: reformat and clang-format off arrays
2024-09-07  Emil Velikovlibkmod: add trailing comma for multi-line arrays
2024-09-06  Emil Velikovlibkmod/docs: move libkmod(-core) section to the header
2024-09-06  Tobias Stoeckmannlibkmod: check for NULL in kmod_get_dirname
2024-08-17  Tobias StoeckmannVerify absolute path creation
2024-08-16  Emil VelikovAddress all codespell (flagged) typos
2024-07-26  Lucas De MarchiDrop the one line short description on sources
2024-07-26  Lucas De MarchiUse SPDX header for license
2024-07-20  Emil Velikovlibkmod: document KMOD_INDEX_MODULES_BUILTIN_ALIAS...
2023-12-06  Michal Suchaneklibkmod, depmod, modprobe: Make directory for kernel...
2023-10-17  Michal Suchaneklibkmod, depmod: Load modprobe.d, depmod.d from ${prefi...
2023-06-20  Lucas De Marchilibkmod: Use kernel decompression when available
2023-06-09  Lucas De Marchilibkmod: Keep track of in-kernel compression support
2023-02-09  Emil Velikovtreewide: add some static const notations
2021-01-19  Lucas De MarchiSupport /usr/local for configuration files
2021-01-19  Lucas De Marchilibkmod: Fix documentation on config precedence order
2020-03-23  Lucas De Marchilibkmod: allow modules.alias.builtin to be optional
2020-03-23  Lucas De Marchilibkmod: fix return error when opening index
2020-03-23  Lucas De Marchilibkmod: simplify lookup when builtin.modinfo.bin file...
2019-12-19  Alexey GladkovLookup aliases in the modules.builtin.modinfo
2015-09-30  Lucas De Marchilibkmod: export new kmod_get_dirname() function
2015-02-28  Harish Jenny K NFix race while loading modules
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 hash implementation to shared directory
2014-10-03  Lucas De MarchiMove generic util functions to shared directory
2014-05-14  Leandro PereiraFree realnames if kmod_lookup_alias_from_alias_bin...
2014-04-01  Michal Mareklibkmod: Ignore errors from softdeps
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-21  Lucas De MarchiAdd format attribute and fix issues
2013-04-04  Cristian Rodríguezlibkmod: Use secure_getenv if available
2013-01-16  Lucas De MarchiUpdate copyright notices
2012-10-02  Dave Reisnerbuild-sys: Remove --with-rootprefix option
2012-06-12  Lucas De Marchilibkmod-config: refactor functions to get config
2012-05-10  Lucas De MarchiRevert "libkmod: make sure to export kmod_log"
2012-04-23  Mike Frysingerlibkmod: make sure to export kmod_log
2012-03-15  Lucas De Marchiconfig: use order /etc, /run, /lib
2012-03-02  Lucas De Marchilibkmod-index: do not pre-populate mmap
2012-02-27  Lucas De Marchilibkmod-module: fill builtin's name
2012-02-17  Lucas De MarchiDowngrade log level when modules.dep{,.bin} don't exist
2012-02-16  Lucas De Marchikmod-module: lookup: search modules.builtin file too
2012-02-01  Gustavo Sverzut... improve logging to mention context.
2012-02-01  Gustavo Sverzut... improve log when debugging.
2012-01-30  Lucas De Marchilibkmod-module: add visited field
2012-01-17  Lucas De MarchiCheck if struct stat has mtim member
2012-01-17  Lucas De Marchimodprobe: flush stdout before dumping indexes
2012-01-16  Lucas De MarchiAdd doc to kmod_dump_index
2012-01-16  Lucas De Marchilibkmod: dump index files
2012-01-16  Lucas De Marchilibkmod: export enum kmod_index and rename members
2012-01-16  Lucas De Marchilibkmod: store prefix of each index
2012-01-14  Lucas De MarchiUpdate documentation with recent changes
2012-01-14  Lucas De Marchikmod_new(): deal with relative paths for dirname
2012-01-13  Lucas De Marchilibkmod-private: allow to get aliases from config
2012-01-09  Lucas De Marchidoc: fix order of param descriptions
2012-01-09  Lucas De Marchidoc: fix comments format
2012-01-09  Lucas De MarchiUpdate copyright
2012-01-04  Lucas De MarchiAdd missing doc for function argument
2012-01-04  Dave Reisnerlibkmod: Fix casing in error output
2012-01-01  Lucas De MarchiAdd call to check if resources are valid
2012-01-01  Lucas De Marchiindex: save timestamp of each loaded index
2011-12-31  Lucas De MarchiUse last enum value instead of ARRAY_SIZE
2011-12-31  Lucas De MarchiMove function to the right place
2011-12-28  Lucas De MarchiMove libkmod-util.c to convenience util lib
2011-12-27  Lucas De MarchiRemove kmod_ prefix from hash implementation
2011-12-27  Lucas De MarchiAdd functions to get ctx blacklists
2011-12-20  Kay Sieversintroduce --with-rootprefix=DIR
2011-12-20  Lucas De MarchiFix check for opened indexes
2011-12-17  Gustavo Sverzut... implement softdeps.
2011-12-17  Lucas De MarchiLookup for commands in kmod_module_new_from_lookup()
2011-12-15  Ulisses Furquimtrivial: fix typo causing an infinite loop
2011-12-15  Lucas De MarchiFix changing hash key after module is inserted in hash
2011-12-14  Lucas De MarchiSimplify kmod_load_resources()
2011-12-14  Lucas De MarchiLog and break early if index is already open
2011-12-14  Lucas De MarchiUpdate documentation
2011-12-13  Lucas De MarchiRemove function kmod_resolve_alias_options()
2011-12-13  Lucas De MarchiCreate module by alias name where appropriate
2011-12-13  Lucas De MarchiReturn early on lookup error
2011-12-13  Lucas De MarchiUse alias_normalize() instead of modname_normalize()
2011-12-12  Lucas De MarchiChange licenses
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... API-BREAK: kmod_new() takes a second parameter for...
2011-12-11  Gustavo Sverzut... add missing newline to log messages.
2011-12-11  Gustavo Sverzut... always normalize user-given alias.
2011-12-11  Gustavo Sverzut... export module's options and commands.
2011-12-11  Lucas De Marchikmod: Add documentation and format comments
next