1. ca9a7f4 build: Fix license specification by Tobias Stoeckmann · 5 days ago master
  2. dad3515 ci: bump the all-actions group across 1 directory with 6 updates by dependabot[bot] · 3 weeks ago
  3. 23bb264 ci: Fix alpine setup by Lucas De Marchi · 2 days ago
  4. a403590 ci: swap bullseye for bookworm by Emil Velikov · 3 months ago
  5. 695fd08 testsuite: Fix build with gcc < 15 by Lucas De Marchi · 6 months ago
  6. 5d845ab testsuite: simplify syscall number handling by Lucas De Marchi · 6 months ago
  7. 84db2f9 testsuite/init_module: Handle __NR_riscv_hwprobe in syscall wrapper by Andreas Schwab · 7 months ago
  8. 1c304d9 testsuite: consolidate final exit() call by Emil Velikov · 7 months ago
  9. dd77977 testsuite: fixup argument handling by Emil Velikov · 7 months ago
  10. ffc165c testsuite: remove struct test alignment by Emil Velikov · 7 months ago
  11. bffe1a7 Remove _always_inline_ attribute by Emil Velikov · 7 months ago
  12. 1155314 Globally silence all Wattribute warnings by Emil Velikov · 7 months ago
  13. 3f8ec4d testsuite: Fix build warning on kernel 6.15 by Lucas De Marchi · 6 months ago
  14. d449664 ci: Use KDIR=any by Lucas De Marchi · 7 months ago
  15. ea67bad testsuite: Handle KDIR=any by Lucas De Marchi · 7 months ago
  16. 9c1a363 util: Use local variable in get_backoff_delta_msec by Tobias Stoeckmann · 7 months ago
  17. 2537c17 modprobe: return error on timeout by Tobias Stoeckmann · 7 months ago
  18. f71f74e testsuite: add test for get_backoff_delta_msec by Emil Velikov · 7 months ago
  19. 65afd0f util: check for overflow in get_backoff_delta_msec by Tobias Stoeckmann · 7 months ago
  20. f14f260 util: fix endless loop in get_backoff_delta_msec by Tobias Stoeckmann · 7 months ago
  21. ec0f261 ci: move compression variants further down by Emil Velikov · 7 months ago
  22. 75a1e93 ci: remove default options from Debian/bullseye build by Emil Velikov · 7 months ago
  23. 12f1b53 ci: 'temporary' disable sanitizers for 32bit builds by Emil Velikov · 7 months ago
  24. 982e705 CONTRIBUTING.md: make it common markdown compatible by Emil Velikov · 7 months ago
  25. 3ae40a6 README.md: make it common markdown compatible by Emil Velikov · 7 months ago
  26. b3a4f0e testsuite/test-modprobe: reinstate chdir error path by Emil Velikov · 7 months ago
  27. 049c55d libkmod/README: fix grammar by Tobias Stoeckmann · 7 months ago
  28. 41b1798 testsuite: remove exit() calls from main() by Emil Velikov · 7 months ago
  29. ac4a65b testsuite: always exit() from the child process by Emil Velikov · 7 months ago
  30. 6d0d80a testsuite: remove remaining exit/noreturn instances by Emil Velikov · 7 months ago
  31. e09acf2 testsuite: remove exit from EXEC_TOOL tests by Emil Velikov · 7 months ago
  32. d592685 testsuite: introduce and use EXEC_TOOL() macro by Emil Velikov · 7 months ago
  33. bcdf71a testsuite/test-remove: plug memory leaks in success path by Emil Velikov · 7 months ago
  34. 5611bf6 testsuite/test-init: plug memory leaks in success path by Emil Velikov · 7 months ago
  35. 5cecea4 testsuite: use ARRAY_SIZE() for iteration by Emil Velikov · 7 months ago
  36. db92629 testsuite: static const annotate the remaining test data by Emil Velikov · 7 months ago
  37. 5eac1d7 tools/modprobe: --dry-run shouldn't need -v by Lucas De Marchi · 7 months ago
  38. 15edeed tools/modprobe: Fix odd --remove-holders behavior by Lucas De Marchi · 7 months ago
  39. 67e677d man/modprobe.8: Remove needless ** by Lucas De Marchi · 7 months ago
  40. e097873 ci: remove Alpine -Ddocs=false WA by Emil Velikov · 7 months ago
  41. fc0edb4 tools/modprobe: accept module name with --show-modversions by Emil Velikov · 8 months ago
  42. 07f1abb testsuite/modprobe: add modprobe --show-exports modulename by Emil Velikov · 8 months ago
  43. 7816017 testsuite/modprobe: remove --quiet from --show-{depends,exports} by Emil Velikov · 8 months ago
  44. 5dfa7c9 tools/modprobe: accept module name with --show-exports by Emil Velikov · 8 months ago
  45. 5753d25 tools/modprobe: factor out module_new_from_any() by Emil Velikov · 8 months ago
  46. de2a26d man/modprobe.8: document --show-exports by Emil Velikov · 8 months ago
  47. 200c7b3 tools/modprobe: standardize on --show-foo, deprecate the rest by Emil Velikov · 8 months ago
  48. f9ecaf7 tools/modprobe: properly deprecate --remove-dependencies by Emil Velikov · 7 months ago
  49. d9778a6 man/modprobe.8: document --remove-holders by Emil Velikov · 8 months ago
  50. 077323d tools/static-nodes: don't use %m on mkdir_parents() failure by Emil Velikov · 8 months ago
  51. 994da3b tools/depmod: don't use %m on kmod_new() failure by Emil Velikov · 8 months ago
  52. 5c226b6 tools/depmod: don't use %m on mkdir_p() failure by Emil Velikov · 8 months ago
  53. 137e478 tools/depmod: explicitly return ENOMEM on hash_new() failure by Emil Velikov · 8 months ago
  54. e8e4122 testsuite/test-{init,remove}: don't use %m with kmod API by Emil Velikov · 8 months ago
  55. a0bac39 libkmod: don't use %m on read_str_ulong() failure by Emil Velikov · 8 months ago
  56. a6217da libkmod: don't use %m on strbuf_to_vector() failure by Emil Velikov · 8 months ago
  57. a567080 libkmod: readback errno before calling kmod_log() by Emil Velikov · 8 months ago
  58. 7010835 libkmod: explicitly return ENOMEM on kmod_module_*_new failure by Emil Velikov · 8 months ago
  59. d44eb2f Use explicit ENOMEM when {m,re}alloc fails by Emil Velikov · 8 months ago
  60. 1eeb00f libkmod: return ENOMEM when strbuf_pushchar(s) fails by Emil Velikov · 8 months ago
  61. 0c4ebd4 Remove unused errno.h include by Emil Velikov · 8 months ago
  62. c32cd7d testsuite/test-util: add extra get_backoff_delta_msec iteration by Emil Velikov · 8 months ago
  63. d2ee70e shared/util: remove unused t0 in get_backoff_delta_msec() by Emil Velikov · 8 months ago
  64. 2f5b9f1 tools/static-nodes: silence unused parameter warning by Emil Velikov · 8 months ago
  65. 72dfead tools/modprobe: initialize msec variables as needed by Emil Velikov · 8 months ago
  66. affec66 tools/kmod: silence unused parameter warnings by Emil Velikov · 8 months ago
  67. d13b056 tools/depmod: remove unused parameter struct depmod by Emil Velikov · 8 months ago
  68. a7ce23f testsuite/test-hash: silence unused parameter warning by Emil Velikov · 8 months ago
  69. abb9e04 testsuite/{init,delete}_module: add TODOs for args validation by Emil Velikov · 8 months ago
  70. a298cb0 testsuite/init_module: remove unused argument by Emil Velikov · 8 months ago
  71. a06f96c testsuite: remove unused parameters by Emil Velikov · 8 months ago
  72. abd99d2 testsuite: remove unused struct test::print_outputs by Emil Velikov · 8 months ago
  73. 3e22369 testsuite: stop passing struct test to the test itself by Emil Velikov · 8 months ago
  74. 9d7c40d libkmod: silence unused param warnings for kmod_file_load_*() stubs by Emil Velikov · 8 months ago
  75. 52e20d5 libkmod: add TODO for module hashkey handling by Emil Velikov · 8 months ago
  76. 5610688 shared: properly __attribute__ all macros by Emil Velikov · 8 months ago
  77. 20e91b3 shared/macro: avoid nesting macros where possible by Emil Velikov · 8 months ago
  78. 32008fc clang-format: update attribute macros by Emil Velikov · 8 months ago
  79. 59b46aa ci: fold gcc/clang combinations together by Emil Velikov · 8 months ago
  80. 6fb90b2 ci: fold 32 and 64 bit jobs together by Emil Velikov · 8 months ago
  81. b3bb011 ci: install and use bash across the board by Emil Velikov · 8 months ago
  82. 260949d ci: use meson bla -C builddir/ by Emil Velikov · 8 months ago
  83. dbc686e scripts/sanitizer-env.sh: remove incorrect $CC quotes by Emil Velikov · 8 months ago
  84. b1e6f11 ci: bump the all-actions group with 2 updates by dependabot[bot] · 8 months ago
  85. 2497950 tools/depmod: use nsec granularity when checking timestamps by Emil Velikov · 8 months ago
  86. 2077cb3 Remove dietlibc stat::st_mtim workaround by Emil Velikov · 8 months ago
  87. d33f479 README: update C runtime library section by Emil Velikov · 8 months ago
  88. 8e3d82e README: explicitly document compiler requirements by Emil Velikov · 8 months ago
  89. 9b19ae8 scripts/setup-modules.sh: remove autotools w/a by Emil Velikov · 8 months ago
  90. 1996121 Convert most #ifdef HAVE_FOO checks to #if HAVE_FOO by Emil Velikov · 8 months ago
  91. dcd652b check strtol/strtoul/strtoull results by Tobias Stoeckmann · 8 months ago
  92. 13b646a Remove default initializer for static variables by Emil Velikov · 8 months ago
  93. 5a65df5 libkmod: s/* const/*const/ style nitpick by Emil Velikov · 8 months ago
  94. 219be96 tools: move a few more symbols to data.rel.ro by Emil Velikov · 8 months ago
  95. e3acc66 shared: declare DECLARE_(DL,PTR)SYM as static by Emil Velikov · 8 months ago
  96. 5f55a87 tools/depmod: remove set but unused timeval by Emil Velikov · 8 months ago
  97. fdde586 testsuite/path: defer and inline get_rootpath() by Emil Velikov · 8 months ago
  98. 90d010b testsuite/path: defer dlsym() until needed by Emil Velikov · 8 months ago
  99. aedcfba testsuite/path: cache the old dlsym() results by Emil Velikov · 8 months ago
  100. 1f71e76 testsuite: fprintf() + abort() when dlsym() returns NULL by Emil Velikov · 8 months ago