2025-06-16 |
Emil Velikov | ci: remove Alpine -Ddocs=false WA |
commit | commitdiff | tree |
2025-06-13 |
Emil Velikov | tools/modprobe: accept module name with --show-modversions |
commit | commitdiff | tree |
2025-06-13 |
Emil Velikov | testsuite/modprobe: add modprobe --show-exports modulename |
commit | commitdiff | tree |
2025-06-13 |
Emil Velikov | testsuite/modprobe: remove --quiet from --show-{depends... |
commit | commitdiff | tree |
2025-06-13 |
Emil Velikov | tools/modprobe: accept module name with --show-exports |
commit | commitdiff | tree |
2025-06-13 |
Emil Velikov | tools/modprobe: factor out module_new_from_any() |
commit | commitdiff | tree |
2025-06-13 |
Emil Velikov | man/modprobe.8: document --show-exports |
commit | commitdiff | tree |
2025-06-13 |
Emil Velikov | tools/modprobe: standardize on --show-foo, deprecate... |
commit | commitdiff | tree |
2025-06-13 |
Emil Velikov | tools/modprobe: properly deprecate --remove-dependencies |
commit | commitdiff | tree |
2025-06-13 |
Emil Velikov | man/modprobe.8: document --remove-holders |
commit | commitdiff | tree |
2025-06-11 |
Emil Velikov | tools/static-nodes: don't use %m on mkdir_parents(... |
commit | commitdiff | tree |
2025-06-11 |
Emil Velikov | tools/depmod: don't use %m on kmod_new() failure |
commit | commitdiff | tree |
2025-06-11 |
Emil Velikov | tools/depmod: don't use %m on mkdir_p() failure |
commit | commitdiff | tree |
2025-06-11 |
Emil Velikov | tools/depmod: explicitly return ENOMEM on hash_new... |
commit | commitdiff | tree |
2025-06-11 |
Emil Velikov | testsuite/test-{init,remove}: don't use %m with kmod API |
commit | commitdiff | tree |
2025-06-11 |
Emil Velikov | libkmod: don't use %m on read_str_ulong() failure |
commit | commitdiff | tree |
2025-06-11 |
Emil Velikov | libkmod: don't use %m on strbuf_to_vector() failure |
commit | commitdiff | tree |
2025-06-11 |
Emil Velikov | libkmod: readback errno before calling kmod_log() |
commit | commitdiff | tree |
2025-06-11 |
Emil Velikov | libkmod: explicitly return ENOMEM on kmod_module_*_new... |
commit | commitdiff | tree |
2025-06-11 |
Emil Velikov | Use explicit ENOMEM when {m,re}alloc fails |
commit | commitdiff | tree |
2025-06-11 |
Emil Velikov | libkmod: return ENOMEM when strbuf_pushchar(s) fails |
commit | commitdiff | tree |
2025-06-11 |
Emil Velikov | Remove unused errno.h include |
commit | commitdiff | tree |
2025-06-11 |
Emil Velikov | testsuite/test-util: add extra get_backoff_delta_msec... |
commit | commitdiff | tree |
2025-06-11 |
Emil Velikov | shared/util: remove unused t0 in get_backoff_delta_msec() |
commit | commitdiff | tree |
2025-06-11 |
Emil Velikov | tools/static-nodes: silence unused parameter warning |
commit | commitdiff | tree |
2025-06-11 |
Emil Velikov | tools/modprobe: initialize msec variables as needed |
commit | commitdiff | tree |
2025-06-11 |
Emil Velikov | tools/kmod: silence unused parameter warnings |
commit | commitdiff | tree |
2025-06-11 |
Emil Velikov | tools/depmod: remove unused parameter struct depmod |
commit | commitdiff | tree |
2025-06-11 |
Emil Velikov | testsuite/test-hash: silence unused parameter warning |
commit | commitdiff | tree |
2025-06-11 |
Emil Velikov | testsuite/{init,delete}_module: add TODOs for args... |
commit | commitdiff | tree |
2025-06-11 |
Emil Velikov | testsuite/init_module: remove unused argument |
commit | commitdiff | tree |
2025-06-11 |
Emil Velikov | testsuite: remove unused parameters |
commit | commitdiff | tree |
2025-06-11 |
Emil Velikov | testsuite: remove unused struct test::print_outputs |
commit | commitdiff | tree |
2025-06-11 |
Emil Velikov | testsuite: stop passing struct test to the test itself |
commit | commitdiff | tree |
2025-06-11 |
Emil Velikov | libkmod: silence unused param warnings for kmod_file_lo... |
commit | commitdiff | tree |
2025-06-11 |
Emil Velikov | libkmod: add TODO for module hashkey handling |
commit | commitdiff | tree |
2025-06-11 |
Emil Velikov | shared: properly __attribute__ all macros |
commit | commitdiff | tree |
2025-06-11 |
Emil Velikov | shared/macro: avoid nesting macros where possible |
commit | commitdiff | tree |
2025-06-11 |
Emil Velikov | clang-format: update attribute macros |
commit | commitdiff | tree |
2025-06-05 |
Emil Velikov | ci: fold gcc/clang combinations together |
commit | commitdiff | tree |
2025-06-05 |
Emil Velikov | ci: fold 32 and 64 bit jobs together |
commit | commitdiff | tree |
2025-06-05 |
Emil Velikov | ci: install and use bash across the board |
commit | commitdiff | tree |
2025-06-05 |
Emil Velikov | ci: use meson bla -C builddir/ |
commit | commitdiff | tree |
2025-06-05 |
Emil Velikov | scripts/sanitizer-env.sh: remove incorrect $CC quotes |
commit | commitdiff | tree |
2025-06-02 |
dependabot... | ci: bump the all-actions group with 2 updates |
commit | commitdiff | tree |
2025-05-30 |
Emil Velikov | tools/depmod: use nsec granularity when checking timestamps |
commit | commitdiff | tree |
2025-05-30 |
Emil Velikov | Remove dietlibc stat::st_mtim workaround |
commit | commitdiff | tree |
2025-05-30 |
Emil Velikov | README: update C runtime library section |
commit | commitdiff | tree |
2025-05-30 |
Emil Velikov | README: explicitly document compiler requirements |
commit | commitdiff | tree |
2025-05-30 |
Emil Velikov | scripts/setup-modules.sh: remove autotools w/a |
commit | commitdiff | tree |
2025-05-30 |
Emil Velikov | Convert most #ifdef HAVE_FOO checks to #if HAVE_FOO |
commit | commitdiff | tree |
2025-05-30 |
Tobias Stoeckmann | check strtol/strtoul/strtoull results |
commit | commitdiff | tree |
2025-05-30 |
Emil Velikov | Remove default initializer for static variables |
commit | commitdiff | tree |
2025-05-30 |
Emil Velikov | libkmod: s/* const/*const/ style nitpick |
commit | commitdiff | tree |
2025-05-30 |
Emil Velikov | tools: move a few more symbols to data.rel.ro |
commit | commitdiff | tree |
2025-05-30 |
Emil Velikov | shared: declare DECLARE_(DL,PTR)SYM as static |
commit | commitdiff | tree |
2025-05-30 |
Emil Velikov | tools/depmod: remove set but unused timeval |
commit | commitdiff | tree |
2025-05-29 |
Emil Velikov | testsuite/path: defer and inline get_rootpath() |
commit | commitdiff | tree |
2025-05-29 |
Emil Velikov | testsuite/path: defer dlsym() until needed |
commit | commitdiff | tree |
2025-05-29 |
Emil Velikov | testsuite/path: cache the old dlsym() results |
commit | commitdiff | tree |
2025-05-29 |
Emil Velikov | testsuite: fprintf() + abort() when dlsym() returns... |
commit | commitdiff | tree |
2025-05-29 |
Emil Velikov | testsuite: always use dlsym(RTLD_NEXT, ...) |
commit | commitdiff | tree |
2025-05-29 |
Emil Velikov | libkmod: use strstartswith() over memcmp() |
commit | commitdiff | tree |
2025-05-29 |
Emil Velikov | tools: use strlen() for string literals |
commit | commitdiff | tree |
2025-05-29 |
Emil Velikov | shared: use strlen() for string literals |
commit | commitdiff | tree |
2025-05-29 |
Emil Velikov | libkmod: use strlen() for string literals |
commit | commitdiff | tree |
2025-05-29 |
Emil Velikov | libkmod: reuse streq/strstartswith() whenever possible |
commit | commitdiff | tree |
2025-05-29 |
Emil Velikov | libkmod: reuse strstartswith() whenever possible |
commit | commitdiff | tree |
2025-05-29 |
Emil Velikov | testsuite: reuse streq() whenever possible |
commit | commitdiff | tree |
2025-05-29 |
Emil Velikov | meson: disable Wdeclaration-after-statement |
commit | commitdiff | tree |
2025-05-29 |
Emil Velikov | meson: alpha sort -Wno section |
commit | commitdiff | tree |
2025-05-20 |
Rong Tao | testsuite: modprobe: Add --force-{vermagic,modversion... |
commit | commitdiff | tree |
2025-05-20 |
Emil Velikov | libkmod: update remaining function to return the error... |
commit | commitdiff | tree |
2025-05-20 |
Emil Velikov | libkmod: return the errno from kmod_elf_new() |
commit | commitdiff | tree |
2025-05-20 |
Emil Velikov | libkmod: kmod_file_get_contents() returns constant... |
commit | commitdiff | tree |
2025-05-20 |
Emil Velikov | libkmod: enforce non-null memory in kmod_elf_new() |
commit | commitdiff | tree |
2025-05-20 |
Emil Velikov | libkmod: return the errno from kmod_elf_strip() |
commit | commitdiff | tree |
2025-05-20 |
Emil Velikov | libkmod: remove getdelim() buffer null check |
commit | commitdiff | tree |
2025-05-20 |
Emil Velikov | libkmod: don't set errno in strbuf_to_vector() |
commit | commitdiff | tree |
2025-05-20 |
Emil Velikov | testsuite/init-module: error out init_module() on kmod... |
commit | commitdiff | tree |
2025-05-20 |
Emil Velikov | libkmod: return the errno from kmod_builtin_info_init() |
commit | commitdiff | tree |
2025-05-20 |
Emil Velikov | tools/modinfo: return the errno from add_param() |
commit | commitdiff | tree |
2025-05-20 |
Emil Velikov | libkmod: don't reset errno in kmod_file_load_zlib() |
commit | commitdiff | tree |
2025-05-20 |
Emil Velikov | shared: don't reset errno in read_str_{u,}long() |
commit | commitdiff | tree |
2025-05-20 |
Emil Velikov | Use %m over strerror(errno) where possible |
commit | commitdiff | tree |
2025-05-20 |
Emil Velikov | libkmod: fixup kmod_module_get_initstate() error reporting |
commit | commitdiff | tree |
2025-05-17 |
Yuntao Wang | libkmod: Fix dependency count in kmod_module_parse_depl... |
commit | commitdiff | tree |
2025-05-17 |
dependabot... | ci: bump the all-actions group with 2 updates |
commit | commitdiff | tree |
2025-05-17 |
Emil Velikov | ci: install curl in Ubuntu container |
commit | commitdiff | tree |
2025-05-09 |
Emil Velikov | shared: rework fd_lookup_path() helper |
commit | commitdiff | tree |
2025-05-09 |
Emil Velikov | shared: remove unreachable snprintf error case |
commit | commitdiff | tree |
2025-05-09 |
Emil Velikov | Use sizeof() over PATH_MAX for bounds handling |
commit | commitdiff | tree |
2025-05-09 |
Emil Velikov | Use sizeof() over PATH_MAX in snprintf() contexts |
commit | commitdiff | tree |
2025-05-09 |
Rong Tao | insmod: Support --force-{vermagic,modversion} arguments |
commit | commitdiff | tree |
2025-05-05 |
Dawid Osuchowski | testsuite: fix dirty rootfs error message |
commit | commitdiff | tree |
2025-05-05 |
Rong Tao | modprobe: Fix typo |
commit | commitdiff | tree |
2025-04-07 |
dependabot... | ci: bump github/codeql-action in the all-actions group |
commit | commitdiff | tree |
2025-04-07 |
Lucas De Marchi | depmod: Fix possible 0 return on error |
commit | commitdiff | tree |
2025-04-06 |
Lucas De Marchi | tmpfile-util: Drop libgen.h |
commit | commitdiff | tree |
2025-04-03 |
Wang, Wenjie2 | depmod: add tmpfile-util to generate temporary file |
commit | commitdiff | tree |
next |