1. b6adccd tools: Do not link dynamically with libkmod by Lucas De Marchi · 11 years ago
  2. 9de9e07 tools: Use test/kmod instead of kmod-nolib by Lucas De Marchi · 11 years ago
  3. 2ad09cc testsuite: errno is a positive number by Lucas De Marchi · 11 years ago
  4. 8e00db9 testsuite: Fix checking __sysno by Lucas De Marchi · 11 years ago
  5. 0ae5860 testsuite: Wrap syscall() to get calls to finit_module() by Lucas De Marchi · 11 years ago
  6. 55112d1 libkmod: Move finit_module() definition to missing.h by Lucas De Marchi · 11 years ago
  7. ace742f modprobe: Fix assertion on --show-depends with bogus config file by Lucas De Marchi · 11 years ago
  8. 5278396 testsuite: Add test to check if modprobe explodes on bogus config by Lucas De Marchi · 11 years ago
  9. 489c04d testsuite: Exit with success on signal if test has expected_fail=true by Lucas De Marchi · 11 years ago
  10. e87352d testsuite: handle finit_module by Kees Cook · 11 years ago
  11. 709b863 testsuite: Add modinfo test for module signatures by Michal Marek · 11 years ago
  12. e6b0e49 Update copyright notices by Lucas De Marchi · 11 years ago
  13. 4111bc0 gitignore: ignore files generated by Automake's testsuite by Lucas De Marchi · 11 years ago
  14. b0c9fc8 testsuite: add depmod test for modules.alias by Lucas De Marchi · 12 years ago
  15. 3e451bf testsuite: allow to check generated files by Lucas De Marchi · 12 years ago
  16. d642341 testsuite: Fix double definition of 64-bits variant by Lucas De Marchi · 12 years ago
  17. 123e827 testsuite preload: Factorize into macros, add more stat and open variants by Martin Pitt · 12 years ago
  18. e8fd8fe Use #pragma once instead of #ifndef by Lucas De Marchi · 12 years ago
  19. e1b1ab2 testsuite: re-license under LGPL by Lucas De Marchi · 12 years ago
  20. 4281cee testsuite: path wrapper: Fix open() with 3 arguments by Martin Pitt · 12 years ago
  21. fca5b9b testsuite: use right offset for module name by Lucas De Marchi · 12 years ago
  22. 33202e8 build-sys: Make dirs writable on rootfs creation by Lucas De Marchi · 12 years ago
  23. 9b01fd2 testsuite: Fix test description by Lucas De Marchi · 12 years ago
  24. 01d9ee6 testsuite: add test for install-commands loop by Lucas De Marchi · 12 years ago
  25. 34db3f2 testsuite: allow to export custom env vars by Lucas De Marchi · 12 years ago
  26. b8e344a testsuite: add timeout for each test by Lucas De Marchi · 12 years ago
  27. ed8e93f testsuite: create additional pipe to monitor child by Lucas De Marchi · 12 years ago
  28. a6976f8 testsuite: add test for softdep loops by Lucas De Marchi · 12 years ago
  29. a655370 testsuite: check if module is in kernel for return code by Lucas De Marchi · 12 years ago
  30. ddf1e7a testsuite: set default init_module behavior to mimic kernel's by Lucas De Marchi · 12 years ago
  31. 5a2949c testsuite: create initstate file upon fake init_module() by Lucas De Marchi · 12 years ago
  32. 44e5466 testsuite: add mkdir_p implementation by Lucas De Marchi · 12 years ago
  33. 113d008 testsuite: trap calls to mkdir by Lucas De Marchi · 12 years ago
  34. 0de690c testsuite: check if rootfs dir is dirty before running by Lucas De Marchi · 12 years ago
  35. ada9719 testsuite: separate insert and delete rootfs from modinfo by Lucas De Marchi · 12 years ago
  36. e2ee7d9 testsuite: rename rootfs dir by Lucas De Marchi · 12 years ago
  37. 90fc410 testsuite: fix find_module() finding wrong module by Lucas De Marchi · 12 years ago
  38. c88aec7 test-conversion: convert test-get-dependencies to new infrastructure by Dan McGee · 12 years ago
  39. bcca1b9 test-conversion: convert test-blacklist to new infrastructure by Dan McGee · 12 years ago
  40. 452c1dd build-sys: copy rootfs to another directory by Lucas De Marchi · 12 years ago
  41. cdbcc24 testsuite: ship testsuite/rootfs unzipped by Dan McGee · 12 years ago
  42. 050db08 Add missing newlines by Lucas De Marchi · 12 years ago
  43. 658e047 testsuite: fix color of unexpected failure by Lucas De Marchi · 12 years ago
  44. 3805274 kmod-module: lookup: search modules.builtin file too by Lucas De Marchi · 12 years ago
  45. a7f5300 testsuite: add test for builtins with modprobe by Lucas De Marchi · 12 years ago
  46. f31d49c testsuite: add .path member to test struct by Dave Reisner · 12 years ago
  47. f6301b6 Fix path.c's function pointer defenitions. by Wouter van Kesteren · 12 years ago
  48. 32d29b3 Mark functions with attribute noreturn by Lucas De Marchi · 12 years ago
  49. d005aeb Check if libc has __xstat by Lucas De Marchi · 12 years ago
  50. 995627d build-sys: add rule to pack rootfs by Lucas De Marchi · 12 years ago
  51. 976ea8c testsuite: add tests to modprobe --show-depends by Lucas De Marchi · 12 years ago
  52. 4083b09 testsuite: update README file by Lucas De Marchi · 12 years ago
  53. c5d8198 testsuite: macronify test definitions by Lucas De Marchi · 12 years ago
  54. e9fa9de testsuite: macronify main function by Lucas De Marchi · 12 years ago
  55. 54c43df Add WARNING file for test dir and improve testsuite README by Lucas De Marchi · 12 years ago
  56. 23e354b testsuite: add README by Lucas De Marchi · 12 years ago
  57. 2ec7983 Update .gitignore files by Dan McGee · 12 years ago
  58. fa0046b testsuite: allow for expected failure of tests by Dave Reisner · 12 years ago
  59. dfdfb96 testsuite: check if dots are allowed in aliases by Lucas De Marchi · 12 years ago
  60. a947430 testsuite: add test for kmod_module_new_from_name() by Lucas De Marchi · 12 years ago
  61. 9901cfe Partially fix parsing of alias with dots by Lucas De Marchi · 12 years ago
  62. 81e8b80 testsuite: let stat.h take care of stat64 by Lucas De Marchi · 12 years ago
  63. d3f159b Use %zu for size_t by Lucas De Marchi · 12 years ago
  64. c41143a testsuite: remove unneeded call to memset() by Lucas De Marchi · 12 years ago
  65. 760b896 testsuite: add test for function alias_normalize by Pedro Pedruzzi · 12 years ago
  66. e701e38 testsuite: add GPL license by Lucas De Marchi · 12 years ago
  67. f6ef5d6 testsuite: trap calls to delete_module() including simple test by Lucas De Marchi · 12 years ago
  68. d2c2b8b build-sys: autotoolify build of check libraries by Lucas De Marchi · 12 years ago
  69. 53646fc testsuite: add trap to init_module() including simple test by Lucas De Marchi · 12 years ago
  70. 95daea0 testsuite: add test for modinfo by Lucas De Marchi · 12 years ago
  71. 9e3b9d2 testsuite: remind users to build tools by Lucas De Marchi · 12 years ago
  72. 51b1d1a testsuite: add colors to test output by Lucas De Marchi · 12 years ago
  73. 61e9433 testsuite: add simple test for list of loaded modules by Lucas De Marchi · 12 years ago
  74. 3dbb8de testsuite: match outputs of test with a known correct one by Lucas De Marchi · 12 years ago
  75. 45481ee testsuite: separate child from parent by Lucas De Marchi · 12 years ago
  76. 6b88ef3 testsuite: allow to run tests outside of top_buildir by Lucas De Marchi · 12 years ago
  77. 4e36cb1 testsuite: add trap to opendir() including tests by Lucas De Marchi · 12 years ago
  78. 1426a61 testsuite: add trap to stat() and friends including tests by Lucas De Marchi · 12 years ago
  79. 7fa8c2d testsuite: add trap to open() including tests by Lucas De Marchi · 12 years ago
  80. 6afc9cd testsuite: add trap to fopen() including tests by Lucas De Marchi · 12 years ago
  81. ab25311 testsuite: fake kernel 4.0.20-kmod is out by Lucas De Marchi · 12 years ago
  82. 395478c testsuite: export environment with flags and LD_PRELOAD by Lucas De Marchi · 12 years ago
  83. ed2df4e testsuite: move oneshot to inside the test struct by Lucas De Marchi · 12 years ago
  84. 68cc449 testsuite: trap calls to uname by Lucas De Marchi · 12 years ago
  85. eebca81 testsuite: test libkmod initialization by Lucas De Marchi · 12 years ago
  86. 80f9e02 testsuite: add skeleton by Lucas De Marchi · 12 years ago