]> git.ipfire.org Git - thirdparty/kmod.git/shortlog
thirdparty/kmod.git
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()
2025-05-20  Emil Velikovlibkmod: return the errno from kmod_elf_strip()
2025-05-20  Emil Velikovlibkmod: remove getdelim() buffer null check
2025-05-20  Emil Velikovlibkmod: don't set errno in strbuf_to_vector()
2025-05-20  Emil Velikovtestsuite/init-module: error out init_module() on kmod...
2025-05-20  Emil Velikovlibkmod: return the errno from kmod_builtin_info_init()
2025-05-20  Emil Velikovtools/modinfo: return the errno from add_param()
2025-05-20  Emil Velikovlibkmod: don't reset errno in kmod_file_load_zlib()
2025-05-20  Emil Velikovshared: don't reset errno in read_str_{u,}long()
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-17  dependabot... ci: bump the all-actions group with 2 updates
2025-05-17  Emil Velikovci: install curl in Ubuntu container
2025-05-09  Emil Velikovshared: rework fd_lookup_path() helper
2025-05-09  Emil Velikovshared: remove unreachable snprintf error case
2025-05-09  Emil VelikovUse sizeof() over PATH_MAX for bounds handling
2025-05-09  Emil VelikovUse sizeof() over PATH_MAX in snprintf() contexts
2025-05-09  Rong Taoinsmod: Support --force-{vermagic,modversion} arguments
2025-05-05  Dawid Osuchowskitestsuite: fix dirty rootfs error message
2025-05-05  Rong Taomodprobe: Fix typo
2025-04-07  dependabot... ci: bump github/codeql-action in the all-actions group
2025-04-07  Lucas De Marchidepmod: Fix possible 0 return on error
2025-04-06  Lucas De Marchitmpfile-util: Drop libgen.h
2025-04-03  Wang, Wenjie2depmod: add tmpfile-util to generate temporary file
2025-04-01  Lucas De MarchiDrop leftover makefiles
2025-04-01  Emil Velikovmodprobe: s|<MSEC>|MSEC|
2025-04-01  Emil Velikovtestsuite/test-multi-softdep: style polish
2025-04-01  Emil Velikovtestsuite: remove #define pr_fmt
2025-03-28  He DanRemove the softdep modinfo in the modules mod-softdep...
2025-03-28  Gongjun SongAdded the test case of using multiple softdep for a...
2025-03-28  Yannick Le... tools/rmmod: fix garbled error message
2025-03-26  Tobias Stoeckmannlibkmod: fix buffer-overflow in weakdep_to_char
2025-03-26  Tobias StoeckmannREADME: remove autotools instruction
2025-03-25  Emil Velikovmeson: alpha sort the tests(uite)
2025-03-25  Emil Velikovci/main: alpha sort distributions/variants
2025-03-25  Emil Velikovtools: use space for long opts
2025-03-25  Jakub Ślepeckilibkmod: fix buffer-overflow in weakdep_to_char
2025-03-25  Lucas De Marchitestsuite: Add modprobe -c test for weakdep
next