]> git.ipfire.org Git - thirdparty/kmod.git/shortlog
thirdparty/kmod.git
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
2025-06-11  Emil Velikovclang-format: update attribute macros
2025-06-05  Emil Velikovci: fold gcc/clang combinations together
2025-06-05  Emil Velikovci: fold 32 and 64 bit jobs together
2025-06-05  Emil Velikovci: install and use bash across the board
2025-06-05  Emil Velikovci: use meson bla -C builddir/
2025-06-05  Emil Velikovscripts/sanitizer-env.sh: remove incorrect $CC quotes
2025-06-02  dependabot... ci: bump the all-actions group with 2 updates
2025-05-30  Emil Velikovtools/depmod: use nsec granularity when checking timestamps
2025-05-30  Emil VelikovRemove dietlibc stat::st_mtim workaround
2025-05-30  Emil VelikovREADME: update C runtime library section
2025-05-30  Emil VelikovREADME: explicitly document compiler requirements
2025-05-30  Emil Velikovscripts/setup-modules.sh: remove autotools w/a
2025-05-30  Emil VelikovConvert most #ifdef HAVE_FOO checks to #if HAVE_FOO
2025-05-30  Tobias Stoeckmanncheck strtol/strtoul/strtoull results
2025-05-30  Emil VelikovRemove default initializer for static variables
2025-05-30  Emil Velikovlibkmod: s/* const/*const/ style nitpick
2025-05-30  Emil Velikovtools: move a few more symbols to data.rel.ro
2025-05-30  Emil Velikovshared: declare DECLARE_(DL,PTR)SYM as static
2025-05-30  Emil Velikovtools/depmod: remove set but unused timeval
2025-05-29  Emil Velikovtestsuite/path: defer and inline get_rootpath()
2025-05-29  Emil Velikovtestsuite/path: defer dlsym() until needed
2025-05-29  Emil Velikovtestsuite/path: cache the old dlsym() results
2025-05-29  Emil Velikovtestsuite: fprintf() + abort() when dlsym() returns...
2025-05-29  Emil Velikovtestsuite: always use dlsym(RTLD_NEXT, ...)
2025-05-29  Emil Velikovlibkmod: use strstartswith() over memcmp()
2025-05-29  Emil Velikovtools: use strlen() for string literals
2025-05-29  Emil Velikovshared: use strlen() for string literals
2025-05-29  Emil Velikovlibkmod: use strlen() for string literals
2025-05-29  Emil Velikovlibkmod: reuse streq/strstartswith() whenever possible
2025-05-29  Emil Velikovlibkmod: reuse strstartswith() whenever possible
2025-05-29  Emil Velikovtestsuite: reuse streq() whenever possible
2025-05-29  Emil Velikovmeson: disable Wdeclaration-after-statement
2025-05-29  Emil Velikovmeson: alpha sort -Wno section
2025-05-20  Rong Taotestsuite: modprobe: Add --force-{vermagic,modversion...
2025-05-20  Emil Velikovlibkmod: update remaining function to return the error...
2025-05-20  Emil Velikovlibkmod: return the errno from kmod_elf_new()
2025-05-20  Emil Velikovlibkmod: kmod_file_get_contents() returns constant...
2025-05-20  Emil Velikovlibkmod: enforce non-null memory in kmod_elf_new()
next