]> git.ipfire.org Git - thirdparty/kmod.git/shortlog
thirdparty/kmod.git
2026-02-03  Emil VelikovCODING-STYLE.md: convert to markdown
2026-02-03  Emil VelikovCONTRIBUTING.md: less "you", use calmer style
2026-02-03  Emil VelikovCONTRIBUTING.md: mellow down bugs/regressions section
2026-02-03  Emil VelikovCONTRIBUTING.md: some shell completions have landed
2026-02-03  Emil VelikovCONTRIBUTING.md: embed the DCO
2026-02-03  Emil VelikovUse the SPDX `-or-later` license throughout
2026-02-03  Emil Velikovman: remove outdated COPYRIGHT section
2026-02-03  Emil Velikovman: de-duplicate AUTHOR/BUGS sections
2026-02-03  Emil Velikovscripts/build-scdoc.sh: stop using cat
2026-02-03  Emil Velikov.gitignore: remove majority of listings
2026-02-03  Emil Velikovtestsuite: swap empty .gitignore for .gitkeep
2026-02-03  Emil Velikovmeson: reuse f strings where possible
2026-02-03  Emil Velikovman: remove manual .so links
2026-02-03  Emil Velikovmeson: use identical ln arguments internally
2026-02-03  Emil Velikovmeson: wrap the whole tools section inside an if block
2026-02-03  Emil Velikovmeson: remove default install:false for static libs
2026-02-03  Emil Velikovmeson: remove build_by_default instances in man/
2026-02-03  Emil Velikovman: underline the module/file name in modinfo(8)
2026-02-03  Emil Velikovman: remove inconsistent ellipsis
2026-02-03  Emil Velikovrmmod: s/list of modulenames/modulenames/
2026-02-03  Ricardo Brancoman: drop optional qualifiers for file/modulename
2026-02-03  Jan Stancekmodprobe: don't attempt to remove an already removed...
2026-02-03  Tobias Stoeckmannshared: Use uint8_t in hash_superfast
2026-01-16  Tobias Stoeckmannbuild: Fix license specification
2026-01-16  dependabot... ci: bump the all-actions group across 1 directory with...
2026-01-16  Lucas De Marchici: Fix alpine setup
2025-10-27  Emil Velikovci: swap bullseye for bookworm
2025-07-14  Lucas De Marchitestsuite: Fix build with gcc < 15
2025-07-11  Lucas De Marchitestsuite: simplify syscall number handling
2025-07-11  Andreas Schwabtestsuite/init_module: Handle __NR_riscv_hwprobe in...
2025-07-08  Emil Velikovtestsuite: consolidate final exit() call
2025-07-08  Emil Velikovtestsuite: fixup argument handling
2025-07-08  Emil Velikovtestsuite: remove struct test alignment
2025-07-08  Emil VelikovRemove _always_inline_ attribute
2025-07-08  Emil VelikovGlobally silence all Wattribute warnings
2025-07-07  Lucas De Marchitestsuite: Fix build warning on kernel 6.15
2025-07-07  Lucas De Marchici: Use KDIR=any
2025-07-07  Lucas De Marchitestsuite: Handle KDIR=any
2025-07-07  Tobias Stoeckmannutil: Use local variable in get_backoff_delta_msec
2025-07-07  Tobias Stoeckmannmodprobe: return error on timeout
2025-07-07  Emil Velikovtestsuite: add test for get_backoff_delta_msec
2025-07-07  Tobias Stoeckmannutil: check for overflow in get_backoff_delta_msec
2025-07-07  Tobias Stoeckmannutil: fix endless loop in get_backoff_delta_msec
2025-06-27  Emil Velikovci: move compression variants further down
2025-06-27  Emil Velikovci: remove default options from Debian/bullseye build
2025-06-27  Emil Velikovci: 'temporary' disable sanitizers for 32bit builds
2025-06-27  Emil VelikovCONTRIBUTING.md: make it common markdown compatible
2025-06-27  Emil VelikovREADME.md: make it common markdown compatible
2025-06-27  Emil Velikovtestsuite/test-modprobe: reinstate chdir error path
2025-06-27  Tobias Stoeckmannlibkmod/README: fix grammar
2025-06-16  Emil Velikovtestsuite: remove exit() calls from main()
2025-06-16  Emil Velikovtestsuite: always exit() from the child process
2025-06-16  Emil Velikovtestsuite: remove remaining exit/noreturn instances
2025-06-16  Emil Velikovtestsuite: remove exit from EXEC_TOOL tests
2025-06-16  Emil Velikovtestsuite: introduce and use EXEC_TOOL() macro
2025-06-16  Emil Velikovtestsuite/test-remove: plug memory leaks in success...
2025-06-16  Emil Velikovtestsuite/test-init: plug memory leaks in success path
2025-06-16  Emil Velikovtestsuite: use ARRAY_SIZE() for iteration
2025-06-16  Emil Velikovtestsuite: static const annotate the remaining test...
2025-06-16  Lucas De Marchitools/modprobe: --dry-run shouldn't need -v
2025-06-16  Lucas De Marchitools/modprobe: Fix odd --remove-holders behavior
2025-06-16  Lucas De Marchiman/modprobe.8: Remove needless **
2025-06-16  Emil Velikovci: remove Alpine -Ddocs=false WA
2025-06-13  Emil Velikovtools/modprobe: accept module name with --show-modversions
2025-06-13  Emil Velikovtestsuite/modprobe: add modprobe --show-exports modulename
2025-06-13  Emil Velikovtestsuite/modprobe: remove --quiet from --show-{depends...
2025-06-13  Emil Velikovtools/modprobe: accept module name with --show-exports
2025-06-13  Emil Velikovtools/modprobe: factor out module_new_from_any()
2025-06-13  Emil Velikovman/modprobe.8: document --show-exports
2025-06-13  Emil Velikovtools/modprobe: standardize on --show-foo, deprecate...
2025-06-13  Emil Velikovtools/modprobe: properly deprecate --remove-dependencies
2025-06-13  Emil Velikovman/modprobe.8: document --remove-holders
2025-06-11  Emil Velikovtools/static-nodes: don't use %m on mkdir_parents(...
2025-06-11  Emil Velikovtools/depmod: don't use %m on kmod_new() failure
2025-06-11  Emil Velikovtools/depmod: don't use %m on mkdir_p() failure
2025-06-11  Emil Velikovtools/depmod: explicitly return ENOMEM on hash_new...
2025-06-11  Emil Velikovtestsuite/test-{init,remove}: don't use %m with kmod API
2025-06-11  Emil Velikovlibkmod: don't use %m on read_str_ulong() failure
2025-06-11  Emil Velikovlibkmod: don't use %m on strbuf_to_vector() failure
2025-06-11  Emil Velikovlibkmod: readback errno before calling kmod_log()
2025-06-11  Emil Velikovlibkmod: explicitly return ENOMEM on kmod_module_*_new...
2025-06-11  Emil VelikovUse explicit ENOMEM when {m,re}alloc fails
2025-06-11  Emil Velikovlibkmod: return ENOMEM when strbuf_pushchar(s) fails
2025-06-11  Emil VelikovRemove unused errno.h include
2025-06-11  Emil Velikovtestsuite/test-util: add extra get_backoff_delta_msec...
2025-06-11  Emil Velikovshared/util: remove unused t0 in get_backoff_delta_msec()
2025-06-11  Emil Velikovtools/static-nodes: silence unused parameter warning
2025-06-11  Emil Velikovtools/modprobe: initialize msec variables as needed
2025-06-11  Emil Velikovtools/kmod: silence unused parameter warnings
2025-06-11  Emil Velikovtools/depmod: remove unused parameter struct depmod
2025-06-11  Emil Velikovtestsuite/test-hash: silence unused parameter warning
2025-06-11  Emil Velikovtestsuite/{init,delete}_module: add TODOs for args...
2025-06-11  Emil Velikovtestsuite/init_module: remove unused argument
2025-06-11  Emil Velikovtestsuite: remove unused parameters
2025-06-11  Emil Velikovtestsuite: remove unused struct test::print_outputs
2025-06-11  Emil Velikovtestsuite: stop passing struct test to the test itself
2025-06-11  Emil Velikovlibkmod: silence unused param warnings for kmod_file_lo...
2025-06-11  Emil Velikovlibkmod: add TODO for module hashkey handling
2025-06-11  Emil Velikovshared: properly __attribute__ all macros
2025-06-11  Emil Velikovshared/macro: avoid nesting macros where possible
next