1. e4130a4 Install kmod.pc in ${datadir}/pkgconfig by Mike Gilbert · 7 weeks ago master
  2. c5054b2 build: Allow to install over dirty dir by Lucas De Marchi · 7 weeks ago
  3. 41faa59 kmod 32 by Lucas De Marchi · 7 weeks ago v32
  4. dc2440e Remove unmaintained experimental tools by Emil Velikov · 2 months ago
  5. 930a40f man: silence autoconf warnings by Emil Velikov · 10 weeks ago
  6. e98cef6 make: install/uninstall tools symlinks to kmod by Emil Velikov · 3 months ago
  7. 607abb8 configure: tweak the module_directory help string by Emil Velikov · 3 months ago
  8. b29704c gitignore: Ignore *.pc files by Lucas De Marchi · 3 months ago
  9. 1043f6f testsuite: drop mkosi by Lucas De Marchi · 3 months ago
  10. 9b8b4af ci: drop travis config by Lucas De Marchi · 3 months ago
  11. 594f102 Drop python bindings by Lucas De Marchi · 3 months ago
  12. 48b0c75 configure: Check that provided paths are absolute by Michal Suchanek · 6 months ago
  13. 9d1fb31 libkmod, depmod, modprobe: Make directory for kernel modules configurable by Michal Suchanek · 6 months ago
  14. 510c8b7 libkmod: remove pkcs7 obj_to_hash_algo() by Dimitri John Ledkov · 6 months ago
  15. 3af2f47 tools: depmod: fix -Walloc-size by Sam James · 6 months ago
  16. ecef7c1 kmod: Add pkgconfig file with kmod compile time configuration by Michal Suchanek · 9 months ago
  17. 8463809 libkmod, depmod: Load modprobe.d, depmod.d from ${prefix}/lib. by Michal Suchanek · 9 months ago
  18. 4e7effb man/depmod.d: Fix incorrect /usr/lib search path by Michal Suchanek · 9 months ago
  19. 1bb23d7 configure: Detect openssl sm3 support by Michal Suchanek · 9 months ago
  20. aff617e kmod 31 by Lucas De Marchi · 7 months ago v31
  21. 0140db9 libkmod: add fallback MODULE_INIT_COMPRESSED_FILE define by Emil Velikov · 7 months ago
  22. 09c9f8c libkmod: Use kernel decompression when available by Lucas De Marchi · 11 months ago
  23. 30077bf libkmod: Keep track of in-kernel compression support by Lucas De Marchi · 11 months ago
  24. e539827 libkmod: Keep track of compression type by Lucas De Marchi · 11 months ago
  25. e1f0e16 libkmod: Extract finit_module vs init_module paths by Lucas De Marchi · 11 months ago
  26. 7a86f12 libkmod: Do not inititialize file->memory on open by Lucas De Marchi · 11 months ago
  27. 9c262fd shared: avoid passing {NULL, 0} array to bsearch() by Dmitry Antipov · 11 months ago
  28. badacf7 libkmod: fix possible out-of-bounds memory access by Dmitry Antipov · 11 months ago
  29. 5c004af libkmod, depmod: prefer -ENODATA over -ENOENT if no section found by Dmitry Antipov · 11 months ago
  30. 116e7c7 modprobe: rmmod_do_module: Free kmod list of holders by Nicolas Schier · 1 year ago
  31. 3d1bd33 configure.ac: fix link with -llzma by Fabrice Fontaine · 1 year, 2 months ago
  32. e4c1a5b configure: manage libkmod.pc.in and version.py.in via AC_CONFIG_FILES by Emil Velikov · 1 year, 2 months ago
  33. 06e6f16 shared: annotate local API as static by Emil Velikov · 1 year, 2 months ago
  34. df9d07a libkmod: annotate kmod_builtin_iter API as static by Emil Velikov · 1 year, 2 months ago
  35. 0237665 libkmod: remove unused kmod_module_get_builtin by Emil Velikov · 1 year, 2 months ago
  36. 3d38e32 testsuite: Handle different sysconfdir by Lucas De Marchi · 1 year, 3 months ago
  37. 184a070 testsuite: Move setup-rootfs logic from Makefile to script by Lucas De Marchi · 1 year, 3 months ago
  38. b9605c6 libkmod: error out on unknown hash algorithm by Emil Velikov · 1 year, 3 months ago
  39. 96152dd testsuite/depmod: use defines for the rootfs/lib_modules by Emil Velikov · 1 year, 3 months ago
  40. 6661e59 testsuite: add function declarations for __xstat family by Emil Velikov · 1 year, 3 months ago
  41. efc2e4b treewide: add some static const notations by Emil Velikov · 1 year, 3 months ago
  42. 1712a15 depmod: Introduce outdir option by Emil Velikov · 1 year, 3 months ago
  43. 06fadcc man/rmmod: explain why modprobe -r is more useful by Yauheni Kaliuta · 1 year, 3 months ago
  44. 883d931 modprobe: Allow passing path to module by Gustavo Sousa · 1 year, 3 months ago
  45. f3db15e modprobe: Move insertion block into separate function by Gustavo Sousa · 1 year, 3 months ago
  46. e54f74c testsuite: Wrap chdir() by Gustavo Sousa · 1 year, 3 months ago
  47. 035e666 kmod: configure.ac: In _Noreturn check, include <stdlib.h> for exit by Florian Weimer · 1 year, 4 months ago
  48. 6c5f2f1 autogen.sh: remove --with-rootprefix, it is gone since kmod-11 by Adam Gołębiowski · 1 year, 5 months ago
  49. d5950b0 libkmod: do not crash on unknown signature algorithm by Mikhail Novosyolov · 1 year, 7 months ago
  50. b4d281f testsuite: fix override of `stat` on 32-bit architectures by Julien Cristau · 1 year, 8 months ago
  51. c1fb98a modprobe: Write error messages to syslog if stderr is unavailable by Quentin Armitage · 2 years, 5 months ago
  52. 09ad860 build: enable building & running tests from a subdir by Dimitri John Ledkov · 2 years, 10 months ago
  53. 16c086f testsuite: repair read of uninitialized memory by Jan Engelhardt · 1 year, 10 months ago
  54. 5d46434 kmod 30 by Lucas De Marchi · 1 year, 10 months ago v30
  55. f609cb5 libkmod: Support SM3 hash algorithm by HuaxinLu · 1 year, 10 months ago
  56. edc7f3a README: Update optional dependencies by Lucas De Marchi · 1 year, 10 months ago
  57. 202040c Keep only one readme by Lucas De Marchi · 1 year, 10 months ago
  58. 2b98ed8 modprobe: Add --wait by Lucas De Marchi · 1 year, 11 months ago
  59. b253f4c testsuite: Add tests for sleep calculation by Lucas De Marchi · 1 year, 11 months ago
  60. 8ab15ec util: Add exponential backoff sleep by Lucas De Marchi · 1 year, 11 months ago
  61. ba105fa util: Add msec variants for time-related functions by Lucas De Marchi · 1 year, 11 months ago
  62. 5622f1d util: Add time-related functions from testsuite by Lucas De Marchi · 1 year, 11 months ago
  63. 2ab4fbc module-playground: Add debugfs entry in mod-simple by Lucas De Marchi · 1 year, 11 months ago
  64. 3a92fc6 libkmod: Allow to ignore log message on module removal by Lucas De Marchi · 1 year, 11 months ago
  65. 081fff2 modprobe: Move -R to "Query options" by Lucas De Marchi · 1 year, 11 months ago
  66. 6f7ab21 modprobe: re-use modname variable by Lucas De Marchi · 1 year, 11 months ago
  67. 07bf5e1 depmod: Fix writing over array length by Lucas De Marchi · 1 year, 11 months ago
  68. ea3c8ad modprobe: Make rmmod_do_module() contain all the removal sequence by Lucas De Marchi · 2 years, 1 month ago
  69. d29ed6e modprobe: move check for remove_holders to caller by Lucas De Marchi · 2 years, 1 month ago
  70. 42b32d3 modprobe: Fix holders removal by Lucas De Marchi · 2 years, 1 month ago
  71. d890179 modprobe: remove unneeded variable str_start by Masahiro Yamada · 2 years, 3 months ago
  72. 757b359 modprobe: fix the NULL-termination of new_argv by Masahiro Yamada · 2 years, 3 months ago
  73. f50e2d6 depmod: Add support for excluding a directory by Saul Wold · 2 years, 1 month ago
  74. 7089386 modprobe: Rename rmmod_do_deps_list by Lucas De Marchi · 2 years, 1 month ago
  75. 2058274 docs: Add missing functions to documentation by Lucas De Marchi · 2 years, 2 months ago
  76. 571a84c libkmod: Fix use of sizeof instead of ARRAY_SIZE by Lucas De Marchi · 2 years, 2 months ago
  77. 94f7683 modinfo: Allow to force arg as module name by Lucas De Marchi · 2 years, 2 months ago
  78. e343a82 modinfo: Update help message with "modulename" by Lucas De Marchi · 2 years, 2 months ago
  79. 9becaae libkmod: Add lookup from module name by Lucas De Marchi · 2 years, 2 months ago
  80. a859220 libkmod: Update docs about indexes order by Lucas De Marchi · 2 years, 2 months ago
  81. 8297271 libkmod: Add helper function to iterate lookup options by Lucas De Marchi · 2 years, 2 months ago
  82. 61a93a0 gitignore: ignore gtk-doc.make by Lucas De Marchi · 2 years, 2 months ago
  83. ec8818b libkmod-module: Fix return code for kmod_module_new_from_lookup() by Lucas De Marchi · 2 years, 2 months ago
  84. 9dc4e5c test-initstate: Check for negative value on error by Lucas De Marchi · 2 years, 2 months ago
  85. 0246e06 depmod: Stop opening modules.modinfo once per module by Lucas De Marchi · 2 years, 3 months ago
  86. 7a0f593 depmod: Do not duplicate builtin index by Lucas De Marchi · 2 years, 3 months ago
  87. a965641 libkmod: Prefer builtin index over builtin.alias by Lucas De Marchi · 2 years, 3 months ago
  88. 4e391ac libkmod: Set builtin to no when module is created from path. by Michal Suchanek · 2 years, 8 months ago
  89. 43bdf97 libkmod: add a library notice log level print by Luis Chamberlain · 2 years, 9 months ago
  90. 64541d6 libkmod-module: check "new_from_name" return value in get_builtin by Yauheni Kaliuta · 2 years, 11 months ago
  91. b6ecfc9 kmod 29 by Lucas De Marchi · 3 years ago v29
  92. b07bfb4 testsuite: update gitignore by Lucas De Marchi · 3 years ago
  93. f0a1360 depmod: fix modules.builtin.alias.bin output by Lucas De Marchi · 3 years ago
  94. 729f0f6 Fix return value doc for kmod_module_get_info() by Lucas De Marchi · 3 years ago
  95. 675410c libkmod: fix possible double free with wrong modules.builtin.modinfo by Seung-Woo Kim · 3 years ago
  96. 1cab02e libkmod: fix an overflow with wrong modules.builtin.modinfo by Seung-Woo Kim · 3 years ago
  97. ed892ff gitignore: ignore .mbx and .cover for b4 integration by Lucas De Marchi · 3 years ago
  98. 39dd171 libkmod-config: fix a memory leak when kmod_list_append() fails by Seung-Woo Kim · 3 years, 1 month ago
  99. 8742be0 libkmod-config: more chars allowed as space by Lucas De Marchi · 3 years, 2 months ago
  100. d8b31c3 test-modprobe: share single function for kcmdline tests by Lucas De Marchi · 3 years, 2 months ago