1. a6ede6c util: fix warning of equal values on logical OR by Lucas De Marchi · 8 years ago
  2. 53d3a99 libkmod: fix use of strcpy by Lucas De Marchi · 8 years ago
  3. 65a885d kmod 23 by Lucas De Marchi · 8 years ago
  4. a29268d NEWS: add items for kmod 23 by Lucas De Marchi · 8 years ago
  5. a0f6726 libkmod: fix integration with gtk-doc by Lucas De Marchi · 8 years ago
  6. e78fe15 libkmod-module: modinfo: print signature id by Lucas De Marchi · 8 years ago
  7. 75f45d9 libkmod-signature: handle PKCS#7 by Lucas De Marchi · 8 years ago
  8. dcdb177 libkmod-module: do not crash modinfo on 0 key id len by Lucas De Marchi · 8 years ago
  9. 2206d7f libkmod: Handle long lines in /proc/modules by Michal Marek · 8 years ago
  10. d46136b depmod: Ignore PowerPC64 ABIv2 .TOC. symbol by Anton Blanchard · 8 years ago
  11. f7ed430 README: add link to patchwork by Lucas De Marchi · 8 years ago
  12. 90a6e79 kmod: compiling with old sed version (!ERE support) by Héctor Orón Martínez · 8 years ago
  13. 1930899 kmod_module_get_refcnt: fix documentation by Peter Wu · 8 years ago
  14. 9132c59 travis: workaround bug in environment setup by Lucas De Marchi · 8 years ago
  15. 4c30a11 depmod: Don't insert comment in modules.devname if otherwise empty by Josh Triplett · 8 years ago
  16. d64b286 insmod: fix wron fallthrough of -f by Marc-Antoine Perennou · 9 years ago
  17. 42f32b8 kmod 22 by Lucas De Marchi · 9 years ago
  18. 2b2a503 insmod: do support -f by Philippe De Swert · 9 years ago
  19. f7f2851 libkmod: export new kmod_get_dirname() function by Lucas De Marchi · 9 years ago
  20. f3f62f5 depmod: Don't fall back to uname on bad version by Laura Abbott · 9 years ago
  21. 50f43ce depmod: Remove unprinted debug messages by Laura Abbott · 9 years ago
  22. 16d863c Change default log level by Laura Abbott · 9 years ago
  23. b87d01d modprobe: Update error message when path is missing by Laura Abbott · 9 years ago
  24. 4cce76e README: Indicate cython requirements by Laura Abbott · 9 years ago
  25. e414d08 build: let sed use posix ERE instead of GNU extension by Natanael Copa · 9 years ago
  26. 114ec87 libkmod-module: fix return code in error path by Lucas De Marchi · 9 years ago
  27. 0d83371 Add README.md file with build details by Lucas De Marchi · 9 years ago
  28. 2bfcd7e kmod 21 by Lucas De Marchi · 9 years ago
  29. fc1bc81 build: add cache to distributed files by Lucas De Marchi · 9 years ago
  30. 681c623 build: silence stderr on coverity rules by Lucas De Marchi · 9 years ago
  31. 8feffdf kmod: fix small typo in rmmod(8) by Santiago Vila · 9 years ago
  32. 655de27 tools: display features in --version by Lucas De Marchi · 9 years ago
  33. 4671e03 build: add relevant features to KMOD_FEATURES in config.h by Lucas De Marchi · 9 years ago
  34. a968aa6 build: add function to build string of features by Lucas De Marchi · 9 years ago
  35. b149909 tools: add PACKAGE definition in message by Lucas De Marchi · 9 years ago
  36. 013e855 tools: Hide new commands behind experimental flag by Lucas De Marchi · 9 years ago
  37. 23603f1 build: cache modules from playground by Lucas De Marchi · 9 years ago
  38. 7266ec4 Fix spurious spaces in lsmod output by Santiago Vila · 9 years ago
  39. a8c73b8 util: use UINT64_MAX by Lucas De Marchi · 9 years ago
  40. 9cc8a20 build: sync dolt with upstream by Lucas De Marchi · 9 years ago
  41. 0376188 tools: add basic versions of insert and remove by Caio Marcelo de Oliveira Filho · 9 years ago
  42. f4f408f testsuite: update README by Caio Marcelo de Oliveira Filho · 9 years ago
  43. 0f079cb testsuite: remove .gitignore files when populating rootfs by Caio Marcelo de Oliveira Filho · 9 years ago
  44. da6c0d2 build: use dolt by Lucas De Marchi · 9 years ago
  45. d9c7175 kmod 20 by Lucas De Marchi · 9 years ago
  46. f7c243a Update TODO by Lucas De Marchi · 9 years ago
  47. ebdac00 Check return of fseek while reading index by Lucas De Marchi · 9 years ago
  48. d98f2d3 Avoid sign-extension error on multiplication by Lucas De Marchi · 9 years ago
  49. 22df456 depmod: add asserts to ensure positive return from ftell() by Lucas De Marchi · 9 years ago
  50. ade6b25 testsuite: add test for modprobe -R <builtin-module> by Lucas De Marchi · 9 years ago
  51. e2719b3 modprobe: stop checking initstate for builtin modules by Lucas De Marchi · 9 years ago
  52. dbf90dc testsuite: test builtin state by Lucas De Marchi · 9 years ago
  53. fd44a98 Fix race while loading modules by Harish Jenny K N · 9 years ago
  54. fae7751 build: we are kmod, not systemd by Lucas De Marchi · 9 years ago
  55. 16a62c7 shared: avoid checking for __STDC_VERSION__ by Lucas De Marchi · 9 years ago
  56. 481ad14 build: simplify and organize configure by Lucas De Marchi · 9 years ago
  57. a1bec0d depmod: fix leak in case of malloc(0) by Lucas De Marchi · 9 years ago
  58. 0bcdef9 build: add helpers to upload coverity tarball by Lucas De Marchi · 9 years ago
  59. a07ea03 depmod: use cleanup attribute to simplify free on exit by Lucas De Marchi · 9 years ago
  60. 0b3aef2 depmod: Fix crash in previous commit if root is not set by Colin Walters · 9 years ago
  61. e90f070 depmod: fix leaking root on exit by Lucas De Marchi · 9 years ago
  62. 29ad075 from systemd: build: make sure to test for -Wflag instead of -Wno-flag by David Herrmann · 9 years ago
  63. a8f3aae from systemd: build-sys: fix conftest.c to work on arm by Zbigniew Jędrzejewski-Szmek · 10 years ago
  64. 779729c from systemd: build: check for build/link flags harder by David Herrmann · 11 years ago
  65. c619d89 from systemd: build: merge trivial changes back by Lucas De Marchi · 9 years ago
  66. 80f6ab5 build: add missing files to EXTRA_DIST by Lucas De Marchi · 9 years ago
  67. 10d783c module-playground: don clean all .ko files by Lucas De Marchi · 9 years ago
  68. 0af8f78 testsuite: move test-blacklist to DEFINE_TEST by Marcus Meissner · 9 years ago
  69. 3f0eb43 testsuite: port signature-check modules to module-playground by Lucas De Marchi · 9 years ago
  70. 77fdc66 testsuite: port arch-specific tests to module-playground by Lucas De Marchi · 9 years ago
  71. a24e178 fixup! module-playground: allow to cross-compile modules by Lucas De Marchi · 9 years ago
  72. 5eafc34 testsuite: leave arch-specific modules in tree by Lucas De Marchi · 9 years ago
  73. f6dc239 testsuite: add option to copy output from test by Lucas De Marchi · 9 years ago
  74. 03a5079 testsuite: fix exiting with success on no output activity by Lucas De Marchi · 9 years ago
  75. 7efa350 module-playground: allow to cross-compile modules by Lucas De Marchi · 9 years ago
  76. 2a38870 testsuite: port modules-order-compressed to module-playground by Lucas De Marchi · 9 years ago
  77. 709a465 Update TODO by Lucas De Marchi · 9 years ago
  78. 885e90b libkmod: better explain a signed module layout by Lucas De Marchi · 9 years ago
  79. dcbe184 libkmod: consider empty signature key as invalid by Lucas De Marchi · 9 years ago
  80. 40ef6e6 Fix out of bounds signature access with 32 bit off_t by Tobias Stoeckmann · 9 years ago
  81. 249dc59 libkmod: properly validate file size by Tobias Stoeckmann · 9 years ago
  82. 246d67d testsuite: port kcmdline test to module-playground by Lucas De Marchi · 9 years ago
  83. 621ac88 testsuite: port install-cmd-loop test to module-playground by Lucas De Marchi · 9 years ago
  84. bf0b87f testsuite: port alias-to-none test to module-playground by Lucas De Marchi · 9 years ago
  85. 33c1185 testsuite: port tests without finit_module() to module-playground by Lucas De Marchi · 9 years ago
  86. a1a1369 testsuite: port modprobe --force test to module-playground by Lucas De Marchi · 9 years ago
  87. 1e12824 testsuite: port softdep-loop test to module-playground by Lucas De Marchi · 9 years ago
  88. 6684102 libkmod: use helper function to check for overflow by Lucas De Marchi · 9 years ago
  89. aac5f45 shared: add helper function to add and check for overflow by Lucas De Marchi · 9 years ago
  90. 14c3244 build: define to 0 if builtin is not available by Lucas De Marchi · 9 years ago
  91. 67466f2 Prevent offset + size overflow. by Tobias Stoeckmann · 9 years ago
  92. eeb6270 testsuite: port show-depends tests to module-playground by Lucas De Marchi · 9 years ago
  93. e630720 build: check for required builtin functions by Lucas De Marchi · 9 years ago
  94. ba52c77 build: add better check for builtin function by Lucas De Marchi · 9 years ago
  95. d9ab7ab testsuite: port detect-loop test to module-playground by Lucas De Marchi · 9 years ago
  96. 01af61d travis: also test with gcc 4.8 and 4.9 by Lucas De Marchi · 9 years ago
  97. c16b5da travis: use kernel headers for testsuite by Lucas De Marchi · 9 years ago
  98. 1669be8 testsuite: convert test-init function to use mod-simple.ko by Lucas De Marchi · 9 years ago
  99. 0e68c62 build: let touch on directory as last step by Lucas De Marchi · 9 years ago
  100. 450c1f0 testsuite: port test-dependencies to module-playground by Lucas De Marchi · 9 years ago