]> git.ipfire.org Git - thirdparty/kmod.git/shortlog
thirdparty/kmod.git
2024-03-12  Mike GilbertInstall kmod.pc in ${datadir}/pkgconfig master
2024-03-07  Lucas De Marchibuild: Allow to install over dirty dir
2024-03-06  Lucas De Marchikmod 32 v32
2024-02-20  Emil VelikovRemove unmaintained experimental tools
2024-02-20  Emil Velikovman: silence autoconf warnings
2024-02-06  Emil Velikovmake: install/uninstall tools symlinks to kmod
2024-02-02  Emil Velikovconfigure: tweak the module_directory help string
2024-02-02  Lucas De Marchigitignore: Ignore *.pc files
2024-02-02  Lucas De Marchitestsuite: drop mkosi
2024-02-02  Lucas De Marchici: drop travis config
2024-02-02  Lucas De MarchiDrop python bindings
2023-12-06  Michal Suchanekconfigure: Check that provided paths are absolute
2023-12-06  Michal Suchaneklibkmod, depmod, modprobe: Make directory for kernel...
2023-11-07  Dimitri John... libkmod: remove pkcs7 obj_to_hash_algo()
2023-11-06  Sam Jamestools: depmod: fix -Walloc-size
2023-10-17  Michal Suchanekkmod: Add pkgconfig file with kmod compile time configu...
2023-10-17  Michal Suchaneklibkmod, depmod: Load modprobe.d, depmod.d from ${prefi...
2023-10-17  Michal Suchanekman/depmod.d: Fix incorrect /usr/lib search path
2023-10-17  Michal Suchanekconfigure: Detect openssl sm3 support
2023-09-29  Lucas De Marchikmod 31 v31
2023-09-28  Emil Velikovlibkmod: add fallback MODULE_INIT_COMPRESSED_FILE define
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-06-09  Lucas De Marchilibkmod: Keep track of compression type
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-31  Dmitry Antipovshared: avoid passing {NULL, 0} array to bsearch()
2023-05-30  Dmitry Antipovlibkmod: fix possible out-of-bounds memory access
2023-05-30  Dmitry Antipovlibkmod, depmod: prefer -ENODATA over -ENOENT if no...
2023-04-18  Nicolas Schiermodprobe: rmmod_do_module: Free kmod list of holders
2023-03-06  Fabrice Fontaineconfigure.ac: fix link with -llzma
2023-02-22  Emil Velikovconfigure: manage libkmod.pc.in and version.py.in via...
2023-02-22  Emil Velikovshared: annotate local API as static
2023-02-22  Emil Velikovlibkmod: annotate kmod_builtin_iter API as static
2023-02-22  Emil Velikovlibkmod: remove unused kmod_module_get_builtin
2023-02-10  Lucas De Marchitestsuite: Handle different sysconfdir
2023-02-10  Lucas De Marchitestsuite: Move setup-rootfs logic from Makefile to...
2023-02-09  Emil Velikovlibkmod: error out on unknown hash algorithm
2023-02-09  Emil Velikovtestsuite/depmod: use defines for the rootfs/lib_modules
2023-02-09  Emil Velikovtestsuite: add function declarations for __xstat family
2023-02-09  Emil Velikovtreewide: add some static const notations
2023-02-09  Emil Velikovdepmod: Introduce outdir option
2023-02-08  Yauheni Kaliutaman/rmmod: explain why modprobe -r is more useful
2023-01-14  Gustavo Sousamodprobe: Allow passing path to module
2023-01-14  Gustavo Sousamodprobe: Move insertion block into separate function
2023-01-14  Gustavo Sousatestsuite: Wrap chdir()
2022-12-26  Florian Weimerkmod: configure.ac: In _Noreturn check, include <stdlib...
2022-12-01  Adam Gołębiowskiautogen.sh: remove --with-rootprefix, it is gone since...
2022-10-03  Mikhail Novosyolovlibkmod: do not crash on unknown signature algorithm
2022-09-05  Julien Cristautestsuite: fix override of `stat` on 32-bit architectures
2022-06-30  Quentin Armitagemodprobe: Write error messages to syslog if stderr...
2022-06-30  Dimitri John... build: enable building & running tests from a subdir
2022-06-30  Jan Engelhardttestsuite: repair read of uninitialized memory
2022-06-30  Lucas De Marchikmod 30 v30
2022-06-30  HuaxinLulibkmod: Support SM3 hash algorithm
2022-06-29  Lucas De MarchiREADME: Update optional dependencies
2022-06-29  Lucas De MarchiKeep only one readme
2022-06-27  Lucas De Marchimodprobe: Add --wait
2022-06-27  Lucas De Marchitestsuite: Add tests for sleep calculation
2022-06-27  Lucas De Marchiutil: Add exponential backoff sleep
2022-06-27  Lucas De Marchiutil: Add msec variants for time-related functions
2022-06-27  Lucas De Marchiutil: Add time-related functions from testsuite
2022-06-27  Lucas De Marchimodule-playground: Add debugfs entry in mod-simple
2022-06-27  Lucas De Marchilibkmod: Allow to ignore log message on module removal
2022-06-27  Lucas De Marchimodprobe: Move -R to "Query options"
2022-06-27  Lucas De Marchimodprobe: re-use modname variable
2022-06-27  Lucas De Marchidepmod: Fix writing over array length
2022-04-07  Lucas De Marchimodprobe: Make rmmod_do_module() contain all the remova...
2022-04-07  Lucas De Marchimodprobe: move check for remove_holders to caller
2022-04-07  Lucas De Marchimodprobe: Fix holders removal
2022-04-04  Masahiro Yamadamodprobe: remove unneeded variable str_start
2022-04-04  Masahiro Yamadamodprobe: fix the NULL-termination of new_argv
2022-04-02  Saul Wolddepmod: Add support for excluding a directory
2022-04-02  Lucas De Marchimodprobe: Rename rmmod_do_deps_list
2022-03-03  Lucas De Marchidocs: Add missing functions to documentation
2022-02-23  Lucas De Marchilibkmod: Fix use of sizeof instead of ARRAY_SIZE
2022-02-21  Lucas De Marchimodinfo: Allow to force arg as module name
2022-02-21  Lucas De Marchimodinfo: Update help message with "modulename"
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 Marchigitignore: ignore gtk-doc.make
2022-02-21  Lucas De Marchilibkmod-module: Fix return code for kmod_module_new_fro...
2022-02-21  Lucas De Marchitest-initstate: Check for negative value on error
2022-02-12  Lucas De Marchidepmod: Stop opening modules.modinfo once per module
2022-02-12  Lucas De Marchidepmod: Do not duplicate builtin index
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-09-23  Luis Chamberlainlibkmod: add a library notice log level print
2021-06-09  Yauheni Kaliutalibkmod-module: check "new_from_name" return value...
2021-05-20  Lucas De Marchikmod 29 v29
2021-05-11  Lucas De Marchitestsuite: update gitignore
2021-05-11  Lucas De Marchidepmod: fix modules.builtin.alias.bin output
2021-05-11  Lucas De MarchiFix return value doc for kmod_module_get_info()
2021-04-17  Seung-Woo Kimlibkmod: fix possible double free with wrong modules...
2021-04-17  Seung-Woo Kimlibkmod: fix an overflow with wrong modules.builtin...
2021-04-17  Lucas De Marchigitignore: ignore .mbx and .cover for b4 integration
2021-04-09  Seung-Woo Kimlibkmod-config: fix a memory leak when kmod_list_append...
2021-03-10  Lucas De Marchilibkmod-config: more chars allowed as space
2021-02-15  Lucas De Marchitest-modprobe: share single function for kcmdline tests
next