]> git.ipfire.org Git - thirdparty/kmod.git/shortlog
thirdparty/kmod.git
2025-03-07  Tobias Stoeckmannlibkmod: refactor kmod_module_hex_to_str
2025-03-07  Tobias Stoeckmanndepmod: use stack strbuf where possible
2025-03-07  Tobias Stoeckmannlibkmod: use stack strbuf for index processing
2025-03-07  Tobias Stoeckmannlibkmod: release memory on builtin error path
2025-03-07  Tobias Stoeckmannmodinfo: reduce amount of continue statements
2025-03-07  Gongjun Songtestsuite: Improve fake_delete behavior
2025-03-05  Lucas De Marchici: Test with different moduledir
2025-03-05  Lucas De Marchimeson: Show compiler and linker in summary
2025-03-05  Lucas De Marchici: Add pipeline to test linking with lld
2025-03-04  Lucas De Marchici: Switch most builds to 64b
2025-03-04  Lucas De Marchici: Fix 32b build ignoring options
2025-03-04  Lucas De Marchici: s/multilib/x32/
2025-03-04  Lucas De Marchici: Test with Debian bullseye
2025-03-04  Lucas De Marchici: Drop container object
2025-03-04  Lucas De Marchici: Use include to completly specify the matrix
2025-03-04  Lucas De Marchibuild: Drop autotools
2025-03-04  Lucas De Marchici: Remove autotools dependencies from containers
2025-03-04  Lucas De Marchici: Drop autotools builds
2025-03-04  Hendrik Donnermeson: Fix setting an absolute customdir
2025-03-04  Hendrik Donnermeson: Use short options for ln everywhere
2025-02-27  Lucas De Marchilibkmod: Fix UB for non-existent keys
2025-02-26  Lucas De Marchimeson: Fix build with glibc 2.31
2025-02-26  Tobias Stoeckmannbuild: support missing gtkdocize in releases
2025-02-24  Tobias Stoeckmannci: add pahole for Debian unstable
2025-02-21  Jan EngelhardtNEWS: ditch mention of libxz.so
2025-02-21  Lucas De Marchikmod 34 v34
2025-02-21  Lucas De Marchibuild: Run autogen.sh for autotools compatibility
2025-02-21  Lucas De Marchibuild: Drop NEWS-checking from autotools
2025-02-21  Tobias Stoeckmannkmod: use program_invocation_short_name more often
2025-02-21  Tobias Stoeckmannstatic-nodes: unify return statements
2025-02-21  Tobias Stoeckmannmodprobe: unify help output
2025-02-21  Tobias Stoeckmannman: add -h explanation to modinfo.8
2025-02-21  Tobias Stoeckmannman: use = for long options
2025-02-18  Tobias Stoeckmannstatic-nodes: do not open /dev/stdout explicitly
2025-02-18  Tobias Stoeckmannlibkmod: Check correct ELF header size
2025-02-18  Tobias Stoeckmannlog: fix style
2025-02-18  Tobias Stoeckmannmodprobe: reduce visibility of use_syslog
2025-02-18  Tobias Stoeckmanntools: use bool instead of int for log_open
2025-02-15  Lucas De Marchistrbuf: Remove alloca.h include
2025-01-27  Lucas De Marchici: Stop using ubuntu-latest
2025-01-06  Lucas De Marchitestsuite: Assert a test binary is non-empty
2025-01-06  Lucas De Marchiclang-format: Add new attribute macros
2025-01-04  Lucas De Marchitestsuite: Remove trailing ;
2025-01-04  Lucas De Marchishared/macro: Add _alignedptr_
2025-01-04  Lucas De Marchishared/macro: Add macros for more attributes
2025-01-04  Lucas De Marchitestsuite: Fix build when linking with lld
2025-01-03  Grayson Noceratools: specify buffer to be size PATH_MAX
2025-01-02  Tobias Stoeckmannstrbuf: Extend strbuf_reserve_extra size check
2025-01-02  Tobias Stoeckmannlibkmod: Use correct data types for ELF arithmetic
2024-12-22  Tobias Stoeckmannlsmod: Simplify code
2024-12-06  Lucas De Marchici: Add 2 more pipelines to the matrix
2024-12-06  Lucas De Marchici: Add configure tests for dlopen
2024-12-06  Lucas De Marchici: Fix fail due to existent build dir
2024-12-06  Lucas De Marchilibkmod: Add ELF notes to compression libraries
2024-12-06  Lucas De Marchimeson: Allow to set dlopen option for compression libraries
2024-12-06  Lucas De Marchimeson: Let openssl option follow same logic as compression
2024-12-06  Lucas De Marchimeson: Simplify compression handling
2024-12-06  Lucas De Marchibuild: Always define ENABLE_* macros
2024-12-06  Lucas De Marchilibkmod/zstd: Allow to load libzstd.so on demand
2024-12-06  Lucas De Marchilibkmod/zstd: Do not re-use size_t for ret
2024-12-06  Lucas De Marchilibkmod/zlib: Allow to load libz.so on demand
2024-12-06  Lucas De Marchilibkmod/zlib: s/err/ret/ for consistency
2024-12-06  Lucas De Marchilibkmod/xz: Allow to load liblzma.so on demand
2024-12-06  Lucas De Marchiutil: Add dlfcn helpers
2024-12-06  Lucas De MarchiAdd TAKE_PTR()
2024-12-04  Tobias Stoeckmanntools: Unify help messages
2024-11-29  Emil Velikovtestsuite/test-weakdep: remove custom handling
2024-11-29  Martin Wilcklibkmod: hash_new(): always use a step size of at least 4
2024-11-29  Martin Wilcklibkmod: strbuf_pushchars: handle pushing empty string...
2024-11-29  Martin Wilcktestsuite: test_strbuf_pushmem: test pushing 0 bytes...
2024-11-29  Martin Wilcklibkmod: hash_del: handle deleting a non-existing eleme...
2024-11-29  Martin Wilcktestsuite: test-hash: add a test for deleting a non...
2024-11-29  Martin Wilcklibkmod: hash_del: fix out-of-bounds memory access
2024-11-29  Martin Wilcktestsuite: test-hash: add a test for deleting a single...
2024-11-29  Martin Wilckman: remove duplicate option in depmod.8.scd
2024-11-29  Emil Velikovlibkmod: expand the deprecated/0xB007FA57 comment
2024-11-29  Lucas De Marchitestsuite: Test that modprobe --show-depends doesn...
2024-11-29  Lucas De Marchitestsuite: No need to check for not loaded
2024-11-29  Lucas De Marchitestsuite: Check cmdline for multiple blacklist
2024-11-29  Lucas De Marchitestsuite: Remove duplicated directory
2024-11-29  Tobias Stoeckmannlibkmod: Improve index dump performance
2024-11-22  Emil Velikovlibkmod: use uint8_t for the child prefix/index
2024-11-22  Emil Velikovdepmod: use uint8_t for the child prefix/index
2024-11-21  Tobias Stoeckmannlibkmod, tools: Fix format specifiers
2024-11-21  Tobias Stoeckmannlibkmod: Prevent ouf of boundary access
2024-11-21  Tobias Stoeckmannlibkmod: Propagate hash_add errors
2024-11-21  Emil Velikovtestsuite: remove need_spawn = false support
2024-11-21  Emil Velikovtestsuite/test-init: use distinct test names
2024-11-21  Emil Velikovtestsuite: run all tests, don't exit on first failure
2024-11-21  Emil Velikovtestsuite: use exitcode 77 for skipped tests
2024-11-21  Emil Velikovtestsuite/modprobe: Simplify modprobe exec
2024-11-21  Lucas De Marchitestsuite: Test depmod with relative -m
2024-11-21  Lucas De Marchitestsuite: Simplify defines for depmod -m test
2024-11-21  Lucas De Marchitestsuite/depmod: Simplify depmod exec
2024-11-21  Lucas De Marchitestsuite/depmod: Remove bogus rootfs from test
2024-11-21  Lucas De Marchidepmod: Fix handling relative moduledir
2024-11-21  Lucas De Marchiman: Fix reference to MODULEDIR
2024-11-21  Lucas De Marchidepmod: Remove multiple ternary operations
2024-11-21  Lucas De Marchiutil: Promote path_is_absolute() to header
2024-11-21  Lucas De Marchidepmod: Fix error messages related to module_directory
next