]> git.ipfire.org Git - thirdparty/kmod.git/history - libkmod/libkmod-module.c
ci: move compression variants further down
[thirdparty/kmod.git] / libkmod / libkmod-module.c
2025-06-11  Emil Velikovlibkmod: don't use %m on read_str_ulong() failure
2025-06-11  Emil Velikovlibkmod: explicitly return ENOMEM on kmod_module_*_new...
2025-06-11  Emil Velikovlibkmod: add TODO for module hashkey handling
2025-05-30  Tobias Stoeckmanncheck strtol/strtoul/strtoull results
2025-05-29  Emil Velikovlibkmod: use strlen() for string literals
2025-05-20  Emil Velikovlibkmod: update remaining function to return the error...
2025-05-20  Emil Velikovlibkmod: return the errno from kmod_elf_strip()
2025-05-20  Emil VelikovUse %m over strerror(errno) where possible
2025-05-20  Emil Velikovlibkmod: fixup kmod_module_get_initstate() error reporting
2025-05-17  Yuntao Wanglibkmod: Fix dependency count in kmod_module_parse_depl...
2025-05-09  Emil VelikovUse sizeof() over PATH_MAX for bounds handling
2025-03-07  Tobias Stoeckmannshared: let strbuf_str never fail
2025-03-07  Tobias Stoeckmannlibkmod: refactor kmod_module_hex_to_str
2025-02-27  Lucas De Marchilibkmod: Fix UB for non-existent keys
2024-12-06  Lucas De MarchiAdd TAKE_PTR()
2024-11-21  Tobias Stoeckmannlibkmod: Prevent ouf of boundary access
2024-11-21  Tobias Stoeckmannlibkmod: Propagate hash_add errors
2024-11-17  Lucas De Marchistrbuf: Invalidate (only) when stolen
2024-11-15  Tobias Stoeckmannlibkmod: Introduce kmod_list_release
2024-11-15  Emil Velikovlibkmod: rename kmod_elf_get_strings()
2024-11-12  Tobias Stoeckmannlibkmod: Fix overflow in kmod_module_hex_to_str
2024-11-12  Lucas De Marchitree-wide: Sprinkle _clang_suppress_alloc_
2024-11-07  Tobias Stoeckmannlibkmod: Prevent ouf of boundary access
2024-10-29  Tobias Stoeckmannlibkmod: Unify kmod_module_new_from_* functions
2024-10-29  Tobias Stoeckmannlibkmod: Clean up all dependencies on error path
2024-10-29  Tobias Stoeckmannlibkmod: Clarify function signature
2024-10-29  Tobias Stoeckmannlibkmod: Simplify module dependency parsing
2024-10-29  Tobias Stoeckmannlibkmod: Reduce code duplication
2024-10-18  Tobias Stoeckmannlibkmod: Fail if ELF cannot be stripped
2024-10-17  Tobias Stoeckmannlibkmod: Remove elf->changed
2024-10-09  Emil Velikovlibkmod: unref in kmod_module_new_from_path() error...
2024-10-01  Tobias Stoeckmannlibkmod: Avoid redundant kmod_pool_get_module call
2024-09-24  Emil Velikovlibkmod: mass convert with clang-format
2024-09-09  Emil Velikovlibkmod: guard some functions with clang-format off
2024-09-09  Emil Velikovlibkmod: remove the "Ugly assignment + check."
2024-09-09  Emil Velikovlibkmod: module_is_blacklisted takes a const mod
2024-09-07  Emil Velikovlibkmod: introduce and use _nonnull_all_ decoration
2024-09-06  Emil Velikovlibkmod/docs: move libkmod-loaded section to the header
2024-09-06  Emil Velikovlibkmod/docs: move libkmod-module section to the header
2024-08-23  Emil Velikovbuild: remove linux/module.h check
2024-08-16  Emil VelikovAddress all codespell (flagged) typos
2024-08-16  Tobias StoeckmannFix 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-05-09  Jose Ignacio Torno... libkmod: add weak dependecies
2024-04-30  Emil Velikovlibkmod: move kmod_file_load_contents as applicable
2024-04-30  Emil Velikovlibkmod: propagate {zstd,xz,zlib}_load errors
2023-06-20  Lucas De Marchilibkmod: Use kernel decompression when available
2023-06-09  Lucas De Marchilibkmod: Extract finit_module vs init_module paths
2023-06-09  Lucas De Marchilibkmod: Do not inititialize file->memory on open
2023-05-30  Dmitry Antipovlibkmod: fix possible out-of-bounds memory access
2023-02-22  Emil Velikovlibkmod: remove unused kmod_module_get_builtin
2023-02-09  Emil Velikovtreewide: add some static const notations
2022-06-27  Lucas De Marchilibkmod: Allow to ignore log message on module removal
2022-02-23  Lucas De Marchilibkmod: Fix use of sizeof instead of ARRAY_SIZE
2022-02-21  Lucas De Marchilibkmod: Add lookup from module name
2022-02-21  Lucas De Marchilibkmod: Update docs about indexes order
2022-02-21  Lucas De Marchilibkmod: Add helper function to iterate lookup options
2022-02-21  Lucas De Marchilibkmod-module: Fix return code for kmod_module_new_fro...
2022-02-12  Lucas De Marchilibkmod: Prefer builtin index over builtin.alias
2022-01-20  Michal Suchaneklibkmod: Set builtin to no when module is created from...
2021-06-09  Yauheni Kaliutalibkmod-module: check "new_from_name" return value...
2021-05-11  Lucas De MarchiFix return value doc for kmod_module_get_info()
2020-03-23  Lucas De Marchilibkmod: simplify lookup when builtin.modinfo.bin file...
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
next