]> git.ipfire.org Git - thirdparty/kmod.git/shortlog
thirdparty/kmod.git
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
2025-03-25  Lucas De Marchici: Improve double checkout where needed
2025-03-25  Lucas De Marchici: Drop double checkout where not needed
2025-03-25  Lucas De Marchici: Drop container objects for other workflows
2025-03-25  Lucas De Marchici: Generalize OS setup in one action
2025-03-25  Emil Velikovci: remove Debian/pahole dependency
2025-03-11  Emil Velikovci: remove no longer needed libtool
2025-03-11  Emil VelikovNEWS: squash a couple of typos
2025-03-11  Emil Velikovtestsuite/test-remove: add license/copyright notice
2025-03-10  Chen, Yuchici: Push documentation to kmod-project.github.io and...
2025-03-07  dependabot... ci: bump the all-actions group across 1 directory with...
2025-03-07  Tobias Stoeckmannshared: improve strbuf_reserve_extra performance
2025-03-07  Tobias Stoeckmannshared: turn strbuf_reserve_extra private
2025-03-07  Tobias Stoeckmanndepmod: remove strbuf_reserve_extra call
2025-03-07  Tobias Stoeckmanndepmod: refactor depmod_modules_search_dir
2025-03-07  Tobias Stoeckmannshared: let strbuf_str never fail
2025-03-07  Tobias Stoeckmannshared: drop strbuf_steal
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
next