1. 9be03c5 testsuite: depmod: check netsted loops reporting by Yauheni Kaliuta · 7 years ago
  2. 31dd40a libkmod-config: fix parsing quoted kernel cmdline on params by Lucas De Marchi · 7 years ago
  3. ded0beb testsuite: add test for kernel cmdline with quotes by Lucas De Marchi · 7 years ago
  4. 55f8286 testsuite: fix typo in description by Lucas De Marchi · 7 years ago
  5. 67d1534 build: fix build with disabled test modules by Lucas De Marchi · 8 years ago
  6. 6b77f18 depmod: ignore related modules in depmod_report_cycles by Mian Yousaf Kaukab · 8 years ago
  7. 965886b testsuite: depmod: add module dependency outside cyclic chain by Mian Yousaf Kaukab · 8 years ago
  8. d242703 testsuite: fix test_array_sort pointers inderection by Yauheni Kaliuta · 8 years ago
  9. 780a4e9 Add scratchbuf implementation by Lucas De Marchi · 8 years ago
  10. a6421a0 testsuite: include stdio.h by Lucas De Marchi · 8 years ago
  11. a6ede6c util: fix warning of equal values on logical OR by Lucas De Marchi · 8 years ago
  12. 23603f1 build: cache modules from playground by Lucas De Marchi · 9 years ago
  13. 0376188 tools: add basic versions of insert and remove by Caio Marcelo de Oliveira Filho · 9 years ago
  14. f4f408f testsuite: update README by Caio Marcelo de Oliveira Filho · 9 years ago
  15. ade6b25 testsuite: add test for modprobe -R <builtin-module> by Lucas De Marchi · 9 years ago
  16. dbf90dc testsuite: test builtin state by Lucas De Marchi · 9 years ago
  17. 10d783c module-playground: don clean all .ko files by Lucas De Marchi · 9 years ago
  18. 0af8f78 testsuite: move test-blacklist to DEFINE_TEST by Marcus Meissner · 9 years ago
  19. 3f0eb43 testsuite: port signature-check modules to module-playground by Lucas De Marchi · 9 years ago
  20. 77fdc66 testsuite: port arch-specific tests to module-playground by Lucas De Marchi · 9 years ago
  21. a24e178 fixup! module-playground: allow to cross-compile modules by Lucas De Marchi · 9 years ago
  22. 5eafc34 testsuite: leave arch-specific modules in tree by Lucas De Marchi · 9 years ago
  23. f6dc239 testsuite: add option to copy output from test by Lucas De Marchi · 9 years ago
  24. 03a5079 testsuite: fix exiting with success on no output activity by Lucas De Marchi · 9 years ago
  25. 7efa350 module-playground: allow to cross-compile modules by Lucas De Marchi · 9 years ago
  26. 2a38870 testsuite: port modules-order-compressed to module-playground by Lucas De Marchi · 9 years ago
  27. 246d67d testsuite: port kcmdline test to module-playground by Lucas De Marchi · 9 years ago
  28. 621ac88 testsuite: port install-cmd-loop test to module-playground by Lucas De Marchi · 9 years ago
  29. bf0b87f testsuite: port alias-to-none test to module-playground by Lucas De Marchi · 9 years ago
  30. 33c1185 testsuite: port tests without finit_module() to module-playground by Lucas De Marchi · 9 years ago
  31. a1a1369 testsuite: port modprobe --force test to module-playground by Lucas De Marchi · 9 years ago
  32. 1e12824 testsuite: port softdep-loop test to module-playground by Lucas De Marchi · 9 years ago
  33. aac5f45 shared: add helper function to add and check for overflow by Lucas De Marchi · 9 years ago
  34. eeb6270 testsuite: port show-depends tests to module-playground by Lucas De Marchi · 9 years ago
  35. d9ab7ab testsuite: port detect-loop test to module-playground by Lucas De Marchi · 9 years ago
  36. 1669be8 testsuite: convert test-init function to use mod-simple.ko by Lucas De Marchi · 9 years ago
  37. 450c1f0 testsuite: port test-dependencies to module-playground by Lucas De Marchi · 9 years ago
  38. d2db083 testsuite: make test-dependencies use DEFINE_TEST by Lucas De Marchi · 9 years ago
  39. 8dddac5 testsuite: use mod-simple.ko for search-order-same-prefix test by Lucas De Marchi · 9 years ago
  40. 4002d77 testsuite: beef up module-playground in the build system by Lucas De Marchi · 9 years ago
  41. 2200a44 testsuite: add tests for kmod_list by Caio Marcelo de Oliveira Filho · 9 years ago
  42. 211e384 testsuite: add more input cases to freadline_wrapped test by Caio Marcelo de Oliveira Filho · 9 years ago
  43. 22f602c testsuite: add test for growing then shrinking a hash by Caio Marcelo de Oliveira Filho · 9 years ago
  44. 9c2d39c testsuite: add test for hash_add_unique by Caio Marcelo de Oliveira Filho · 9 years ago
  45. 9c6084d testsuite: improve coverage of shared/util.h by Lucas De Marchi · 9 years ago
  46. 2d1f8bd testsuite: improve assert report by Lucas De Marchi · 9 years ago
  47. 5c42c5f testsuite: prefer the use of streq() by Lucas De Marchi · 9 years ago
  48. 9b51e13 testsuite: test kmod_module_remove_module for failure by Lucas De Marchi · 9 years ago
  49. af87874 testsuite: fix retcodes parsing by Lucas De Marchi · 9 years ago
  50. c78066a testsuite: add test for array_pop() by Lucas De Marchi · 9 years ago
  51. 8ff7f00 testsuite: do not overrid paths inside build by Lucas De Marchi · 9 years ago
  52. f357866 Fix includes after change to build-sys by Lucas De Marchi · 9 years ago
  53. dea2dfe Remove FSF mailing address by Lucas De Marchi · 9 years ago
  54. 1315123 build-sys: Don't add libkmod subdirectory to include path by Lucas De Marchi · 9 years ago
  55. 48e4d18 testsuite: add tests for strbuf by Lucas De Marchi · 10 years ago
  56. 4328982 testsuite: remove now unused array of tests by Lucas De Marchi · 10 years ago
  57. c5798fe testsuite: use a section to put tests in instead of array by Lucas De Marchi · 10 years ago
  58. f1155c1 Move static keyword to DEFINE_TEST macro by Lucas De Marchi · 10 years ago
  59. f4e8c16 Move remaining functions from libkmod-util to shared by Lucas De Marchi · 10 years ago
  60. 2b0104f Move alias_normalize() to shared by Lucas De Marchi · 10 years ago
  61. fdafa6b testsuite: add tests for array implementation by Lucas De Marchi · 10 years ago
  62. aafd383 Rename getline_wrapped() to freadline_wrapped() by Lucas De Marchi · 10 years ago
  63. c2e4286 Reorder and reorganize header files by Lucas De Marchi · 10 years ago
  64. 0db718e Move hash implementation to shared directory by Lucas De Marchi · 10 years ago
  65. 96573a0 Move generic util functions to shared directory by Lucas De Marchi · 10 years ago
  66. 576dd43 Move macro.h to shared directory by Lucas De Marchi · 10 years ago
  67. a5a41f8 testsuite: Fix macro missing format string by Lucas De Marchi · 10 years ago
  68. 5963c36 testsuite: Add basic tests for hash implementation by Lucas De Marchi · 10 years ago
  69. 30471c8 testsuite: Add assert_return by Lucas De Marchi · 10 years ago
  70. f988e25 testsuite: separate testcases on log by Lucas De Marchi · 10 years ago
  71. 7a2d0e6 testsuite: check for correct error message in detect-loop by Lucas De Marchi · 10 years ago
  72. d7293a1 testsuite: Fix expected_fail parsing by Lucas De Marchi · 10 years ago
  73. f429113 testsuite: Add braces by Lucas De Marchi · 10 years ago
  74. 8183cfa testsuite: add test to fail depmod on module loops by Lucas De Marchi · 10 years ago
  75. b8b990f Add gitignore to module playground by Lucas De Marchi · 10 years ago
  76. 3f8dd30 testsuite: Add module playground dir by Lucas De Marchi · 10 years ago
  77. 3e68b2c testsuite: Remove duplicate test by Lucas De Marchi · 10 years ago
  78. 81bf88d testsuite: Do not run tests with *.ko.gz if zlib is not enabled by Michal Marek · 10 years ago
  79. 73476ec testsuite: Uncompress most modules by Michal Marek · 10 years ago
  80. ad7f175 Add test for depmod using search dirs with same prefix by Lucas De Marchi · 10 years ago
  81. aa0abec Add test for simple search order in depmod by Lucas De Marchi · 10 years ago
  82. 632fb7b testsuite: Fix uname() during glibc startup by Michal Marek · 10 years ago
  83. 06eb29e build-sys: add small redirecting Makefiles by Lucas De Marchi · 10 years ago
  84. 4977662 testsuite: add test for '.' correctly parsed in param's value by Lucas De Marchi · 10 years ago
  85. 4214902 testsuite: add test to ignore unrelated strings in kcmdline by Lucas De Marchi · 10 years ago
  86. bad84a9 testsuite: give a more suitable description to test by Lucas De Marchi · 10 years ago
  87. 55bcc4a testsuite: add test for kcmdline params with no value by Lucas De Marchi · 10 years ago
  88. be29c40 Add some tests for kernels without finit_module(2) by Michal Marek · 10 years ago
  89. 063086e testsuite: Do not provide finit_module(2) on older kernels by Michal Marek · 10 years ago
  90. 2ce5de0 testsuite: Add test for modprobe --force by Michal Marek · 10 years ago
  91. 88ac408 testsuite: Check the list of loaded modules after a test by Michal Marek · 10 years ago
  92. d96ca9c Use C11's noreturn by Lucas De Marchi · 10 years ago
  93. 1dda626 testsuite: add basic test for getline_wrapped by Lucas De Marchi · 10 years ago
  94. 807c601 testsuite: Move test-alias to test-util by Lucas De Marchi · 10 years ago
  95. bd4e734 testsuite: fix usage of reserved names by John Spencer · 11 years ago
  96. ea225b9 testsuite: Add test for parameter with no value in kcmdline by Lucas De Marchi · 11 years ago
  97. c493b93 util: Add len arg to mkdir_p() by Lucas De Marchi · 11 years ago
  98. 85d02eb util: Add mkdir_p implementation from testsuite by Lucas De Marchi · 11 years ago
  99. 7980eaf testsuite: Fix mkdir_p corner cases by Lucas De Marchi · 11 years ago
  100. 83b855a Use "-internal" suffix instead of "-private" by Lucas De Marchi · 11 years ago