1. 976ea8c testsuite: add tests to modprobe --show-depends by Lucas De Marchi · 12 years ago
  2. 4083b09 testsuite: update README file by Lucas De Marchi · 12 years ago
  3. c5d8198 testsuite: macronify test definitions by Lucas De Marchi · 12 years ago
  4. e9fa9de testsuite: macronify main function by Lucas De Marchi · 12 years ago
  5. d35e883 testsuite: libtestsuite depends on individual components by Dan McGee · 12 years ago
  6. 269de2e libkmod-module: probe: Fix ignore-loaded flag not being applied by Lucas De Marchi · 12 years ago
  7. e479598 kmod 5 by Lucas De Marchi · 12 years ago
  8. a23f0c9 modinfo: handle arguments more carefully by Dan McGee · 12 years ago
  9. 54c43df Add WARNING file for test dir and improve testsuite README by Lucas De Marchi · 12 years ago
  10. 23e354b testsuite: add README by Lucas De Marchi · 12 years ago
  11. 08600ee libkmod-module: probe: return -EEXIST if told to do so by Lucas De Marchi · 12 years ago
  12. 814a57b libkmod-module: probe: rename flag to be more meaningful by Lucas De Marchi · 12 years ago
  13. 2efd5d4 test-conversion: remove test/test-{insmod,rmmod,rmmod2} by Dan McGee · 12 years ago
  14. 2af31a5 test-conversion: remove test/test-init by Dan McGee · 12 years ago
  15. 6fc9458 test-conversion: remove test/test-loaded by Dan McGee · 12 years ago
  16. 2ec7983 Update .gitignore files by Dan McGee · 12 years ago
  17. 9a252c2 Fix simple grammar issue by Dan McGee · 12 years ago
  18. a2c7d3e Fix unaligned memory access in hash function by Ambroz Bizjak · 12 years ago
  19. c90fc61 TODO: add task to write testsuite/README by Lucas De Marchi · 12 years ago
  20. 6923e95 man: insmod: we don't handle modules from stdin by Lucas De Marchi · 12 years ago
  21. 035cbdc depmod: Dont use errno unconditionally by Khem Raj · 12 years ago
  22. 3e71e7e fix building and cleaning of manpages by Dave Reisner · 12 years ago
  23. 1505ee9 modprobe: avoid breaking on insertion failure by Dave Reisner · 12 years ago
  24. af9572c lib/module: check initstate before inserting module by Dave Reisner · 12 years ago
  25. 7bede7b whitespace fix -- no logical code changes by Dave Reisner · 12 years ago
  26. f4ac4a0 fix manpage build and install. by Gustavo Sverzut Barbieri · 12 years ago
  27. dfa96f1 improve logging to mention context. by Gustavo Sverzut Barbieri · 12 years ago
  28. e3cb090 improve log when debugging. by Gustavo Sverzut Barbieri · 12 years ago
  29. 9226dda libkmod: organize public header by Lucas De Marchi · 12 years ago
  30. 4bc1895 Prepare for API bump by Lucas De Marchi · 12 years ago
  31. 297a318 modprobe: properly handle errors from init_module by Dave Reisner · 12 years ago
  32. 7aed460 libkmod-module: probe: remove useless KMOD_PROBE_STOP_ON_COMMAND by Lucas De Marchi · 12 years ago
  33. 3bc92e8 libkmod-module: probe: return -EEXIST if told to stop on already loaded by Lucas De Marchi · 12 years ago
  34. fa0046b testsuite: allow for expected failure of tests by Dave Reisner · 12 years ago
  35. 69a1974 modprobe: post-remove module deps with 0 refcnt by Dave Reisner · 12 years ago
  36. 2e9dcd7 kmod-modprobe: migrate to kmod_module_probe_insert_module() by Lucas De Marchi · 12 years ago
  37. 4c1ffb7 libkmod-module: probe: add flag to dry-run by Lucas De Marchi · 12 years ago
  38. 7c10c69 libkmod-module: probe: add flag to ignore loaded modules by Lucas De Marchi · 12 years ago
  39. 6bd0713 libkmod-module: probe: add print_action callback by Lucas De Marchi · 12 years ago
  40. d851e9a libkmod-module: probe: add room in flags for future extension by Lucas De Marchi · 12 years ago
  41. 48b1030 libkmod-module: probe: ignore-command flag can't be used in return by Lucas De Marchi · 12 years ago
  42. 79d6c7d libkmod-module: probe: remove useless flag to stop on failure by Lucas De Marchi · 12 years ago
  43. 5f35147 libkmod-module: probe: add flag to stop loading on already loaded by Lucas De Marchi · 12 years ago
  44. dfdfb96 testsuite: check if dots are allowed in aliases by Lucas De Marchi · 12 years ago
  45. a947430 testsuite: add test for kmod_module_new_from_name() by Lucas De Marchi · 12 years ago
  46. 9c7f3ad libkmod-module: split creation of new modules to share code by Lucas De Marchi · 12 years ago
  47. 9901cfe Partially fix parsing of alias with dots by Lucas De Marchi · 12 years ago
  48. 89e9248 libkmod-module: probe: add flag to ignore commands by Lucas De Marchi · 12 years ago
  49. b1a5125 libkmod-module: probe: change insertion to cover more use cases by Lucas De Marchi · 12 years ago
  50. ece09aa libkmod-module: add visited field by Lucas De Marchi · 12 years ago
  51. d48b8a7 build-sys: fix make dist by Lucas De Marchi · 12 years ago
  52. 5ac7888 build-sys: declare rootfs.tar.xz as dep of rootfs/ by Dave Reisner · 12 years ago
  53. 81e8b80 testsuite: let stat.h take care of stat64 by Lucas De Marchi · 12 years ago
  54. d3f159b Use %zu for size_t by Lucas De Marchi · 12 years ago
  55. c41143a testsuite: remove unneeded call to memset() by Lucas De Marchi · 12 years ago
  56. 647200f libkmod: Fix handling of square brackets expressions in function alias_normalize by Pedro Pedruzzi · 12 years ago
  57. 760b896 testsuite: add test for function alias_normalize by Pedro Pedruzzi · 12 years ago
  58. 28f32c6 modprobe: print end of configuration files by Lucas De Marchi · 12 years ago
  59. 5ac9c07 build-sys: extract rootfs for make check by Lucas De Marchi · 12 years ago
  60. e701e38 testsuite: add GPL license by Lucas De Marchi · 12 years ago
  61. f6ef5d6 testsuite: trap calls to delete_module() including simple test by Lucas De Marchi · 12 years ago
  62. d2c2b8b build-sys: autotoolify build of check libraries by Lucas De Marchi · 12 years ago
  63. 53646fc testsuite: add trap to init_module() including simple test by Lucas De Marchi · 12 years ago
  64. ea17e2b elf: privately export kmod_elf_get_section() by Lucas De Marchi · 12 years ago
  65. 95daea0 testsuite: add test for modinfo by Lucas De Marchi · 12 years ago
  66. 9e3b9d2 testsuite: remind users to build tools by Lucas De Marchi · 12 years ago
  67. 51b1d1a testsuite: add colors to test output by Lucas De Marchi · 12 years ago
  68. 61e9433 testsuite: add simple test for list of loaded modules by Lucas De Marchi · 12 years ago
  69. 3dbb8de testsuite: match outputs of test with a known correct one by Lucas De Marchi · 12 years ago
  70. 45481ee testsuite: separate child from parent by Lucas De Marchi · 12 years ago
  71. 6b88ef3 testsuite: allow to run tests outside of top_buildir by Lucas De Marchi · 12 years ago
  72. 4e36cb1 testsuite: add trap to opendir() including tests by Lucas De Marchi · 12 years ago
  73. 1426a61 testsuite: add trap to stat() and friends including tests by Lucas De Marchi · 12 years ago
  74. 7fa8c2d testsuite: add trap to open() including tests by Lucas De Marchi · 12 years ago
  75. 6afc9cd testsuite: add trap to fopen() including tests by Lucas De Marchi · 12 years ago
  76. ab25311 testsuite: fake kernel 4.0.20-kmod is out by Lucas De Marchi · 12 years ago
  77. 395478c testsuite: export environment with flags and LD_PRELOAD by Lucas De Marchi · 12 years ago
  78. ed2df4e testsuite: move oneshot to inside the test struct by Lucas De Marchi · 12 years ago
  79. 68cc449 testsuite: trap calls to uname by Lucas De Marchi · 12 years ago
  80. eebca81 testsuite: test libkmod initialization by Lucas De Marchi · 12 years ago
  81. 80f9e02 testsuite: add skeleton by Lucas De Marchi · 12 years ago
  82. 3ef848b modprobe: fix build 'cause of excessive number of arguments by Lucas De Marchi · 12 years ago
  83. cc98830 modprobe: remove code referring to -t, --type by Dave Reisner · 12 years ago
  84. 1b3cd9d README: add link to packages place by Lucas De Marchi · 12 years ago
  85. fe8b067 build-sys: do not create symlinks by default by Lucas De Marchi · 12 years ago
  86. 569f160 modprobe: kill operations depending on path by Lucas De Marchi · 12 years ago
  87. a41b39f TODO: system() should not be used inside a library by Lucas De Marchi · 12 years ago
  88. 12fd9cd build-sys: forcefully create links by Lucas De Marchi · 12 years ago
  89. 1592b0e build-sys: move modprobe to sbindir by Lucas De Marchi · 12 years ago
  90. 411d83c Add program to calculate the shortest relative path for symlinks by Lucas De Marchi · 12 years ago
  91. 434f32c libkmod-list: allow to append an empty list by Lucas De Marchi · 12 years ago
  92. 7bbf523 build-sys: create symlinks if we are installing tools by Lucas De Marchi · 12 years ago
  93. eff917c WEXITSTATUS is defined in sys/wait.h by Thierry Vignaud · 12 years ago
  94. 6068aaa Check if struct stat has mtim member by Lucas De Marchi · 12 years ago
  95. 09e9ae5 modprobe: flush stdout before dumping indexes by Lucas De Marchi · 12 years ago
  96. b8542a8 Fix common misspelling with codespell by Lucas De Marchi · 12 years ago
  97. 9be0162 man: spelling fixes by Miklos Vajna · 12 years ago
  98. b53b7e3 kmod 4 by Lucas De Marchi · 12 years ago
  99. f4647b6 build-sys: add release helpers by Lucas De Marchi · 12 years ago
  100. 0224482 Add doc to kmod_dump_index by Lucas De Marchi · 12 years ago