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